Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model08/Transaction08"
From OOModels
Jump to navigationJump to search
Wolfmueller (talk | contribs) (→Code) |
Wolfmueller (talk | contribs) (→Code) |
||
Line 58: | Line 58: | ||
+ XMPresentation | + XMPresentation | ||
- Name = next | - Name = next | ||
- Impact = Proceed | |||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = JavaCodeTemplate=« ==>> state3; » | - OperationBody = JavaCodeTemplate=« ==>> state3; » | ||
Line 64: | Line 65: | ||
+ XMPresentation | + XMPresentation | ||
- Name = next | - Name = next | ||
- Impact = Proceed | |||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = JavaCodeTemplate=« ==>> state4; » | - OperationBody = JavaCodeTemplate=« ==>> state4; » | ||
Line 70: | Line 72: | ||
+ XMPresentation | + XMPresentation | ||
- Name = next | - Name = next | ||
- Impact = Proceed | |||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = JavaCodeTemplate=« ==>> state5; » | - OperationBody = JavaCodeTemplate=« ==>> state5; » | ||
Line 76: | Line 79: | ||
+ XMPresentation | + XMPresentation | ||
- Name = next | - Name = next | ||
- Impact = Proceed | |||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = JavaCodeTemplate=« ==>> state6; » | - OperationBody = JavaCodeTemplate=« ==>> state6; » | ||
Line 82: | Line 86: | ||
+ XMPresentation | + XMPresentation | ||
- Name = next | - Name = next | ||
- Impact = Proceed | |||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = JavaCodeTemplate=« ==>> state7; » | - OperationBody = JavaCodeTemplate=« ==>> state7; » | ||
Line 88: | Line 93: | ||
+ XMPresentation | + XMPresentation | ||
- Name = back | - Name = back | ||
- Impact = Proceed | |||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = JavaCodeTemplate=« ==>> state1; » | - OperationBody = JavaCodeTemplate=« ==>> state1; » | ||
Line 94: | Line 100: | ||
+ XMPresentation | + XMPresentation | ||
- Name = back | - Name = back | ||
- Impact = Proceed | |||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = JavaCodeTemplate=« ==>> state2; » | - OperationBody = JavaCodeTemplate=« ==>> state2; » | ||
Line 100: | Line 107: | ||
+ XMPresentation | + XMPresentation | ||
- Name = back | - Name = back | ||
- Impact = Proceed | |||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = JavaCodeTemplate=« ==>> state3; » | - OperationBody = JavaCodeTemplate=« ==>> state3; » | ||
Line 106: | Line 114: | ||
+ XMPresentation | + XMPresentation | ||
- Name = back | - Name = back | ||
- Impact = Proceed | |||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = JavaCodeTemplate=« ==>> state4; » | - OperationBody = JavaCodeTemplate=« ==>> state4; » | ||
Line 112: | Line 121: | ||
+ XMPresentation | + XMPresentation | ||
- Name = back | - Name = back | ||
- Impact = Proceed | |||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = JavaCodeTemplate=« ==>> state5; » | - OperationBody = JavaCodeTemplate=« ==>> state5; » | ||
Line 118: | Line 128: | ||
+ XMPresentation | + XMPresentation | ||
- Name = back | - Name = back | ||
- Impact = Proceed | |||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = JavaCodeTemplate=« ==>> state6; » | - OperationBody = JavaCodeTemplate=« ==>> state6; » | ||
Line 124: | Line 135: | ||
+ XMPresentation | + XMPresentation | ||
- Name = "Stop Transaction" | - Name = "Stop Transaction" | ||
- Impact = Abort | |||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = JavaCodeTemplate=« ==>> finished; » | - OperationBody = JavaCodeTemplate=« ==>> finished; » | ||
</wiml> | </wiml> |
Revision as of 13:48, 10 March 2010
Classification | |
---|---|
Type | Type:org/oomodels/WIML/1.0 |
Domain | Domain:it/test |
Category | Type:org/oomodels/wiki/Model |
More | |
Download Code | |
Namespace (more) | |
Private namespace of Andreas Leue. | |
create new pages |
Code[edit]
Transaction08 «StateMachine» | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
...
|
||||||||||||
Attribute1 | Model08a | «» | ...
| |||||||||
Attribute2 | Model08b | «» | ...
| |||||||||
Attribute3 | Model08a | «» | ...
| |||||||||
Attribute4 | Model08a | «» | ...
| |||||||||
state1──► next1 | void () | «» |
...
| |||||||||
state2──► next2 | void () | «» |
...
| |||||||||
state3──► next3 | void () | «» |
...
| |||||||||
state4──► next4 | void () | «» |
...
| |||||||||
state5──► next5 | void () | «» |
...
| |||||||||
state6──► next6 | void () | «» |
...
| |||||||||
state2──► back2 | void () | «» |
...
| |||||||||
state3──► back3 | void () | «» |
...
| |||||||||
state4──► back4 | void () | «» |
...
| |||||||||
state5──► back5 | void () | «» |
...
| |||||||||
state6──► back6 | void () | «» |
...
| |||||||||
state7──► back7 | void () | «» |
...
| |||||||||
state1state2state3state4state5state6state7──► cancel | void () | «» |
...
|