Class StarGraph.StarInEdge
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarElement<Edge>
- 
- org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarEdge
- 
- org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarInEdge
 
 
 
- 
- All Implemented Interfaces:
- Edge,- Element,- Attachable<Edge>
 - Enclosing class:
- StarGraph
 
 public final class StarGraph.StarInEdge extends StarGraph.StarEdge 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.util.AttachableAttachable.Exceptions, Attachable.Method
 - 
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.EdgeEdge.Exceptions
 - 
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.ElementElement.Exceptions
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarEdgeotherId
 - 
Fields inherited from class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarElementid, label
 - 
Fields inherited from interface org.apache.tinkerpop.gremlin.structure.EdgeDEFAULT_LABEL
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexinVertex()Get the incoming/head vertex of this edge.VertexoutVertex()Get the outgoing/tail vertex of this edge.- 
Methods inherited from class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarEdgeproperties, property, remove, toString, vertices
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarElementequals, get, graph, hashCode, id, label
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.util.Attachableattach
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.EdgebothVertices
 
- 
 
-