Returns all nodes that are direct successors of this node. Nodes connected
with this node by a bidirectional connection are considered both successors
and predecessors. Any subsequent changes to the returned array do not affect
this node.
Returns all nodes that are direct predecessors of this node. Nodes connected
with this node by a bidirectional connection are considered both successors
and predecessors. Any subsequent changes to the returned array do not affect
this node.
Returns all connections that have this node as a target. All connections that
are bidirectional and are adjacent to this node will be also included in the
result. Any subsequent changes to the returned array do not affect this node.
Returns all connections that have this node as a source. All connections that
are bidirectional and are adjacent to this node will be also included in the
result. Any subsequent changes to the returned array do not affect this node.
Returns:
array of connections leaving this node
setMinimized
voidsetMinimized(boolean minimized)
Sets the minimized state of this Node. Node that is minimized resizes its
figure to (0, 0). When it is unminimized, it resizes back to previous
dimension. The node's size property is not affected by minimized state, so an
it can be minimized even if it's not resizable.