public class CellMLConnection extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CellMLConnection.ConnectedComponents
The Class ConnectedComponents representing a connection of two components.
|
Constructor and Description |
---|
CellMLConnection() |
Modifier and Type | Method and 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 © 2015 SEMS project @ University of Rostock. All rights reserved.