Difference between revisions of "Artefact:Model/org/oomodels/sandbox/business/foundation/entities/RelationshipWizard"
From OOModels
< Artefact:Model | org | oomodels | sandbox | business | foundation | entities
Jump to navigationJump to search
AndreasLeue (talk | contribs) |
AndreasLeue (talk | contribs) |
||
Line 13: | Line 13: | ||
<wiml> | <wiml> | ||
# RelationshipWizard StateMachine | # RelationshipWizard StateMachine | ||
~ selectperson,createperson,result | ~ selectperson,createperson,result,finished[Finished] | ||
This wizard creates a relationship in two steps | This wizard creates a relationship in two steps | ||
+ XMLogicImplementation | + XMLogicImplementation | ||
Line 36: | Line 36: | ||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = JavaCodeTemplate=« ==>> result; » | - OperationBody = JavaCodeTemplate=« ==>> result; » | ||
!! next2 void() | |||
~~ result | |||
+ XMPresentation | |||
- Name = close | |||
+ XMLogicImplementation | |||
- OperationBody = JavaCodeTemplate=« ==>> finished; » | |||
</wiml> | </wiml> |
Revision as of 19:13, 18 January 2010
Classification | |
---|---|
Type | Type:org/oomodels/WIML/1.0 |
Domain | Domain:it/test |
Category | Type:org/oomodels/wiki/Model |
More | |
Download Code | |
Diagram | |
Namespace (more) | |
Provides a sandbox for modelling. It is intended to develop generalised, sufficiently abstract artefacts that can serve as common ground for more specific models. | |
create new pages |
Code[edit]
RelationshipWizard «StateMachine» | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
...
|
||||||||||||
Relationship | Relationship | «» | ...
| |||||||||
selectperson──► next1 | void () | «» |
...
| |||||||||
createperson──► next2 | void () | «» |
...
| |||||||||
result──► next2 | void () | «» |
...
|