Interface BaseTopology<VID extends VertexID,RID extends ResultID,V extends Vertex<VID,RID,V,R>,R extends Result<VID,RID,V,R>>
- All Known Subinterfaces:
LogicalTopology,SchedulingTopology,Topology<VID,RID, V, R, PR>
- All Known Implementing Classes:
DefaultExecutionTopology,DefaultLogicalTopology
-
Method Summary
Modifier and TypeMethodDescriptionReturns an iterable over all vertices, topologically sorted.
-
Method Details
-
getVertices
Returns an iterable over all vertices, topologically sorted.- Returns:
- topologically sorted iterable over all vertices
-