Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/transaction01/Transaction01"
From OOModels
< Artefact:Model | net | leue | andreas | sandbox | transaction01
Jump to navigationJump to search
Wolfmueller (talk | contribs) (→Code) |
Wolfmueller (talk | contribs) (→Code) |
||
Line 32: | Line 32: | ||
+ XMPresentation | + XMPresentation | ||
- Name = next | - Name = next | ||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = ~ attribute1="value1-2";\nattribute2="value2-2";\n==>> state2; | - OperationBody = ~ attribute1="value1-2";\nattribute2="value2-2";\n==>> state2; | ||
Line 39: | Line 38: | ||
+ XMPresentation | + XMPresentation | ||
- Name = next | - Name = next | ||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = ~ attribute1="value1-3";\nattribute1="value2-3";\n==>> state3; | - OperationBody = ~ attribute1="value1-3";\nattribute1="value2-3";\n==>> state3; | ||
Line 46: | Line 44: | ||
+ XMPresentation | + XMPresentation | ||
- Name = back | - Name = back | ||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = ~ attribute1="value1-1";\nattribute2="value2-1";\n==>> state1; | - OperationBody = ~ attribute1="value1-1";\nattribute2="value2-1";\n==>> state1; | ||
Line 53: | Line 50: | ||
+ XMPresentation | + XMPresentation | ||
- Name = back | - Name = back | ||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = ~ attribute1="value1-2";\nattribute2="value2-2";\n==>> state2; | - OperationBody = ~ attribute1="value1-2";\nattribute2="value2-2";\n==>> state2; |
Latest revision as of 22:01, 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]
Transaction01 «InteractionClass» | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Attribute1 | String | «» | ...
| |||||||||
Attribute2 | String | «» | ...
| |||||||||
state1──► next1 | void () | «» |
...
| |||||||||
state2──► next2 | void () | «» |
...
| |||||||||
state2──► back2 | void () | «» |
...
| |||||||||
state3──► back3 | void () | «» |
...
|