Uses of Class
de.unirostock.sems.bives.ds.hn.HierarchyNetworkComponent
-
Packages that use HierarchyNetworkComponent Package Description de.unirostock.sems.bives.ds.hn -
-
Uses of HierarchyNetworkComponent in de.unirostock.sems.bives.ds.hn
Methods in de.unirostock.sems.bives.ds.hn that return HierarchyNetworkComponent Modifier and Type Method Description HierarchyNetworkComponent
HierarchyNetwork. getComponent(de.unirostock.sems.xmlutils.ds.TreeNode node)
Gets a component.HierarchyNetworkComponent
HierarchyNetworkVariable. getComponent()
Gets the component.HierarchyNetworkComponent
HierarchyNetworkComponent. getParentA()
Gets the parent component as it is defined in the original version.HierarchyNetworkComponent
HierarchyNetworkComponent. getParentB()
Gets the parent component as it is defined in the modified version.Methods in de.unirostock.sems.bives.ds.hn that return types with arguments of type HierarchyNetworkComponent Modifier and Type Method Description Collection<HierarchyNetworkComponent>
HierarchyNetwork. getComponents()
Gets the components.Methods in de.unirostock.sems.bives.ds.hn with parameters of type HierarchyNetworkComponent Modifier and Type Method Description void
HierarchyNetworkComponent. addChildA(HierarchyNetworkComponent component)
Adds a sub-component (below in hierarchy) as it is defined in the original version.void
HierarchyNetworkComponent. addChildB(HierarchyNetworkComponent component)
Adds a sub-component (below in hierarchy) as it is defined in the modified version.void
HierarchyNetwork. setComponent(de.unirostock.sems.xmlutils.ds.TreeNode node, HierarchyNetworkComponent comp)
Adds a new component to the hierarchy.void
HierarchyNetworkVariable. setComponentA(HierarchyNetworkComponent component)
Sets the component hosting this variable as defined in the original document.void
HierarchyNetworkVariable. setComponentB(HierarchyNetworkComponent component)
Sets the component hosting this variable as defined in the modified document.void
HierarchyNetworkComponent. setParentA(HierarchyNetworkComponent component)
Sets the parent component (above in hierarchy) as it is defined in the original version.void
HierarchyNetworkComponent. setParentB(HierarchyNetworkComponent component)
Sets the parent component (above in hierarchy) as it is defined in the modified version.Constructors in de.unirostock.sems.bives.ds.hn with parameters of type HierarchyNetworkComponent Constructor Description HierarchyNetworkVariable(HierarchyNetwork hn, String labelA, String labelB, de.unirostock.sems.xmlutils.ds.DocumentNode docA, de.unirostock.sems.xmlutils.ds.DocumentNode docB, HierarchyNetworkComponent componentA, HierarchyNetworkComponent componentB)
Instantiates a new hierarchy network variable.
-