public class TraversalBaseSource<S,E> extends java.lang.Object implements TraversalSource<S,E>
| Constructor and Description |
|---|
TraversalBaseSource(ChronoSphereTransactionInternal tx,
java.util.function.Function<org.apache.tinkerpop.gremlin.structure.Graph,org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<S,E>> generator) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<S,E> |
createTraversal() |
ChronoSphereTransactionInternal |
getTransaction() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateAnonymousSourcepublic TraversalBaseSource(ChronoSphereTransactionInternal tx, java.util.function.Function<org.apache.tinkerpop.gremlin.structure.Graph,org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<S,E>> generator)
public org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<S,E> createTraversal()
createTraversal in interface TraversalSource<S,E>public ChronoSphereTransactionInternal getTransaction()