de.unirostock.sems.bives.algorithm.DiffReporter
public class SBMLReaction extends SBMLGenericIdNameObject implements de.unirostock.sems.bives.algorithm.DiffReporter
id, name
documentNode, sbmlModel
Constructor | Description |
---|---|
SBMLReaction(de.unirostock.sems.xmlutils.ds.DocumentNode documentNode,
SBMLModel sbmlModel) |
Instantiates a new SBML reaction.
|
Modifier and Type | Method | Description |
---|---|---|
SBMLCompartment |
getCompartment() |
Gets the compartment.
|
SBMLKineticLaw |
getKineticLaw() |
Gets the kinetic law.
|
SBMLListOf |
getListOfModifiersNode() |
Gets the list of modifiers node.
|
SBMLListOf |
getListOfProductsNode() |
Gets the list of products node.
|
SBMLListOf |
getListOfReactantsNode() |
Gets the list of reactants node.
|
List<SBMLSimpleSpeciesReference> |
getModifiers() |
Gets the modifiers.
|
List<SBMLSpeciesReference> |
getProducts() |
Gets the products.
|
List<SBMLSpeciesReference> |
getReactants() |
Gets the reactants.
|
boolean |
isFast() |
Checks if this reaction is fast.
|
boolean |
isReversible() |
Checks if this reaction is reversible.
|
void |
report(de.unirostock.sems.bives.markup.MarkupElement me,
boolean insert) |
Typeset this reaction.
|
de.unirostock.sems.bives.markup.MarkupElement |
reportDelete() |
|
de.unirostock.sems.bives.markup.MarkupElement |
reportInsert() |
|
de.unirostock.sems.bives.markup.MarkupElement |
reportModification(de.unirostock.sems.bives.algorithm.SimpleConnectionManager conMgmt,
de.unirostock.sems.bives.algorithm.DiffReporter docA,
de.unirostock.sems.bives.algorithm.DiffReporter docB) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getID, getName, getNameAndId, getNameOrId
getDocumentNode, getModel
addOntologyLink, flagMetaModifcations, getAnnotation, getMetaId, getNotes, getOntologyLinks, getSBOTerm
public SBMLReaction(de.unirostock.sems.xmlutils.ds.DocumentNode documentNode, SBMLModel sbmlModel) throws BivesSBMLParseException
documentNode
- the document node encoding this entity in the corresponding XML treesbmlModel
- the SBML modelBivesSBMLParseException
- the bives sbml parse exceptionpublic SBMLCompartment getCompartment()
public boolean isReversible()
public boolean isFast()
public SBMLKineticLaw getKineticLaw()
public SBMLListOf getListOfReactantsNode()
public SBMLListOf getListOfProductsNode()
public SBMLListOf getListOfModifiersNode()
public List<SBMLSpeciesReference> getReactants()
public List<SBMLSpeciesReference> getProducts()
public List<SBMLSimpleSpeciesReference> getModifiers()
public de.unirostock.sems.bives.markup.MarkupElement reportModification(de.unirostock.sems.bives.algorithm.SimpleConnectionManager conMgmt, de.unirostock.sems.bives.algorithm.DiffReporter docA, de.unirostock.sems.bives.algorithm.DiffReporter docB)
reportModification
in interface de.unirostock.sems.bives.algorithm.DiffReporter
public de.unirostock.sems.bives.markup.MarkupElement reportInsert()
reportInsert
in interface de.unirostock.sems.bives.algorithm.DiffReporter
public de.unirostock.sems.bives.markup.MarkupElement reportDelete()
reportDelete
in interface de.unirostock.sems.bives.algorithm.DiffReporter
public void report(de.unirostock.sems.bives.markup.MarkupElement me, boolean insert)
me
- the markup elementinsert
- is that an insert? otherwise we report a deleteCopyright © 2018 SEMS project @ University of Rostock. All rights reserved.