equal
deleted
inserted
replaced
|
1 Model Iby |
|
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 IBY <http:///IBY.ecore> |
|
9 |
|
10 Class Entity |
|
11 Attribute ref : EString<<1..1>> |
|
12 Attribute value : EString<<1..1>> |
|
13 Attribute gvalue : EString |
|
14 |
|
15 Class IBYFile |
|
16 Attribute name : EString<<1..1>> |
|
17 Reference locationt : Location<<1..1>> |
|
18 Reference entries : Entry<<1..*>> |
|
19 Attribute flag : EString |
|
20 Attribute validContent : EBoolean |
|
21 |
|
22 Class Location -> Entity |
|
23 |
|
24 Class Entry |
|
25 Reference source : SrcPath<<1..1>> |
|
26 Reference target : TargetPath<<1..1>> |
|
27 Reference fileName : FileName<<1..1>> |
|
28 |
|
29 Class SrcPath -> Entity |
|
30 |
|
31 Class TargetPath -> Entity |
|
32 |
|
33 Class FileName -> Entity2 |
|
34 |
|
35 Class Entity2 -> Entity |
|
36 Attribute plugin : EString<<1..1>> |
|
37 Attribute files : EMap |