public static interface TopologyDescription.Node| Modifier and Type | Method and Description |
|---|---|
String | name()The name of the node. |
Set<TopologyDescription.Node> | predecessors()The predecessors of this node within a sub-topology. |
Set<TopologyDescription.Node> | successors()The successor of this node within a sub-topology. |
String name()
null.Set<TopologyDescription.Node> predecessors()
null.Set<TopologyDescription.Node> successors()
null.