Artefact:Model/net/leue/andreas/sandbox/model08/Transaction08

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | model08
Revision as of 14:52, 7 August 2009 by 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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]

Transaction08
«InteractionClass»
state1state2state3

An example transaction
Attribute1Model08«»
...
XMLogic DefaultValue"value1-1"
XMPresentation VisibilityStates[
    state1,
    state2,
    state3
]
XMVUI Mode"transactionreadwrite"
state1──► next1void () «»
...
XMPresentation Namenext
XMLogicImplementation OperationBodyattribute1 = "value1-2"nattribute2 = "value2-2"n =  = state2
state2──► next2void () «»
...
XMPresentation Namenext
XMLogicImplementation OperationBodyattribute1 = "value1-3"nattribute1 = "value2-3"n =  = state3
state2──► back2void () «»
...
XMPresentation Nameback
XMLogicImplementation OperationBodyattribute1 = "value1-1"nattribute2 = "value2-1"n =  = state1
state3──► back3void () «»
...
XMPresentation Nameback
XMLogicImplementation OperationBodyattribute1 = "value1-2"nattribute2 = "value2-2"n =  = state2