mparker | 7ad1d8f | 2010-08-04 01:54:47 +0000 | [diff] [blame] | 1 | Model ATest |
| 2 | |
| 3 | This model description is not a real EMF artifact. It was generated by the |
| 4 | org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's |
| 5 | code generator can be extended. |
| 6 | This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. |
| 7 | |
| 8 | Package 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 |