Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model31/Model31"

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | model31
Jump to navigationJump to search
 
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:


<wiml>
<wiml>
# Model31 CoreClass,StateMachine
# Model31 CoreClass,WithInstanceEditor
~ state1,state2,state3
~ state1,state2,state3
+ XMLogicImplementation
+ XMLogicImplementation
Line 23: Line 23:
** Feld3 String Optional
** Feld3 String Optional
   + XMPresentation
   + XMPresentation
     - VisibilityStates = «state2||state3»
     - VisibilityStates = «state1||state3»
!! s1 void()
!! s1 void()
   ~~ state2||state3
   ~~ state2||state3

Latest revision as of 14:13, 1 September 2023

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]

Model31
«CoreClass, WithInstanceEditor»
state1state2state3
...
XMLogicImplementation OnCreateInitialisationJavaCodeTemplate = « ==>> state1; »
Feld1String«Optional»
...
XMPresentation VisibilityStates«state1||state2||state3»
Feld2String«Optional»
...
XMPresentation VisibilityStates«state1||state2»
Feld3String«Optional»
...
XMPresentation VisibilityStates«state1||state3»
state2||state3──► s1void () «»
...
XMPresentation ImpactProceed
XMLogicImplementation OperationBodyJavaCodeTemplate = « ==>> state1; »
state1||state3──► s2void () «»
...
XMPresentation ImpactProceed
XMLogicImplementation OperationBodyJavaCodeTemplate = « ==>> state2; »
state1||state2──► s3void () «»
...
XMPresentation ImpactProceed
XMLogicImplementation OperationBodyJavaCodeTemplate = « ==>> state3; »