Uses of Class
org.apache.tinkerpop.gremlin.structure.T
-
Packages that use T Package Description org.apache.tinkerpop.gremlin.process.traversal.dsl.graph org.apache.tinkerpop.gremlin.structure -
-
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 T Modifier and Type Method Description default GraphTraversal<S,E>GraphTraversal. by(T token)Theby()can be applied to a number of different step to alter their behaviors.default <E2> GraphTraversal<S,E2>GraphTraversal. choose(T t)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>GraphTraversal. has(T accessor, Object value)Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E>GraphTraversal. has(T accessor, P<?> predicate)Filters vertices, edges and vertex properties based on their properties. -
Uses of T in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return T Modifier and Type Method Description static TT. fromString(String accessor)static TT. valueOf(String name)Returns the enum constant of this type with the specified name.static T[]T. values()Returns an array containing the constants of this enum type, in the order they are declared.
-