Search in sources :

Example 11 with ExecutionFlow

use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.

the class EmptyTransition method setup.

@Before
public void setup() throws Exception {
    ExecutionFlow flow = models.loadExecutionFlowFromResource("EmptyTransition.sct");
    initInterpreter(flow);
}
Also used : ExecutionFlow(org.yakindu.sct.model.sexec.ExecutionFlow) Before(org.junit.Before)

Example 12 with ExecutionFlow

use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.

the class EntryChoice method setup.

@Before
public void setup() throws Exception {
    ExecutionFlow flow = models.loadExecutionFlowFromResource("EntryChoice.sct");
    initInterpreter(flow);
}
Also used : ExecutionFlow(org.yakindu.sct.model.sexec.ExecutionFlow) Before(org.junit.Before)

Example 13 with ExecutionFlow

use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.

the class EventDrivenOutEvents method setup.

@Before
public void setup() throws Exception {
    ExecutionFlow flow = models.loadExecutionFlowFromResource("EventDrivenOutEvents.sct");
    initInterpreter(flow, true);
}
Also used : ExecutionFlow(org.yakindu.sct.model.sexec.ExecutionFlow) Before(org.junit.Before)

Example 14 with ExecutionFlow

use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.

the class EventDrivenInternalEvent method setup.

@Before
public void setup() throws Exception {
    ExecutionFlow flow = models.loadExecutionFlowFromResource("eventdriven/EventDrivenInternalEvent.sct");
    initInterpreter(flow);
}
Also used : ExecutionFlow(org.yakindu.sct.model.sexec.ExecutionFlow) Before(org.junit.Before)

Example 15 with ExecutionFlow

use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.

the class StatechartActive method setup.

@Before
public void setup() throws Exception {
    ExecutionFlow flow = models.loadExecutionFlowFromResource("StatechartActive.sct");
    initInterpreter(flow);
}
Also used : ExecutionFlow(org.yakindu.sct.model.sexec.ExecutionFlow) Before(org.junit.Before)

Aggregations

ExecutionFlow (org.yakindu.sct.model.sexec.ExecutionFlow)160 Test (org.junit.Test)82 Before (org.junit.Before)73 ExecutionState (org.yakindu.sct.model.sexec.ExecutionState)66 Statechart (org.yakindu.sct.model.sgraph.Statechart)65 SGraphTestFactory._createStatechart (org.yakindu.sct.model.sgraph.test.util.SGraphTestFactory._createStatechart)58 VariableDefinition (org.yakindu.sct.model.stext.stext.VariableDefinition)54 StextTestFactory._createVariableDefinition (org.yakindu.sct.model.stext.test.util.StextTestFactory._createVariableDefinition)54 Region (org.yakindu.sct.model.sgraph.Region)53 SGraphTestFactory._createRegion (org.yakindu.sct.model.sgraph.test.util.SGraphTestFactory._createRegion)53 State (org.yakindu.sct.model.sgraph.State)50 SGraphTestFactory._createState (org.yakindu.sct.model.sgraph.test.util.SGraphTestFactory._createState)50 Sequence (org.yakindu.sct.model.sexec.Sequence)49 StextTestFactory._createInterfaceScope (org.yakindu.sct.model.stext.test.util.StextTestFactory._createInterfaceScope)47 InterfaceScope (org.yakindu.sct.model.stext.stext.InterfaceScope)40 Entry (org.yakindu.sct.model.sgraph.Entry)29 SGraphTestFactory._createEntry (org.yakindu.sct.model.sgraph.test.util.SGraphTestFactory._createEntry)29 SCTTestUtil.findState (org.yakindu.sct.model.sexec.transformation.test.SCTTestUtil.findState)28 Reaction (org.yakindu.sct.model.sexec.Reaction)26 LocalReaction (org.yakindu.sct.model.stext.stext.LocalReaction)24