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_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 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_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 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.Connector
de.unirostock.sems.bives.exception.BivesConnectionException
protected void connect() throws de.unirostock.sems.bives.exception.BivesConnectionException
connect
in class de.unirostock.sems.bives.algorithm.Connector
de.unirostock.sems.bives.exception.BivesConnectionException
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.