public interface TopologyTree
| Modifier and Type | Method and Description |
|---|---|
int |
getCost(DataPathId dataPathId)
Provides cost associated a node in the tree.
|
HashMap<DataPathId,Integer> |
getCosts()
Provides All nodes and associated cost in the tree.
|
HashMap<DataPathId,Link> |
getLinks()
Provides All nodes and associated Links in the tree.
|
Link |
getTreeLink(DataPathId node)
Adds a node and associated Link to the tree.
|
HashMap<DataPathId,Integer> getCosts()
HashMap<DataPathId,Link> getLinks()
int getCost(DataPathId dataPathId)
dataPathId - Id of the deviceLink getTreeLink(DataPathId node)
node - Id of the device to be added to treeCopyright © 2014. All Rights Reserved.