public interface DirectedEdge<VertexType> extends DirectedHyperEdge<VertexType>, UndirectedEdge<VertexType>
Modifier and Type | Method and Description |
---|---|
VertexType |
getSourceVertex() |
VertexType |
getTargetVertex() |
getSourceVertices, getTargetVertices
containsAllVertices, containsVertex, getVertices
VertexType getSourceVertex()
VertexType getTargetVertex()