Class SBMLImporter


  • public class SBMLImporter
    extends Object
    • Field Detail

      • tscaleName

        public static String tscaleName
    • Constructor Detail

      • SBMLImporter

        public SBMLImporter()
    • Method Detail

      • useUnits

        public static void useUnits​(boolean units)
      • convertSBMLToLEMS

        public static org.lemsml.jlems.core.type.Lems convertSBMLToLEMS​(File sbmlFile,
                                                                        float simDuration,
                                                                        float simDt,
                                                                        File dirForResults)
                                                                 throws XMLStreamException,
                                                                        org.lemsml.jlems.core.sim.ParseException,
                                                                        IOException,
                                                                        org.sbml.jsbml.SBMLException,
                                                                        org.sbml.jsbml.text.parser.ParseException,
                                                                        org.lemsml.jlems.core.sim.LEMSException,
                                                                        UnsupportedSBMLFeature
        Throws:
        XMLStreamException
        org.lemsml.jlems.core.sim.ParseException
        IOException
        org.sbml.jsbml.SBMLException
        org.lemsml.jlems.core.sim.LEMSException
        UnsupportedSBMLFeature
      • replaceTime

        public static String replaceTime​(String formula)
      • replaceOperators

        public static String replaceOperators​(String formula)
      • replaceFactorial

        public static String replaceFactorial​(String formula)