Class JacobianFixedStep

java.lang.Object
org.intocps.maestro.plugin.JacobianFixedStep

public class JacobianFixedStep extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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)
     

    Methods inherited from class java.lang.Object

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

    • JacobianFixedStep

      public JacobianFixedStep()
  • Method Details

    • 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