An interface representing a dependency between two intentional elements in the system.
- Source:
Members
dependee :string
A string representing the ID of the intentional element that the depender intentional element depends on.
Type:
- string
- Source:
dependeeElement :string
A string representing the ID of the element within the dependee intentional element that the dependency is associated with.
Type:
- string
- Source:
depender :string
A string representing the ID of the intentional element that depends on the other intentional element.
Type:
- string
- Source:
dependerElement :string
A string representing the ID of the element within the depender intentional element that the dependency is associated with.
Type:
- string
- Source:
id :string
A string representing the ID of the dependency.
Type:
- string
- Source:
name :string
A string representing the name of the dependency.
Type:
- string
- Source:
type :IntentionType
An enumeration representing the type of the intentional element that the dependency is associated with.
Type:
- Source: