Artefact:Model/org/oomodels/sandbox/business/foundation/locations/LocatorURLWizard
From OOModels
< Artefact:Model | org | oomodels | sandbox | business | foundation | locations
Jump to navigationJump to search
Revision as of 11:11, 15 January 2010 by AndreasLeue (talk | contribs)
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]
LocatorURLWizard «StateMachine» | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
...
|
|||||||||||
Server | String | «» | ...
| ||||||||
Path | String | «» | ...
| ||||||||
Query | String | «» | ...
| ||||||||
URL | LocatorURL | «» | ...
| ||||||||
server──► next1 | void () | «» |
...
| ||||||||
path──► next2 | void () | «» |
...
| ||||||||
query──► next3 | void () | «» |
...
| ||||||||
path──► back2 | void () | «» |
...
| ||||||||
query──► back3 | void () | «» |
...
| ||||||||
serverpathquery──► cancel | void () | «» |
...
| ||||||||
result──► close | void () | «» |
...
|