Package hydra.tinkerpop.gremlin
Class PeerPressureConstants
- java.lang.Object
-
- hydra.tinkerpop.gremlin.PeerPressureConstants
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<PeerPressureConstants>
- Direct Known Subclasses:
PeerPressureConstants.Edges,PeerPressureConstants.PropertyName,PeerPressureConstants.Times
public abstract class PeerPressureConstants extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<PeerPressureConstants>
The named constants used by the Gremlin peerPressure() step- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPeerPressureConstants.Edgesstatic interfacePeerPressureConstants.PartialVisitor<R>Partial visitor overPeerPressureConstantswith a defaultPeerPressureConstants.PartialVisitor.otherwise(hydra.tinkerpop.gremlin.PeerPressureConstants)branch.static classPeerPressureConstants.PropertyNamestatic classPeerPressureConstants.Timesstatic interfacePeerPressureConstants.Visitor<R>Visitor overPeerPressureConstants.
-
Field Summary
Fields Modifier and Type Field Description static NameEDGESName of thehydra.tinkerpop.gremlin.PeerPressureConstants.edgesfield.static NamePROPERTY_NAMEName of thehydra.tinkerpop.gremlin.PeerPressureConstants.propertyNamefield.static NameTIMESName of thehydra.tinkerpop.gremlin.PeerPressureConstants.timesfield.static NameTYPE_Name of thehydra.tinkerpop.gremlin.PeerPressureConstantstype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(PeerPressureConstants.Visitor<R> visitor)Dispatch tovisitor.abstract inthydraOrdinal()
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thehydra.tinkerpop.gremlin.PeerPressureConstantstype.
-
EDGES
public static final Name EDGES
Name of thehydra.tinkerpop.gremlin.PeerPressureConstants.edgesfield.
-
TIMES
public static final Name TIMES
Name of thehydra.tinkerpop.gremlin.PeerPressureConstants.timesfield.
-
PROPERTY_NAME
public static final Name PROPERTY_NAME
Name of thehydra.tinkerpop.gremlin.PeerPressureConstants.propertyNamefield.
-
-
Method Detail
-
accept
public abstract <R> R accept(PeerPressureConstants.Visitor<R> visitor)
Dispatch tovisitor.
-
hydraOrdinal
public abstract int hydraOrdinal()
-
-