use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.
the class FeatureCalls method setup.
@Before
public void setup() throws Exception {
ExecutionFlow flow = models.loadExecutionFlowFromResource("FeatureCalls.sct");
initInterpreter(flow);
}
use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.
the class Guard method setup.
@Before
public void setup() throws Exception {
ExecutionFlow flow = models.loadExecutionFlowFromResource("Guard.sct");
initInterpreter(flow);
}
use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.
the class GuardedExit method setup.
@Before
public void setup() throws Exception {
ExecutionFlow flow = models.loadExecutionFlowFromResource("GuardedExit.sct");
initInterpreter(flow);
}
use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.
the class HistoryWithoutInitialStep method setup.
@Before
public void setup() throws Exception {
ExecutionFlow flow = models.loadExecutionFlowFromResource("HistoryWithoutInitialStep.sct");
initInterpreter(flow);
}
use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.
the class IntegerExpressions method setup.
@Before
public void setup() throws Exception {
ExecutionFlow flow = models.loadExecutionFlowFromResource("IntegerExpressions.sct");
initInterpreter(flow);
}
Aggregations