Package org.intocps.maestro.plugin
Class StateHandler
- java.lang.Object
-
- org.intocps.maestro.plugin.StateHandler
-
public class StateHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description StateHandler(List<org.intocps.maestro.ast.LexIdentifier> componentNames, org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment env, Function<org.intocps.maestro.ast.LexIdentifier,org.intocps.maestro.ast.node.PStateDesignator> getCompStatusDesignator, BiConsumer<Map.Entry<Boolean,String>,Map.Entry<org.intocps.maestro.ast.LexIdentifier,List<org.intocps.maestro.ast.node.PStm>>> checkStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.intocps.maestro.ast.node.PStm>allocate()List<org.intocps.maestro.ast.node.PStm>freeAllStates()List<org.intocps.maestro.ast.node.PStm>getAllStates()
-
-
-
Constructor Detail
-
StateHandler
public StateHandler(List<org.intocps.maestro.ast.LexIdentifier> componentNames, org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment env, Function<org.intocps.maestro.ast.LexIdentifier,org.intocps.maestro.ast.node.PStateDesignator> getCompStatusDesignator, BiConsumer<Map.Entry<Boolean,String>,Map.Entry<org.intocps.maestro.ast.LexIdentifier,List<org.intocps.maestro.ast.node.PStm>>> checkStatus)
-
-