use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.
the class AssignmentAsExpression method setup.
@Before
public void setup() throws Exception {
ExecutionFlow flow = models.loadExecutionFlowFromResource("AssignmentAsExpression.sct");
initInterpreter(flow);
}
use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.
the class CastExpressions method setup.
@Before
public void setup() throws Exception {
ExecutionFlow flow = models.loadExecutionFlowFromResource("CastExpressions.sct");
initInterpreter(flow);
}
use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.
the class ChildFirstLocalReactions method setup.
@Before
public void setup() throws Exception {
ExecutionFlow flow = models.loadExecutionFlowFromResource("executionorder/ChildFirstLocalReactions.sct");
initInterpreter(flow);
}
use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.
the class StringExpressions method setup.
@Before
public void setup() throws Exception {
ExecutionFlow flow = models.loadExecutionFlowFromResource("StringExpressions.sct");
initInterpreter(flow);
}
use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.
the class TriggerGuardExpressions method setup.
@Before
public void setup() throws Exception {
ExecutionFlow flow = models.loadExecutionFlowFromResource("TriggerGuardExpressions.sct");
initInterpreter(flow);
}
Aggregations