-
Creates a copy of the given edge.
javafx.beans.property.ReadOnlyListProperty<Edge>
Returns a read-only list property containing the
Edge
s of this
Graph
.
Returns all incoming
Edge
s of this
Node
.
Returns all outgoing
Edge
s of this
Node
.
javafx.collections.ObservableList<Edge>
Returns the edgesProperty of this
Graph
.
Returns the local incoming
Edge
s of this
Node
.
Returns an (unmodifiable)
Map
from input
Edge
s to output
Edge
s.
Returns an (unmodifiable)
Map
from input
Edge
s to output
Edge
s.
Returns the local outgoing
Edge
s of this
Node
.
Creates a copy of the given edge.
protected void
Maintains a mapping from the input edge to the output edge.
Uses the given setter to set the attribute value.