Package | Description |
---|---|
de.unirostock.sems.bives.cellml.parser |
Modifier and Type | Method | Description |
---|---|---|
CellMLHierarchyNode |
CellMLHierarchyNetwork.getNode(CellMLComponent component) |
Gets the node that corresponds to a certain CellML component.
|
CellMLHierarchyNode |
CellMLHierarchyNode.getParent() |
Gets the parent node.
|
CellMLHierarchyNode |
CellMLHierarchyNetwork.putNode(CellMLComponent component) |
Install a new hierarchy node if it doesn't exist.
|
Modifier and Type | Method | Description |
---|---|---|
List<CellMLHierarchyNode> |
CellMLHierarchyNode.getChildren() |
Gets the children.
|
Collection<CellMLHierarchyNode> |
CellMLHierarchyNetwork.getNodes() |
Gets all nodes of this network.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CellMLHierarchyNode.addChild(CellMLHierarchyNode child) |
Adds a child node.
|
void |
CellMLHierarchyNode.setParent(CellMLHierarchyNode parent) |
Sets the parent node.
|
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.