Package hydra.tinkerpop.gremlin
Class ChooseArgs
- java.lang.Object
-
- hydra.tinkerpop.gremlin.ChooseArgs
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ChooseArgs>
- Direct Known Subclasses:
ChooseArgs.Function,ChooseArgs.PredicateTraversal,ChooseArgs.Traversal
public abstract class ChooseArgs extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<ChooseArgs>
The arguments of a Gremlin choose() step- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChooseArgs.Functionstatic interfaceChooseArgs.PartialVisitor<R>Partial visitor overChooseArgswith a defaultChooseArgs.PartialVisitor.otherwise(hydra.tinkerpop.gremlin.ChooseArgs)branch.static classChooseArgs.PredicateTraversalstatic classChooseArgs.Traversalstatic interfaceChooseArgs.Visitor<R>Visitor overChooseArgs.
-
Field Summary
Fields Modifier and Type Field Description static NameFUNCTIONName of thehydra.tinkerpop.gremlin.ChooseArgs.functionfield.static NamePREDICATE_TRAVERSALName of thehydra.tinkerpop.gremlin.ChooseArgs.predicateTraversalfield.static NameTRAVERSALName of thehydra.tinkerpop.gremlin.ChooseArgs.traversalfield.static NameTYPE_Name of thehydra.tinkerpop.gremlin.ChooseArgstype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(ChooseArgs.Visitor<R> visitor)Dispatch tovisitor.abstract inthydraOrdinal()
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thehydra.tinkerpop.gremlin.ChooseArgstype.
-
FUNCTION
public static final Name FUNCTION
Name of thehydra.tinkerpop.gremlin.ChooseArgs.functionfield.
-
PREDICATE_TRAVERSAL
public static final Name PREDICATE_TRAVERSAL
Name of thehydra.tinkerpop.gremlin.ChooseArgs.predicateTraversalfield.
-
TRAVERSAL
public static final Name TRAVERSAL
Name of thehydra.tinkerpop.gremlin.ChooseArgs.traversalfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(ChooseArgs.Visitor<R> visitor)
Dispatch tovisitor.
-
hydraOrdinal
public abstract int hydraOrdinal()
-
-