Switch to unified view

a b/examples/treeBipart/CU.xml
1
<?xml version="1.0"?>
2
<Configuration>
3
  <CU>
4
    <CUItem id="A1">
5
      <urgency>2</urgency>
6
      <cherishThreshold>100</cherishThreshold>
7
    </CUItem>
8
    <CUItem id="A2">
9
      <urgency>2</urgency>
10
      <cherishThreshold>66</cherishThreshold>
11
    </CUItem>
12
    <CUItem id="B1">
13
      <urgency>1</urgency>
14
      <cherishThreshold>100</cherishThreshold>
15
    </CUItem>
16
    <CUItem id="B2">
17
      <urgency>1</urgency>
18
      <cherishThreshold>66</cherishThreshold>
19
    </CUItem>
20
    <CUItem id="BE">
21
      <urgency>0</urgency>
22
      <cherishThreshold>33</cherishThreshold>
23
    </CUItem>
24
  </CU>
25
  
26
  <qos2CU>
27
      <qos id="0" cu="A1" />
28
      <qos id="1" cu="A1" />
29
      <qos id="2" cu="A2" />
30
      <qos id="3" cu="B1" />
31
      <qos id="4" cu="B2" />
32
  </qos2CU>
33
</Configuration>