public class CellMLConnector
extends de.unirostock.sems.bives.algorithm.Connector
Constructor | Description |
---|---|
CellMLConnector(de.unirostock.sems.bives.algorithm.Connector preprocessor) |
Instantiates a new CellML connector.
|
CellMLConnector(de.unirostock.sems.bives.algorithm.Connector preprocessor,
boolean allowDifferentIds,
boolean careAboutNames,
boolean stricterNames) |
Instantiates a new CellML connector.
|
CellMLConnector(CellMLDocument cellmlDocA,
CellMLDocument cellmlDocB) |
Instantiates a new CellML connector.
|
CellMLConnector(CellMLDocument cellmlDocA,
CellMLDocument cellmlDocB,
boolean allowDifferentIds,
boolean careAboutNames,
boolean stricterNames) |
Instantiates a new CellML connector.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
connect() |
|
protected void |
init() |
public CellMLConnector(CellMLDocument cellmlDocA, CellMLDocument cellmlDocB, boolean allowDifferentIds, boolean careAboutNames, boolean stricterNames)
cellmlDocA
- the original documentcellmlDocB
- the modified documentallowDifferentIds
- may mapped entities have different ids? see Diff.ALLOW_DIFFERENT_IDS
careAboutNames
- should we care about names? see Diff.CARE_ABOUT_NAMES
stricterNames
- should we handle the names very strictly? see Diff.STRICTER_NAMES
public CellMLConnector(CellMLDocument cellmlDocA, CellMLDocument cellmlDocB)
Diff.ALLOW_DIFFERENT_IDS
, Diff.CARE_ABOUT_NAMES
, and Diff.STRICTER_NAMES
.cellmlDocA
- the original documentcellmlDocB
- the modified documentpublic CellMLConnector(de.unirostock.sems.bives.algorithm.Connector preprocessor, boolean allowDifferentIds, boolean careAboutNames, boolean stricterNames)
preprocessor
- the preprocessorallowDifferentIds
- may mapped entities have different ids? see Diff.ALLOW_DIFFERENT_IDS
careAboutNames
- should we care about names? see Diff.CARE_ABOUT_NAMES
stricterNames
- should we handle the names very strictly? see Diff.STRICTER_NAMES
public CellMLConnector(de.unirostock.sems.bives.algorithm.Connector preprocessor)
Diff.ALLOW_DIFFERENT_IDS
, Diff.CARE_ABOUT_NAMES
, and Diff.STRICTER_NAMES
.preprocessor
- the preprocessorprotected void init() throws de.unirostock.sems.bives.exception.BivesConnectionException
init
in class de.unirostock.sems.bives.algorithm.Connector
de.unirostock.sems.bives.exception.BivesConnectionException
protected void connect()
connect
in class de.unirostock.sems.bives.algorithm.Connector
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.