aboutsummaryrefslogtreecommitdiffstats
path: root/Metrics/ca.mcgill.ecse.dslreasoner.realistic.metrics/resources/simpleLL.xmi
blob: 34f34682e3d932bf1f5518cc114bd617a1334d48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<LLMM:List xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:LLMM="llmm"
    xsi:schemaLocation="llmm linkedList.ecore">
  <first>
    <value/>
    <next>
      <value/>
      <next>
        <value/>
        <next>
          <value/>
        </next>
      </next>
    </next>
  </first>
</LLMM:List>