This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
eiffel:faq:cluster [2018/01/01 00:18] jonathan |
eiffel:faq:cluster [2018/01/01 00:18] (current) jonathan |
||
---|---|---|---|
Line 20: | Line 20: | ||
application.e model/ | application.e model/ | ||
</code> | </code> | ||
+ | |||
+ | ===== Add a Class ===== | ||
+ | |||
On compiling, the new cluster name ''model'' appears. Right click on ''model'' to add a new class in that cluster. | On compiling, the new cluster name ''model'' appears. Right click on ''model'' to add a new class in that cluster. | ||
Line 35: | Line 38: | ||
└── foo.e | └── foo.e | ||
</code> | </code> | ||
+ | |||
+ | ===== The ECF File ===== | ||
The ECF file looks as follows | The ECF file looks as follows |