Class SBMLMeta
- java.lang.Object
-
- de.unirostock.sems.bives.sbml.parser.SBMLMeta
-
public class SBMLMeta extends Object
The Class SBMLMeta to handle annotations and stuff.- Author:
- Martin Scharm
-
-
Constructor Summary
Constructors Constructor Description SBMLMeta()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
extractOntologyLinks(de.unirostock.sems.xmlutils.ds.DocumentNode rdf, SBMLModel model)
Extract ontology links from an annotation element.
-
-
-
Method Detail
-
extractOntologyLinks
public static void extractOntologyLinks(de.unirostock.sems.xmlutils.ds.DocumentNode rdf, SBMLModel model)
Extract ontology links from an annotation element.- Parameters:
rdf
- the RDF node hosting the description blocksmodel
- the corresponding model that hosts the node described in this annotation
-
-