SBMLConstraint, SBMLEvent, SBMLEventAssignment, SBMLEventDelay, SBMLEventPriority, SBMLEventTrigger, SBMLGenericIdNameObject, SBMLInitialAssignment, SBMLKineticLaw, SBMLListOf, SBMLModel, SBMLRule, SBMLSimpleSpeciesReference, SBMLUnitpublic abstract class SBMLSBase extends SBMLGenericObject
documentNode, sbmlModel| Constructor | Description |
|---|---|
SBMLSBase(de.unirostock.sems.xmlutils.ds.DocumentNode documentNode,
SBMLModel sbmlModel) |
Instantiates a new SBMLS base.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
addOntologyLink(String qualifier,
String link) |
Adds an link into an ontology.
|
boolean |
flagMetaModifcations(de.unirostock.sems.bives.markup.MarkupElement me) |
Flags occuring modifcations of the meta information (notes, annotations) to the given MarkupElement.
|
de.unirostock.sems.xmlutils.ds.DocumentNode |
getAnnotation() |
Gets the annotation.
|
String |
getMetaId() |
Gets the meta id.
|
de.unirostock.sems.bives.ds.Xhtml |
getNotes() |
Gets the notes.
|
HashMap<String,List<String>> |
getOntologyLinks() |
Gets the links that point to an ontology.
|
de.unirostock.sems.bives.ds.ontology.SBOTerm |
getSBOTerm() |
Gets the SBO term.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDocumentNode, getModelpublic SBMLSBase(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 boolean flagMetaModifcations(de.unirostock.sems.bives.markup.MarkupElement me)
me - the MarkupElement that should be flaggedpublic HashMap<String,List<String>> getOntologyLinks()
public void addOntologyLink(String qualifier, String link)
qualifier - the qualifierlink - the linkpublic de.unirostock.sems.bives.ds.ontology.SBOTerm getSBOTerm()
public String getMetaId()
public de.unirostock.sems.bives.ds.Xhtml getNotes()
public de.unirostock.sems.xmlutils.ds.DocumentNode getAnnotation()
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.