public class SBMLConnectorPreprocessor
extends de.unirostock.sems.bives.algorithm.Connector
| Constructor | Description |
|---|---|
SBMLConnectorPreprocessor(de.unirostock.sems.bives.algorithm.Connector preprocessor) |
Instantiates a new sBML connector preprocessor.
|
SBMLConnectorPreprocessor(de.unirostock.sems.bives.algorithm.Connector preprocessor,
boolean allowDifferentIds,
boolean careAboutNames,
boolean stricterNames) |
Instantiates a new sBML connector preprocessor.
|
SBMLConnectorPreprocessor(SBMLDocument sbmlDocA,
SBMLDocument sbmlDocB) |
Instantiates a new sBML connector preprocessor.
|
SBMLConnectorPreprocessor(SBMLDocument sbmlDocA,
SBMLDocument sbmlDocB,
boolean allowDifferentIds,
boolean careAboutNames,
boolean stricterNames) |
Instantiates a new sBML connector preprocessor.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
connect() |
|
protected void |
init() |
public SBMLConnectorPreprocessor(SBMLDocument sbmlDocA, SBMLDocument sbmlDocB, boolean allowDifferentIds, boolean careAboutNames, boolean stricterNames)
sbmlDocA - the original documentsbmlDocB - the modified 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 SBMLConnectorPreprocessor(SBMLDocument sbmlDocA, SBMLDocument sbmlDocB)
Diff.ALLOW_DIFFERENT_IDS, Diff.CARE_ABOUT_NAMES, and Diff.STRICTER_NAMES.sbmlDocA - the original documentsbmlDocB - the modified documentpublic SBMLConnectorPreprocessor(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 SBMLConnectorPreprocessor(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.