Package org.intocps.maestro.plugin
Class JacobianFixedStep
java.lang.Object
org.intocps.maestro.plugin.JacobianFixedStep
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 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
-