Advanced Usage
This is the user guide for the snapshot version of OCCIware.
OCCIware Studio » Advanced Usage
A brief mention of other interesting features…
-
To add constraints, specify them in OCL.
They will remain in the EMF context and will not be exported in OCCI. You can define them textually as .ocl files (you will have to load them every time withOCL » load
) or within your .ecore file. - To edit the modeler: edit occi.design/ OCCIware.odesign.
- To add custom behaviors (computed attributes…): generate EMF Java and code in it (this is the EMF way to do it).