Package | Description |
---|---|
de.unirostock.sems.bives.ds.hn |
Modifier and Type | Method and Description |
---|---|
HierarchyNetworkVariable |
HierarchyNetwork.getVariable(de.unirostock.sems.xmlutils.ds.TreeNode node)
Gets a variable.
|
Modifier and Type | Method and Description |
---|---|
HashMap<HierarchyNetworkVariable,HierarchyNetworkVariable.VarConnection> |
HierarchyNetworkVariable.getConnections()
Gets the connections of this variable to other variables of the hierarchy network.
|
List<HierarchyNetworkVariable> |
HierarchyNetworkComponent.getVariables()
Gets the variables hosted in this component.
|
Collection<HierarchyNetworkVariable> |
HierarchyNetwork.getVariables()
Gets the variables.
|
Modifier and Type | Method and Description |
---|---|
void |
HierarchyNetworkVariable.addConnectionA(HierarchyNetworkVariable var)
Adds a connection as defined in the original document.
|
void |
HierarchyNetworkVariable.addConnectionB(HierarchyNetworkVariable var)
Adds a connection as defined in the modified document.
|
void |
HierarchyNetworkComponent.addVariable(HierarchyNetworkVariable var)
Adds a variable.
|
void |
HierarchyNetwork.setVariable(de.unirostock.sems.xmlutils.ds.TreeNode node,
HierarchyNetworkVariable var)
Adds a new variable.
|
Copyright © 2019 SEMS project @ University of Rostock. All rights reserved.