Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model25/BaseMachine"

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | model25
Jump to navigationJump to search
(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...)
 
Line 11: Line 11:


<wiml>
<wiml>
# BaseMachine StateMachine
# BaseMachine StateMachine,Singleton
~ state1,state2
~ state1,state2
+ XMLogicImplementation
+ XMLogicImplementation

Revision as of 11:25, 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»
state1state2
...
XMLogicImplementation OnCreateInitialisationJavaCodeTemplate = « ==>> state1; »
Attribute1String«»
...
XMPresentation VisibilityStates«state1»
XMVUI ModeLiteral = "transactionreadwrite"
Attribute2String«»
...
XMPresentation VisibilityStates«state2»
XMVUI ModeLiteral = "transactionreadwrite"
state1──► next1void () «»
...
XMLogicImplementation OperationBodyJavaCodeTemplate = « ==>> state2; »
state2──► back2void () «»
...
XMLogicImplementation OperationBodyJavaCodeTemplate = « ==>> state1; »