blob: c43f65abc3e02468ad32602dc6d0c5a225dfee51 [file] [log] [blame]
mparker7ad1d8f2010-08-04 01:54:47 +00001Model ATest
2
3This model description is not a real EMF artifact. It was generated by the
4org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's
5code generator can be extended.
6This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
7
8Package aTest <http://www.eclipse.org/amp/amf/testing/ATest>
9
10 Class Model
11 Attribute name : EString
12 Attribute description : EString
13 Reference tests : Tests
14 Reference contraints : Constraint<<0..*>>
15 Reference contains : TestMember<<0..*>>
16
17 Class Tests
18 Attribute importURI : EString
19
20 Class TestMember
21 Attribute importURI : EString
22
23 Class Constraint
24 Attribute measure : Measure
25 Reference agent : SAgent
26 Reference attribute : SAttribute
27 Reference qualifier : SStateValue
28 Reference minValue : Value
29 Reference maxValue : Value
30
31 Enum Measure
32 Literal COUNT = 0
33 Literal AVERAGE = 1
34 Literal SUM = 2
35 Literal MINIMUM = 3
36 Literal MAXIMUM = 4