Artefact:Model/net/leue/andreas/sandbox/model38/Transaction38
From OOModels
< Artefact:Model | net | leue | andreas | sandbox | model38
Jump to navigationJump to search
Revision as of 15:57, 5 December 2017 by AndreasLeue (talk | contribs) (Created page with "{{Metabox | Meta_Type = Type:org/oomodels/WIML/1.0 | Meta_Domain = Domain:it/test | Meta_Category = Type:org/oomodels/wiki/Model | Me...")
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]
Transaction38 «StateMachine» | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
...
|
|||||||||||||
Attribute1 | String | «TransactionInside,AllowNull» | ...
| ||||||||||
Attribute2 | String | «TransactionInside,AllowNull» | ...
| ||||||||||
setup | void () | «NoUI,Transactional» |
...
| ||||||||||
state1──► next1 | void () | «» |
...
| ||||||||||
state2──► back2 | void () | «» |
...
| ||||||||||
state1||state2──► cancel | void () | «» |
...
|