
Metamodel user guide
A UseCase is expressed by sequences of Messages exchanged by system units and one or more Actors of the system.
The definition of a UseCase includes all of the Behavior that it entails. This Behavior can be expressed by sequence diagrams, activity diagrams, Object diagrams, and so on.
UseCases are structured by Packages, and have cooperation links with Actors.
UseCases belong to a NameSpace.

Association | Description |
---|---|
OwnedExtension : ExtensionPoint [0..*] | |
Used : UseCaseDependency [0..*] | |
User : UseCaseDependency [0..*] | In a dependency between UseCases, this defines the link to the target UseCase. |