public interface Edge<VertexType>
Modifier and Type | Method and Description |
---|---|
boolean |
containsAllVertices(java.util.Collection<VertexType> vertices) |
boolean |
containsVertex(VertexType vertex) |
java.util.List<VertexType> |
getVertices() |
java.util.List<VertexType> getVertices()
boolean containsVertex(VertexType vertex)
boolean containsAllVertices(java.util.Collection<VertexType> vertices)