Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/transaction01/Transaction01"

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | transaction01
Jump to navigationJump to search
Line 32: Line 32:
   + XMPresentation
   + XMPresentation
     - Name = next
     - Name = next
    - Impact = Proceed
   + XMLogicImplementation
   + XMLogicImplementation
     - OperationBody = ~ attribute1="value1-2";\nattribute2="value2-2";\n==>> state2;
     - OperationBody = ~ attribute1="value1-2";\nattribute2="value2-2";\n==>> state2;
Line 38: Line 39:
   + XMPresentation
   + XMPresentation
     - Name = next
     - Name = next
    - Impact = Proceed
   + XMLogicImplementation
   + XMLogicImplementation
     - OperationBody = ~ attribute1="value1-3";\nattribute1="value2-3";\n==>> state3;
     - OperationBody = ~ attribute1="value1-3";\nattribute1="value2-3";\n==>> state3;
Line 44: Line 46:
   + XMPresentation
   + XMPresentation
     - Name = back
     - Name = back
    - Impact = Proceed
   + XMLogicImplementation
   + XMLogicImplementation
     - OperationBody = ~ attribute1="value1-1";\nattribute2="value2-1";\n==>> state1;
     - OperationBody = ~ attribute1="value1-1";\nattribute2="value2-1";\n==>> state1;
Line 50: Line 53:
   + XMPresentation
   + XMPresentation
     - Name = back
     - Name = back
    - Impact = Proceed
   + XMLogicImplementation
   + XMLogicImplementation
     - OperationBody = ~ attribute1="value1-2";\nattribute2="value2-2";\n==>> state2;
     - OperationBody = ~ attribute1="value1-2";\nattribute2="value2-2";\n==>> state2;

Revision as of 21:51, 10 March 2010

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
ImpactProceed
XMLogicImplementation OperationBodyattribute1 = "value1-2"nattribute2 = "value2-2"n =  = state2
state2──► next2void () «»
...
XMPresentation Namenext
ImpactProceed
XMLogicImplementation OperationBodyattribute1 = "value1-3"nattribute1 = "value2-3"n =  = state3
state2──► back2void () «»
...
XMPresentation Nameback
ImpactProceed
XMLogicImplementation OperationBodyattribute1 = "value1-1"nattribute2 = "value2-1"n =  = state1
state3──► back3void () «»
...
XMPresentation Nameback
ImpactProceed
XMLogicImplementation OperationBodyattribute1 = "value1-2"nattribute2 = "value2-2"n =  = state2


Description[edit]