summaryrefslogtreecommitdiff
path: root/cesar/VisualState/Topstate1.vsr
blob: ff992a168628f08e6eeb25ad8ef3dfec74ed3c43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
@visualSTATE @RuleBase @Format2 "NoName"

@Directives

  @visualSTATE 5-4-0-1273;
  @Date 2007-10-12;
  @Time 11:18:44;
  [[ Expl = "This is where the security level (SC_Join, SC_ADd) is set." ]]


@Declaration


@Definition


@Implementation

  @TopStateMachine SC_Level =

    @State
      SC_None
        [[ Pos440 = "63 142 166 178 16 1 1638401" ]],
      SC_Add
        [[ Pos440 = "229 142 332 178 16 1 1638401" ]],
      SC_Join
        [[ Pos440 = "229 248 332 284 16 1 1638401" ]],
      @Initial _InitialState0
        [[ Pos440 = "104 57 124 77 114689" ]];

    @StateRegion
      @OffPage Region1 (SC_None, SC_Add, SC_Join, _InitialState0)
        [[ Pos440 = "0 0 377 50", TextDisplayNote = "Preserve", 
           TextDisplayState = "Preserve", TextDisplayTransDesc = "Preserve", 
           View = "2 2 7" ]];

    @Entry;

    @Exit;

    @Do;

    @InternalRule;

    @TransitionRule;

    @TerminationRule;

    [[ Pos440 = "10 91 387 157 16 1 114689" ]]

  @End;