public interface TopologyNode
| Modifier and Type | Method and Description |
|---|---|
Object |
attachment()
Get any attachment the topology node may have.
|
String |
dpDesc()
Returns the topology node desc.
|
String |
id()
Returns the topology node id, which can be represented by a datapath
id, node mac or other identifiers depending on the node type.
|
String |
label()
Get the display label for the topology node.
|
Properties |
props()
Returns a set of arbitrary node properties.
|
NodeType |
type()
Returns the topology node type.
|
String id()
NodeType type()
String label()
String dpDesc()
Properties props()
Object attachment()
Copyright © 2014. All Rights Reserved.