TopologyDescription.Node
is the abstraction of topology nodes that are identified by name, and have predecessors and successors nodes.
Method | Description |
---|---|
|
String name() Used when…FIXME |
|
Set<Node> predecessors() Used when…FIXME |
|
Set<Node> successors() Used when…FIXME |
TopologyDescription.Node | Description |
---|---|