Class CompartmentFixer

java.lang.Object
de.uni_halle.informatik.biodata.mp.fixing.AbstractFixer
de.uni_halle.informatik.biodata.mp.fixing.CompartmentFixer
All Implemented Interfaces:
IFixSBases<org.sbml.jsbml.Compartment>, IReportStatus

public class CompartmentFixer extends AbstractFixer implements IFixSBases<org.sbml.jsbml.Compartment>
  • Constructor Details

  • Method Details

    • fix

      public void fix(List<org.sbml.jsbml.Compartment> rs)
      Specified by:
      fix in interface IFixSBases<org.sbml.jsbml.Compartment>
    • fix

      public void fix(org.sbml.jsbml.Compartment compartment, int index)
      Specified by:
      fix in interface IFixSBases<org.sbml.jsbml.Compartment>