public class SBMLSpeciesReference extends SBMLSimpleSpeciesReference
documentNode, sbmlModel
id, name, species
Constructor | Description |
---|---|
SBMLSpeciesReference(de.unirostock.sems.xmlutils.ds.DocumentNode documentNode,
SBMLModel sbmlModel) |
Instantiates a new SBML species reference.
|
Modifier and Type | Method | Description |
---|---|---|
String |
report() |
Typeset this reference.
|
String |
reportDelete() |
Report a delete.
|
String |
reportInsert() |
Report an insert.
|
String |
reportModification(de.unirostock.sems.bives.algorithm.SimpleConnectionManager conMgmt,
SBMLSpeciesReference a,
SBMLSpeciesReference b) |
Report the modifications of this species reference.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDocumentNode, getModel
addOntologyLink, flagMetaModifcations, getAnnotation, getMetaId, getNotes, getOntologyLinks, getSBOTerm
getSpecies, reportModification
public SBMLSpeciesReference(de.unirostock.sems.xmlutils.ds.DocumentNode documentNode, SBMLModel sbmlModel) throws BivesSBMLParseException
documentNode
- the document node encoding this entity in the corresponding XML treesbmlModel
- the corresponding SBML modelBivesSBMLParseException
- the bives sbml parse exceptionpublic String reportModification(de.unirostock.sems.bives.algorithm.SimpleConnectionManager conMgmt, SBMLSpeciesReference a, SBMLSpeciesReference b)
conMgmt
- the connection managera
- the original species referenceb
- the modified species referencepublic String reportInsert()
SBMLSimpleSpeciesReference
reportInsert
in class SBMLSimpleSpeciesReference
public String reportDelete()
SBMLSimpleSpeciesReference
reportDelete
in class SBMLSimpleSpeciesReference
public String report()
SBMLSimpleSpeciesReference
report
in class SBMLSimpleSpeciesReference
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.