public abstract class StarGraph.StarEdge extends StarGraph.StarElement<Edge> implements Edge
Edge.Exceptions
Attachable.Exceptions, Attachable.Method
Modifier and Type | Field and Description |
---|---|
protected Object |
otherId |
id, label
DEFAULT_LABEL
Modifier and Type | Method and Description |
---|---|
<V> Iterator<Property<V>> |
properties(String... propertyKeys)
Get an
Iterator of properties where the propertyKeys is meant to be a filter on the available
keys. |
<V> Property<V> |
property(String key,
V value)
Add or set a property value for the
Element given its key. |
void |
remove()
Removes the
Element from the graph. |
String |
toString() |
Iterator<Vertex> |
vertices(Direction direction)
Retrieve the vertex (or vertices) associated with this edge as defined by the direction.
|
equals, get, graph, hashCode, id, label
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
bothVertices, inVertex, outVertex
graph, id, keys, label, property, value, values
attach
protected final Object otherId
public <V> Property<V> property(String key, V value)
Element
Element
given its key.public <V> Iterator<Property<V>> properties(String... propertyKeys)
Edge
Iterator
of properties where the propertyKeys
is meant to be a filter on the available
keys. If no keys are provide then return all the properties.properties
in interface Edge
properties
in interface Element
public Iterator<Vertex> vertices(Direction direction)
Edge
Direction.BOTH
then the iterator order is: Direction.OUT
then Direction.IN
.public void remove()
Element
Element
from the graph.Copyright © 2013–2021 Apache Software Foundation. All rights reserved.