Package | Description |
---|---|
de.unirostock.sems.bives.ds.hn |
Modifier and Type | Method and Description |
---|---|
HierarchyNetworkComponent |
HierarchyNetworkVariable.getComponent()
Gets the component.
|
HierarchyNetworkComponent |
HierarchyNetwork.getComponent(de.unirostock.sems.xmlutils.ds.TreeNode node)
Gets a 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.
|
Modifier and Type | Method and Description |
---|---|
Collection<HierarchyNetworkComponent> |
HierarchyNetwork.getComponents()
Gets the components.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Copyright © 2019 SEMS project @ University of Rostock. All rights reserved.