public interface BaseTopology<VID extends VertexID,RID extends ResultID,V extends Vertex<VID,RID,V,R>,R extends Result<VID,RID,V,R>>
Modifier and Type | Method and Description |
---|---|
Iterable<? extends V> |
getVertices()
Returns an iterable over all vertices, topologically sorted.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.