Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.step.map.VertexStepContract
Packages that use VertexStepContract
-
Uses of VertexStepContract in org.apache.tinkerpop.gremlin.process.traversal.step.map
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.map that implement VertexStepContractModifier and TypeClassDescriptionclassVertexStep<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.