Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model31/Model31"
From OOModels
Jump to navigationJump to search
AndreasLeue (talk | contribs) (Created page with "{{Metabox | Meta_Type = Type:org/oomodels/WIML/1.0 | Meta_Domain = Domain:it/test | Meta_Category = Type:org/oomodels/wiki/Model | Me...") |
AndreasLeue (talk | contribs) (→Code) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 11: | Line 11: | ||
<wiml> | <wiml> | ||
# Model31 CoreClass,WithInstanceEditor | |||
** | ~ state1,state2,state3 | ||
+ XMLogicImplementation | |||
- OnCreateInitialisation = JavaCodeTemplate=« ==>> state1; » | |||
** Feld1 String Optional | |||
+ XMPresentation | |||
- VisibilityStates = «state1||state2||state3» | |||
** Feld2 String Optional | |||
+ XMPresentation | |||
- VisibilityStates = «state1||state2» | |||
** Feld3 String Optional | |||
+ XMPresentation | |||
- VisibilityStates = «state1||state3» | |||
!! s1 void() | |||
~~ state2||state3 | |||
+ XMPresentation | |||
- Impact = Proceed | |||
+ XMLogicImplementation | |||
- OperationBody = JavaCodeTemplate=« ==>> state1; » | |||
!! s2 void() | |||
~~ state1||state3 | |||
+ XMPresentation | |||
- Impact = Proceed | |||
+ XMLogicImplementation | |||
- OperationBody = JavaCodeTemplate=« ==>> state2; » | |||
!! s3 void() | |||
~~ state1||state2 | |||
+ XMPresentation | |||
- Impact = Proceed | |||
+ XMLogicImplementation | |||
- OperationBody = JavaCodeTemplate=« ==>> state3; » | |||
</wiml> | </wiml> | ||
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» | |||||||||
|---|---|---|---|---|---|---|---|---|---|
|
...
|
|||||||||
| Feld1 | String | «Optional» | ...
| ||||||
| Feld2 | String | «Optional» | ...
| ||||||
| Feld3 | String | «Optional» | ...
| ||||||
| state2||state3──► s1 | void () | «» |
...
| ||||||
| state1||state3──► s2 | void () | «» |
...
| ||||||
| state1||state2──► s3 | void () | «» |
...
| ||||||