chenqinghong
2024-05-07 3ec06a830367465068963156dcc1d8e522571c13
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Quintiq file version 2.0
#parent: #root
Relation LibOpt_Task_Scope_LibOpt_Scope_Task
{
  #keys: '1[139164.0.33423977]'
  Description:
  [*
    The `LibOpt_Scope` the `LibOpt_Component` is supposed to work on.
    
    The `LibOpt_Scope` is not owned, since we want to be able to store the `LibOpt_Scope` in a `LibOpt_Snapshot`, when the `LibOpt_Task` is completed.
  *]
  DefaultRelationStrategy
  {
  }
  RelationSide.LeftSide Scope
  {
    #keys: '3[139164.0.33423975][139164.0.33423974][139164.0.33423976]'
    Cardinality: '0to1'
    ObjectDefinition: LibOpt_Task
    OwningSide: 'Reference'
  }
  RelationSide.RightSide Task
  {
    #keys: '3[139164.0.33423979][139164.0.33423978][139164.0.33423980]'
    Cardinality: '1toN'
    ObjectDefinition: LibOpt_Scope
    OwningSide: 'Reference'
    InterfaceProperties { Accessibility: 'Module' }
  }
}