Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.step.map.VertexStepContract
- 
Packages that use VertexStepContract Package Description org.apache.tinkerpop.gremlin.process.traversal.step.map 
- 
- 
Uses of VertexStepContract in org.apache.tinkerpop.gremlin.process.traversal.step.mapClasses in org.apache.tinkerpop.gremlin.process.traversal.step.map that implement VertexStepContract Modifier and Type Class Description classVertexStep<E extends Element>Handles the logic of traversing to adjacent vertices or edges given a direction and edge labels for steps like,out,in,both,outE,inE, andbothE.classVertexStepPlaceholder<E extends Element>Handles the logic of traversing to adjacent vertices or edges given a direction and edge labels for steps like,out,in,both,outE,inE, andbothE.
 
-