Uses of Class
de.unirostock.sems.bives.ds.hn.HierarchyNetworkVariable
-
Packages that use HierarchyNetworkVariable Package Description de.unirostock.sems.bives.ds.hn -
-
Uses of HierarchyNetworkVariable in de.unirostock.sems.bives.ds.hn
Methods in de.unirostock.sems.bives.ds.hn that return HierarchyNetworkVariable Modifier and Type Method Description HierarchyNetworkVariable
HierarchyNetwork. getVariable(de.unirostock.sems.xmlutils.ds.TreeNode node)
Gets a variable.Methods in de.unirostock.sems.bives.ds.hn that return types with arguments of type HierarchyNetworkVariable Modifier and Type Method Description HashMap<HierarchyNetworkVariable,HierarchyNetworkVariable.VarConnection>
HierarchyNetworkVariable. getConnections()
Gets the connections of this variable to other variables of the hierarchy network.Collection<HierarchyNetworkVariable>
HierarchyNetwork. getVariables()
Gets the variables.List<HierarchyNetworkVariable>
HierarchyNetworkComponent. getVariables()
Gets the variables hosted in this component.Methods in de.unirostock.sems.bives.ds.hn with parameters of type HierarchyNetworkVariable Modifier and Type Method 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.
-