Class FBCReactionPolisher

java.lang.Object
de.uni_halle.informatik.biodata.mp.polishing.AbstractPolisher
de.uni_halle.informatik.biodata.mp.polishing.ext.fbc.FBCReactionPolisher
All Implemented Interfaces:
IPolishSBases<org.sbml.jsbml.Reaction>, IReportStatus

public class FBCReactionPolisher extends AbstractPolisher implements IPolishSBases<org.sbml.jsbml.Reaction>
  • Constructor Details

  • Method Details

    • polish

      public void polish(List<org.sbml.jsbml.Reaction> reactions)
      Specified by:
      polish in interface IPolishSBases<org.sbml.jsbml.Reaction>
    • polish

      public void polish(org.sbml.jsbml.Reaction reaction)
      Specified by:
      polish in interface IPolishSBases<org.sbml.jsbml.Reaction>
    • setFluxBoundSBOTerm

      public void setFluxBoundSBOTerm(org.sbml.jsbml.Parameter bound)
      Polishes the SBO term of a flux bound parameter based on its ID. If the parameter's ID matches the default flux bound pattern, it sets the SBO term to 626. Otherwise, it sets the SBO term to 625.
      Parameters:
      bound - The parameter representing a flux bound.