public final class StartingNodes extends Object
| Constructor and Description |
|---|
StartingNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStartingNode(String dimensionName,
HmfhHierarchyNodeBean nodeBean)
Adds the starting node to export data for a specified dimension.
|
Set<HmfhHierarchyNodeBean> |
getStartingNodes(String dimensionName)
Returns the starting nodes to export data for a specified dimension.
|
public Set<HmfhHierarchyNodeBean> getStartingNodes(String dimensionName)
dimensionName - dimension name to get the nodespublic void addStartingNode(String dimensionName, HmfhHierarchyNodeBean nodeBean)
dimensionName - the dimension's namenodeBean - the node to export data for the specified dimension