Artefact:Model/net/leue/andreas/sandbox/transaction01/Transaction01

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | transaction01
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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]

Transaction01
«InteractionClass»
state1state2state3

An example transaction
Attribute1String«»
...
XMLogic DefaultValue"value1-1"
XMPresentation VisibilityStates[
    state1,
    state2
]
XMVUI Mode"transactionreadwrite"
Attribute2String«»
...
XMLogic DefaultValue"value2-1"
XMPresentation VisibilityStates[
    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


Description[edit]