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
Quintiq file version 2.0
#parent: #root
Relation LibOpt_ChannelReader_Component_LibOpt_Component_ChannelReader
{
  #keys: '1[154526.0.440820071]'
  Description:
  [*
    The objects that a `LibOpt_Component` can use to read information from a `LibOpt_Channel`.
    
    Do not borrow a `LibOpt_ChannelReader` from another component, as this may result in problems.
  *]
  DefaultRelationStrategy
  {
  }
  RelationSide.LeftSide Component
  {
    #keys: '3[154526.0.440820073][154526.0.440820072][154526.0.440820074]'
    Cardinality: '0to1'
    ObjectDefinition: LibOpt_ChannelReader
    OwningSide: 'Reference'
  }
  RelationSide.RightSide ChannelReader
  {
    #keys: '3[154526.0.440820076][154526.0.440820075][154526.0.440820077]'
    Cardinality: '1toN'
    ObjectDefinition: LibOpt_Component
    OwningSide: 'Reference'
  }
}