-
Creates a copy of the given node.
Retrieves the node already created by a builder for the given key, or
creates a new one via the respective
Node.Builder
.
Returns the
Node
in which this
Graph
is nested.
Returns all neighbors of this
Node
.
Returns all predecessor
Node
s of this
Node
.
Returns all successor
Node
s of this
Node
.
Returns an (unmodifiable)
Map
from input
Node
s to output
Node
s.
Returns an (unmodifiable)
Map
from input
Node
s to output
Node
s.
javafx.collections.ObservableList<Node>
Returns the nodes of this Graph.
Returns the local predecessor
Node
s of this
Node
.
Returns the local successor
Node
s of this
Node
.
javafx.beans.property.ReadOnlyListProperty<Node>
Returns a read-only list property containing the
Node
s of this
Graph
.
Creates a copy of the given node.
void
void
Sets the source
Node
of this
Edge
to the given value.
void
Sets the target
Node
of this
Edge
to the given value.
protected void
Maintains a mapping from the input node to the output node.
Uses the given setter to set the attribute value.
Constructs a new
Edge
which connects the given
source
Node
with the given
target Node
.
Constructs a new
Edge
which connects the given
source
Node
with the given
target Node
.
Constructs a new
Graph
from the given nodes, and edges but empty
attributes.
Constructs a new
Graph
from the given attributes, nodes, and
edgesProperty.