Package hydra.tinkerpop.gremlin
Class WithOptionKeys.ConnectedComponent
- java.lang.Object
-
- hydra.tinkerpop.gremlin.WithOptionKeys
-
- hydra.tinkerpop.gremlin.WithOptionKeys.ConnectedComponent
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<WithOptionKeys>
- Enclosing class:
- WithOptionKeys
public static final class WithOptionKeys.ConnectedComponent extends WithOptionKeys implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.tinkerpop.gremlin.WithOptionKeys
WithOptionKeys.ConnectedComponent, WithOptionKeys.Io, WithOptionKeys.PageRank, WithOptionKeys.PartialVisitor<R>, WithOptionKeys.PeerPressure, WithOptionKeys.ShortestPath, WithOptionKeys.Visitor<R>, WithOptionKeys.WithOptionsIndexer, WithOptionKeys.WithOptionsTokens
-
-
Field Summary
Fields Modifier and Type Field Description ConnectedComponentConstantsvalue-
Fields inherited from class hydra.tinkerpop.gremlin.WithOptionKeys
CONNECTED_COMPONENT, IO, PAGE_RANK, PEER_PRESSURE, SHORTEST_PATH, TYPE_, WITH_OPTIONS_INDEXER, WITH_OPTIONS_TOKENS
-
-
Constructor Summary
Constructors Constructor Description ConnectedComponent(ConnectedComponentConstants value)Constructs an immutableWithOptionKeys.ConnectedComponent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(WithOptionKeys.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(WithOptionKeys other)booleanequals(java.lang.Object other)inthashCode()inthydraOrdinal()java.lang.StringtoString()
-
-
-
Field Detail
-
value
public final ConnectedComponentConstants value
-
-
Constructor Detail
-
ConnectedComponent
public ConnectedComponent(ConnectedComponentConstants value)
Constructs an immutableWithOptionKeys.ConnectedComponent.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
compareTo
public int compareTo(WithOptionKeys other)
- Specified by:
compareToin interfacejava.lang.Comparable<WithOptionKeys>
-
hydraOrdinal
public int hydraOrdinal()
- Specified by:
hydraOrdinalin classWithOptionKeys
-
accept
public <R> R accept(WithOptionKeys.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classWithOptionKeys
-
-