Requirement
In the Capacity Planning Application JDL Samples using a Composite Data Model, this entity relies on the following entities:
-
Activity -
Resource
The Requirement entity has the following attributes, detailing the resource requirements for specific activities, including associated plants and countries:
-
quantity-Integer,required: The quantity of the resource required for the activity. -
activity.id-String: The unique identifier of the activity associated with the requirement. -
activity.plant.plantId-String: The plant identifier associated with the activity. -
activity.plant.country.id-String: The country identifier of the plant associated with the activity. -
resource.id-String,required: The unique identifier of the resource needed for the activity.
Here are some sample values it can contain:
| quantity | activity.id | activity.plant.plantId | activity.plant.country.id | resource.id |
|---|---|---|---|---|
| 50 | ACT001 | Paris | FRA | RES001 |
| 30 | ACT002 | NYC | USA | RES002 |
| 75 | ACT003 | London | UK | RES003 |