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

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...)
 
 
(3 intermediate revisions by the same user not shown)
Line 11: Line 11:


<wiml>
<wiml>
# DerivedMachine StateMachine
# DerivedMachine StateMachine,Singleton
> net/leue/andreas/sandbox/model25/BaseMachine
~ state3,state4
~ state3,state4
+ XMLogicImplementation
+ XMLogicImplementation
Line 23: Line 24:
   + XMPresentation
   + XMPresentation
     - VisibilityStates = «state4»
     - VisibilityStates = «state4»
  + XMVUI
    - Mode = Literal="transactionreadwrite"
** Attribute5 String
  + XMPresentation
    - VisibilityStates = «base==state1»
  + XMVUI
    - Mode = Literal="transactionreadwrite"
** Attribute6 String
  + XMPresentation
    - VisibilityStates = «base==state2»
   + XMVUI
   + XMVUI
     - Mode = Literal="transactionreadwrite"
     - Mode = Literal="transactionreadwrite"

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
DerivedMachine
«StateMachine, Singleton»
state3state4
...
XMLogicImplementation OnCreateInitialisationJavaCodeTemplate = « ==>> state3; »
Attribute3String«»
...
XMPresentation VisibilityStates«state3»
XMVUI ModeLiteral = "transactionreadwrite"
Attribute4String«»
...
XMPresentation VisibilityStates«state4»
XMVUI ModeLiteral = "transactionreadwrite"
Attribute5String«»
...
XMPresentation VisibilityStates«base==state1»
XMVUI ModeLiteral = "transactionreadwrite"
Attribute6String«»
...
XMPresentation VisibilityStates«base==state2»
XMVUI ModeLiteral = "transactionreadwrite"
state3──► next3void () «»
...
XMLogicImplementation OperationBodyJavaCodeTemplate = « ==>> state4; »
state4──► back4void () «»
...
XMLogicImplementation OperationBodyJavaCodeTemplate = « ==>> state3; »