use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.
the class Parenthesis method setup.
@Before
public void setup() throws Exception {
ExecutionFlow flow = models.loadExecutionFlowFromResource("Parenthesis.sct");
initInterpreter(flow);
}
use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.
the class RaiseEvent method setup.
@Before
public void setup() throws Exception {
ExecutionFlow flow = models.loadExecutionFlowFromResource("RaiseEvent.sct");
initInterpreter(flow);
}
use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.
the class SameNameDifferentRegion method setup.
@Before
public void setup() throws Exception {
ExecutionFlow flow = models.loadExecutionFlowFromResource("SameNameDifferentRegion.sct");
initInterpreter(flow);
}
use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.
the class ShallowHistoryWithDeepEntry method setup.
@Before
public void setup() throws Exception {
ExecutionFlow flow = models.loadExecutionFlowFromResource("ShallowHistoryWithDeepEntry.sct");
initInterpreter(flow);
}
use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.
the class SimpleHierachy method setup.
@Before
public void setup() throws Exception {
ExecutionFlow flow = models.loadExecutionFlowFromResource("SimpleHierachy.sct");
initInterpreter(flow);
}
Aggregations