Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model25/BaseMachine"
From OOModels
Jump to navigationJump to search
AndreasLeue (talk | contribs) (New page: {{Metabox | Meta_Type = Type:org/oomodels/WIML/1.0 | Meta_Domain = Domain:it/test | Meta_Category = Type:org/oomodels/wiki/Model | Meta_Downloa...) |
AndreasLeue (talk | contribs) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 11: | Line 11: | ||
<wiml> | <wiml> | ||
# BaseMachine StateMachine | # BaseMachine StateMachine,Singleton | ||
~ state1,state2 | ~ base:state1,base:state2 | ||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OnCreateInitialisation = JavaCodeTemplate=« ==>> state1; » | - OnCreateInitialisation = JavaCodeTemplate=« ==base>> state1; » | ||
** Attribute1 String | ** Attribute1 String | ||
+ XMPresentation | + XMPresentation | ||
- VisibilityStates = | - VisibilityStates = «base==state1» | ||
+ XMVUI | + XMVUI | ||
- Mode = Literal="transactionreadwrite" | - Mode = Literal="transactionreadwrite" | ||
** Attribute2 String | ** Attribute2 String | ||
+ XMPresentation | + XMPresentation | ||
- VisibilityStates = | - VisibilityStates = «base==state2» | ||
+ XMVUI | + XMVUI | ||
- Mode = Literal="transactionreadwrite" | - Mode = Literal="transactionreadwrite" | ||
!! next1 void() | !! next1 void() | ||
~~ state1 | ~~ base==state1 | ||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = JavaCodeTemplate=« ==>> state2; » | - OperationBody = JavaCodeTemplate=« ==base>> state2; » | ||
!! back2 void() | !! back2 void() | ||
~~ state2 | ~~ base==state2 | ||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = JavaCodeTemplate=« ==>> state1; » | - OperationBody = JavaCodeTemplate=« ==base>> state1; » | ||
</wiml> | </wiml> | ||
Latest revision as of 21:31, 8 June 2011
| 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]
| BaseMachine «StateMachine, Singleton» | |||||||||
|---|---|---|---|---|---|---|---|---|---|
|
...
|
|||||||||
| Attribute1 | String | «» | ...
| ||||||
| Attribute2 | String | «» | ...
| ||||||
| base==state1──► next1 | void () | «» |
...
| ||||||
| base==state2──► back2 | void () | «» |
...
| ||||||