public class CellMLConnection extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
CellMLConnection.ConnectedComponents |
The Class ConnectedComponents representing a connection of two components.
|
| Constructor | Description |
|---|---|
CellMLConnection() |
| Modifier and Type | Method | Description |
|---|---|---|
static CellMLConnection.ConnectedComponents |
parseConnection(CellMLModel model,
CellMLHierarchy hierarchy,
de.unirostock.sems.xmlutils.ds.DocumentNode connection,
HashMap<String,CellMLComponent> limit) |
Parses a connection as defined in a CellML document.
|
public static final CellMLConnection.ConnectedComponents parseConnection(CellMLModel model, CellMLHierarchy hierarchy, de.unirostock.sems.xmlutils.ds.DocumentNode connection, HashMap<String,CellMLComponent> limit) throws BivesCellMLParseException, de.unirostock.sems.bives.exception.BivesLogicalException, de.unirostock.sems.bives.exception.BivesDocumentConsistencyException
model - the corresponding modelhierarchy - the hierarchy networkconnection - the connection node to parselimit - the limitBivesCellMLParseException - the bives cell ml parse exceptionde.unirostock.sems.bives.exception.BivesLogicalException - the bives logical exceptionde.unirostock.sems.bives.exception.BivesDocumentConsistencyException - the bives document consistency exceptionCopyright © 2018 SEMS project @ University of Rostock. All rights reserved.