Class JacobianFixedStep


  • public class JacobianFixedStep
    extends Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static List<org.intocps.maestro.ast.node.PStm> generate​(org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment env, org.intocps.maestro.core.messages.IErrorReporter errorReporter, List<org.intocps.maestro.ast.LexIdentifier> componentNames, String componentsIdentifier, org.intocps.maestro.ast.node.PExp stepSize, org.intocps.maestro.ast.node.PExp startTime, org.intocps.maestro.ast.node.PExp endTime, Set<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> relations)  
    • Constructor Detail

      • JacobianFixedStep

        public JacobianFixedStep()
    • Method Detail

      • generate

        public static List<org.intocps.maestro.ast.node.PStm> generate​(org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment env,
                                                                       org.intocps.maestro.core.messages.IErrorReporter errorReporter,
                                                                       List<org.intocps.maestro.ast.LexIdentifier> componentNames,
                                                                       String componentsIdentifier,
                                                                       org.intocps.maestro.ast.node.PExp stepSize,
                                                                       org.intocps.maestro.ast.node.PExp startTime,
                                                                       org.intocps.maestro.ast.node.PExp endTime,
                                                                       Set<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> relations)
                                                                throws ExpandException,
                                                                       InstantiationException
        Throws:
        ExpandException
        InstantiationException