Class SBMLCompartmentType

  • All Implemented Interfaces:
    de.unirostock.sems.bives.algorithm.DiffReporter

    public class SBMLCompartmentType
    extends SBMLGenericIdNameObject
    implements de.unirostock.sems.bives.algorithm.DiffReporter
    The Class SBMLCompartmentType, a grouping construct used to establish a relationship between multiple SBMLCompartments. (only level < 3)
    Author:
    Martin Scharm
    • Constructor Detail

      • SBMLCompartmentType

        public SBMLCompartmentType​(de.unirostock.sems.xmlutils.ds.DocumentNode documentNode,
                                   SBMLModel sbmlModel)
                            throws BivesSBMLParseException
        Instantiates a new SBML compartment type.
        Parameters:
        documentNode - the document node encoding this entity in the corresponding XML tree
        sbmlModel - the SBML model
        Throws:
        BivesSBMLParseException - the bives sbml parse exception
    • Method Detail

      • reportModification

        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)
        Specified by:
        reportModification in interface de.unirostock.sems.bives.algorithm.DiffReporter
      • reportInsert

        public de.unirostock.sems.bives.markup.MarkupElement reportInsert()
        Specified by:
        reportInsert in interface de.unirostock.sems.bives.algorithm.DiffReporter
      • reportDelete

        public de.unirostock.sems.bives.markup.MarkupElement reportDelete()
        Specified by:
        reportDelete in interface de.unirostock.sems.bives.algorithm.DiffReporter