Precedence
In the Capacity Planning Application JDL Samples using a Composite Data Model, this entity relies on the following entities:
-
Activity
The Precedence
entity has the following attributes, detailing the precedence relationships between activities, including associated plants and countries:
-
first.id
-String
,required
: The unique identifier of the first activity in the precedence relationship. -
first.plant.plantId
-String
: The plant identifier associated with the first activity. -
first.plant.country.id
-String
: The country identifier of the plant associated with the first activity. -
second.id
-String
,required
: The unique identifier of the second activity in the precedence relationship. -
second.plant.plantId
-String
: The plant identifier associated with the second activity. -
second.plant.country.id
-String
: The country identifier of the plant associated with the second activity.
Here are some sample values it can contain:
first.id | first.plant.plantId | first.plant.country.id | second.id | second.plant.plantId | second.plant.country.id |
---|---|---|---|---|---|
ACT001 | Paris | FRA | ACT002 | NYC | USA |
ACT002 | NYC | USA | ACT003 | London | UK |