Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.map.AbstractMergeElementStepPlaceholder
-
Packages that use AbstractMergeElementStepPlaceholder Package Description org.apache.tinkerpop.gremlin.process.traversal.step.map -
-
Uses of AbstractMergeElementStepPlaceholder in org.apache.tinkerpop.gremlin.process.traversal.step.map
Subclasses of AbstractMergeElementStepPlaceholder in org.apache.tinkerpop.gremlin.process.traversal.step.map Modifier and Type Class Description classMergeEdgeStepPlaceholder<S>Implementation for themergeV()step covering both the start step version and the one used mid-traversal.classMergeVertexStepPlaceholder<S>Implementation for themergeV()step covering both the start step version and the one used mid-traversal.Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return AbstractMergeElementStepPlaceholder Modifier and Type Method Description AbstractMergeElementStepPlaceholder<S,E>AbstractMergeElementStepPlaceholder. clone()
-