Modeling the MILESTONE and PLANFRAGMENT Repositories
Perform the following steps to model the Products, PlanFragments, or Milestones:
- Procedure
-
Create the Milestone records.
Note: There is no fixed nomenclature for Milestone ID but Milestone names must be START and END. -
Create the PlanFragment records and associate the Milestones created earlier using the
PlanFragmentHasMilestonerelationship appropriately -
Decide the sequence of milestones in a plan fragment by creating the
MilestoneToMilestonerelationship between the associated milestones in a plan fragment.MilestoneToMilestonerelationship can only be created between the milestones associated with the same plan fragment. -
Decide the dependencies between the milestones of two separate plan fragments by creating the
MilestoneDependsOnrelationship between the associated milestones in the plan fragments.MilestoneDependsOnrelationship can only be created between the milestones associated with different plan fragments. -
Create the Product record and associate the plan fragments for four actions using four different
ProductHas[*Action*]PlanFragmentrelationships. For instance,ProductHasProvidePlanFragment.