Package org.intocps.maestro.plugin
Class JacobianFixedStep
- java.lang.Object
-
- org.intocps.maestro.plugin.JacobianFixedStep
-
public class JacobianFixedStep extends Object
-
-
Constructor Summary
Constructors Constructor Description JacobianFixedStep()
-
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)
-
-
-
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
-
-