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