Uses of Enum Class
org.apache.tinkerpop.gremlin.structure.T
Packages that use T
Package
Description
-
Uses of T in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with parameters of type TModifier and TypeMethodDescriptiondefault GraphTraversal<S,E> Theby()can be applied to a number of different step to alter their behaviors.default <E2> GraphTraversal<S,E2> Routes the current traverser to a particular traversal branch option which allows the creation of if-then-else like semantics within a traversal.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties using a child traversal whose results are resolved at runtime against the current traverser. -
Uses of T in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return T