Interface Summary |
Actor |
An actor defines a coherent set of roles that users of an entity can
play when interacting with the entity. |
ActorClass |
Class proxy for type Actor. |
Extend |
An extend relationship defines that instances of a use case may be
augmented with some additional behavior defined in an extending use
case. |
ExtendClass |
Class proxy for type Extend. |
ExtensionPoint |
An extension point references one or a collection of locations in a
use case where the use case may be extended. |
ExtensionPointClass |
Class proxy for type ExtensionPoint. |
Include |
An include relationship defines that a use case contains the
behavior defined in another use case. |
IncludeClass |
Class proxy for type Include. |
UseCase |
The use case construct is used to define the behavior of a system or
other semantic entity without revealing the entity's internal
structure. |
UseCaseClass |
Class proxy for type UseCase. |
UseCaseInstance |
A use case instance is the performance of a sequence of actions
specified in a use case. |
UseCaseInstanceClass |
Class proxy for type UseCaseInstance. |
UseCasesPackage |
|