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 11: | Line 11: | ||
<wiml> | <wiml> | ||
# | # RelationshipWizard StateMachine | ||
~ selectperson,createperson,result | ~ selectperson,createperson,result | ||
This wizard creates a | This wizard creates a relationship in two steps | ||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OnCreateInitialisation = JavaCodeTemplate=« ==>> selectperson; » | - OnCreateInitialisation = JavaCodeTemplate=« ==>> selectperson; » |
Revision as of 14:31, 9 November 2009
Classification | |
---|---|
Type | Type:org/oomodels/WIML/1.0 |
Domain | Domain:it/test |
Category | Type:org/oomodels/wiki/Model |
More | |
Download Code | |
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» | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
...
|
||||||||||||
Relation | Relation | «» | ...
| |||||||||
selectperson──► next1 | void () | «» |
...
| |||||||||
createperson──► next2 | void () | «» |
...
|