Class JacobianFixedStep


  • public class JacobianFixedStep
    extends java.lang.Object
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JacobianFixedStep

        public JacobianFixedStep()
    • Method Detail

      • generate

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