Package hydra.tinkerpop.gremlin
Class WhereArgs
- java.lang.Object
-
- hydra.tinkerpop.gremlin.WhereArgs
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<WhereArgs>
- Direct Known Subclasses:
WhereArgs.Predicate,WhereArgs.String_,WhereArgs.Traversal
public abstract class WhereArgs extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<WhereArgs>
The arguments of a Gremlin where() step- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWhereArgs.PartialVisitor<R>Partial visitor overWhereArgswith a defaultWhereArgs.PartialVisitor.otherwise(hydra.tinkerpop.gremlin.WhereArgs)branch.static classWhereArgs.Predicatestatic classWhereArgs.String_static classWhereArgs.Traversalstatic interfaceWhereArgs.Visitor<R>Visitor overWhereArgs.
-
Field Summary
Fields Modifier and Type Field Description static NamePREDICATEName of thehydra.tinkerpop.gremlin.WhereArgs.predicatefield.static NameSTRINGName of thehydra.tinkerpop.gremlin.WhereArgs.stringfield.static NameTRAVERSALName of thehydra.tinkerpop.gremlin.WhereArgs.traversalfield.static NameTYPE_Name of thehydra.tinkerpop.gremlin.WhereArgstype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(WhereArgs.Visitor<R> visitor)Dispatch tovisitor.abstract inthydraOrdinal()
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thehydra.tinkerpop.gremlin.WhereArgstype.
-
PREDICATE
public static final Name PREDICATE
Name of thehydra.tinkerpop.gremlin.WhereArgs.predicatefield.
-
STRING
public static final Name STRING
Name of thehydra.tinkerpop.gremlin.WhereArgs.stringfield.
-
TRAVERSAL
public static final Name TRAVERSAL
Name of thehydra.tinkerpop.gremlin.WhereArgs.traversalfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(WhereArgs.Visitor<R> visitor)
Dispatch tovisitor.
-
hydraOrdinal
public abstract int hydraOrdinal()
-
-