Class SBMLPolisher

java.lang.Object
de.uni_halle.informatik.biodata.mp.polishing.AbstractPolisher
de.uni_halle.informatik.biodata.mp.polishing.SBMLPolisher
All Implemented Interfaces:
IPolishSBases<org.sbml.jsbml.SBMLDocument>, IReportStatus

public class SBMLPolisher extends AbstractPolisher implements IPolishSBases<org.sbml.jsbml.SBMLDocument>
  • Constructor Details

  • Method Details

    • polish

      public void polish(org.sbml.jsbml.SBMLDocument doc)
      This method serves as the entry point from the ModelPolisher class to polish an SBML document. It ensures the document contains a model, performs a sanity check, polishes the model, sets the SBO term, marks the progress as finished if applicable, and processes any linked resources.
      Specified by:
      polish in interface IPolishSBases<org.sbml.jsbml.SBMLDocument>
      Parameters:
      doc - The SBMLDocument containing the model to be polished.