Class SBMLGenericObject

  • Direct Known Subclasses:
    SBMLSBase

    public class SBMLGenericObject
    extends Object
    The Class SBMLGenericObject representing a generic SBML object.
    Author:
    Martin Scharm
    • Field Detail

      • documentNode

        protected de.unirostock.sems.xmlutils.ds.DocumentNode documentNode
        The document node.
      • sbmlModel

        protected SBMLModel sbmlModel
        The sbml model.
    • Constructor Detail

      • SBMLGenericObject

        public SBMLGenericObject​(de.unirostock.sems.xmlutils.ds.DocumentNode documentNode,
                                 SBMLModel sbmlModel)
        Instantiates a new generic SBML object.
        Parameters:
        documentNode - the document node encoding this entity in the corresponding XML tree
        sbmlModel - the SBML model
    • Method Detail

      • getDocumentNode

        public de.unirostock.sems.xmlutils.ds.DocumentNode getDocumentNode()
        Gets the document node.
        Returns:
        the document node
      • getModel

        public SBMLModel getModel()
        Gets the model.
        Returns:
        the model