Class StarGraph.StarElement<E extends Element>
java.lang.Object
org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarElement<E>
- All Implemented Interfaces:
Element,Attachable<E>
- Direct Known Subclasses:
StarGraph.StarEdge,StarGraph.StarVertex,StarGraph.StarVertexProperty
- Enclosing class:
- StarGraph
public abstract class StarGraph.StarElement<E extends Element>
extends Object
implements Element, Attachable<E>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.util.Attachable
Attachable.Exceptions, Attachable.MethodNested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.Element
Element.Exceptions -
Field Summary
FieldsFields inherited from interface org.apache.tinkerpop.gremlin.structure.util.Attachable
logger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.structure.util.Attachable
attach
-
Field Details
-
id
-
label
-
-
Constructor Details
-
StarElement
-
-
Method Details
-
id
Description copied from interface:ElementGets the unique identifier for the graphElement. -
label
Description copied from interface:ElementGets the label for the graphElementwhich helps categorize it. -
graph
Description copied from interface:ElementGet the graph that this element is within. -
equals
-
hashCode
public int hashCode() -
get
Description copied from interface:AttachableGet the raw object trying to be attached.- Specified by:
getin interfaceAttachable<E extends Element>- Returns:
- the raw object to attach
-