Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model08/Transaction08"
From OOModels
Jump to navigationJump to search
AndreasLeue (talk | contribs) |
AndreasLeue (talk | contribs) (→Code) |
||
Line 13: | Line 13: | ||
# Transaction08 StateMachine | # Transaction08 StateMachine | ||
~ state1,state2,state3,state4,state5 | ~ state1,state2,state3,state4,state5 | ||
An example transaction | |||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OnCreateInitialisation = JavaCodeTemplate=« ==>> state1; » | - OnCreateInitialisation = JavaCodeTemplate=« ==>> state1; » | ||
** Attribute1 Model08a | ** Attribute1 Model08a | ||
+ XMLogic | + XMLogic |
Revision as of 19:30, 16 September 2009
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 | «» | ...
| |||||||||
state1──► next1 | void () | «» |
...
| |||||||||
state2──► next2 | void () | «» |
...
| |||||||||
state3──► next3 | void () | «» |
...
| |||||||||
state4──► next4 | void () | «» |
...
| |||||||||
state2──► back2 | void () | «» |
...
| |||||||||
state3──► back3 | void () | «» |
...
| |||||||||
state4──► back4 | void () | «» |
...
| |||||||||
state5──► back5 | void () | «» |
...
|