public interface DirectedHyperEdge<VertexType> extends UndirectedHyperEdge<VertexType>
Modifier and Type | Method and Description |
---|---|
java.util.Set<VertexType> |
getSourceVertices() |
java.util.Set<VertexType> |
getTargetVertices() |
containsAllVertices, containsVertex, getVertices
java.util.Set<VertexType> getSourceVertices()
java.util.Set<VertexType> getTargetVertices()