Artefact:Model/net/leue/andreas/sandbox/model25/BaseMachine

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | model25
Jump to navigationJump to search
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»
base:state1base:state2
...
XMLogicImplementation OnCreateInitialisationJavaCodeTemplate = « ==base>> state1; »
Attribute1String«»
...
XMPresentation VisibilityStates«base==state1»
XMVUI ModeLiteral = "transactionreadwrite"
Attribute2String«»
...
XMPresentation VisibilityStates«base==state2»
XMVUI ModeLiteral = "transactionreadwrite"
base==state1──► next1void () «»
...
XMLogicImplementation OperationBodyJavaCodeTemplate = « ==base>> state2; »
base==state2──► back2void () «»
...
XMLogicImplementation OperationBodyJavaCodeTemplate = « ==base>> state1; »