This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
eiffel:faq:cluster [2018/01/01 00:08] jonathan |
eiffel:faq:cluster [2018/01/01 00:18] (current) jonathan |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Add a Cluster (recursive) ====== | + | ====== Add a Cluster (recursive) and Class====== |
Each cluster (to group a set of classes) can be associated with its own folder. In Settings below, a cluster (e.g. cluster "root") is set to recursive. Below we show how to add a new sub-cluster ''model'' to the ''root'' cluster. | Each cluster (to group a set of classes) can be associated with its own folder. In Settings below, a cluster (e.g. cluster "root") is set to recursive. Below we show how to add a new sub-cluster ''model'' to the ''root'' cluster. | ||
{{:eiffel:faq:faq:cluster2.png|}} | {{:eiffel:faq:faq:cluster2.png|}} | ||
+ | |||
+ | ===== Add a Cluster ===== | ||
+ | |||
For the recursive case, use the terminal (or windows explorer/finder) to create subfolders in cluster "root". To add cluster ''model''" | For the recursive case, use the terminal (or windows explorer/finder) to create subfolders in cluster "root". To add cluster ''model''" | ||
Line 17: | 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 32: | Line 38: | ||
└── foo.e | └── foo.e | ||
</code> | </code> | ||
+ | |||
+ | ===== The ECF File ===== | ||
The ECF file looks as follows | The ECF file looks as follows | ||
Line 59: | Line 67: | ||
</target> | </target> | ||
</system> | </system> | ||
- | <\code> | + | </code> |