← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 189: Working on the support pkg.

 

------------------------------------------------------------
revno: 189
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Sun 2011-09-25 15:38:47 -0500
message:
  Working on the support pkg.
modified:
  mlhim2-emf/org.mlhim2/mlhim2.ecore


--
lp:mlhim-specs
https://code.launchpad.net/~mlhim-specs-dev/mlhim-specs/main

Your team MLHIM Specifications Developers is subscribed to branch lp:mlhim-specs.
To unsubscribe from this branch go to https://code.launchpad.net/~mlhim-specs-dev/mlhim-specs/main/+edit-subscription
=== modified file 'mlhim2-emf/org.mlhim2/mlhim2.ecore'
--- mlhim2-emf/org.mlhim2/mlhim2.ecore	2011-09-25 17:02:27 +0000
+++ mlhim2-emf/org.mlhim2/mlhim2.ecore	2011-09-25 20:38:47 +0000
@@ -68,9 +68,19 @@
     <eClassifiers xsi:type="ecore:EClass" name="NA" eSuperTypes="#//support/NI"/>
   </eSubpackages>
   <eSubpackages name="entity"/>
-  <eSubpackages name="common"/>
+  <eSubpackages name="common">
+    <eClassifiers xsi:type="ecore:EClass" name="Locatable"/>
+  </eSubpackages>
   <eSubpackages name="metadata"/>
   <eSubpackages name="ccd"/>
-  <eSubpackages name="structures"/>
+  <eSubpackages name="structures">
+    <eClassifiers xsi:type="ecore:EClass" name="Item" abstract="true" eSuperTypes="#//common/Locatable"/>
+    <eClassifiers xsi:type="ecore:EClass" name="Slot" eSuperTypes="#//structures/Item"/>
+    <eClassifiers xsi:type="ecore:EClass" name="Cluster" eSuperTypes="#//structures/Item"/>
+    <eClassifiers xsi:type="ecore:EClass" name="Element" eSuperTypes="#//structures/Item"/>
+    <eClassifiers xsi:type="ecore:EClass" name="Event" abstract="true" eSuperTypes="#//structures/Item"/>
+    <eClassifiers xsi:type="ecore:EClass" name="IntervalEvent" eSuperTypes="#//structures/Event"/>
+    <eClassifiers xsi:type="ecore:EClass" name="PointEvent" eSuperTypes="#//structures/Event"/>
+  </eSubpackages>
   <eSubpackages name="content"/>
 </ecore:EPackage>