An interface representing an actor in the system, which is a model element that can have intentional elements, dependencies, and links to other model elements.
- Source:
Extends
Members
dependencies :Array
An array of strings representing the dependencies of the actor.
Type:
- Array
- Source:
description :string|null
A string representing the description of the actor.
Type:
- string | null
- Source:
elements :Array
An array of intentional elements associated with the actor.
Type:
- Array
- Source:
id :string
A string representing the ID of the model element.
Type:
- string
- Inherited From:
- Source:
linksTo :Array
An array of objects representing the links to other model elements.
Type:
- Array
Properties:
| Name | Type | Description |
|---|---|---|
] |
string | |
] |
string |
- Source:
name :string
A string representing the name of the model element.
Type:
- string
- Inherited From:
- Source:
type :ActorType
A string representing the type of the actor.
Type:
- Overrides:
- Source: