We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A public association oriented from a public Classifier cannot be linked to a private or protected Classifier.
Making a public association to a private class usually means that the user of the association won’t be able to use it.
Java or C++ code generated from this kind of association will usually result in compilation error.
You can:
Change the visibility of the association to private. It is widely
recommended that all attributes and associations be set to private. * Change the visibility of the target class to public.
Quick Start Guide
End User Documentation
Modelio Modeler interface
Managing your Modelio projects
Building your models
Modelio diagrams
Import Export
Modelio settings
Local libraries
Remote libraries
MDA services
Handy tools
Diagrams shortcuts
Diagrams specificities
Module Developer Guide
What is a Module ?
Module or Macro ?
Modelio project concepts
Module concepts
Module project development structure
Module development tutorial
Debugging the module with Eclipse
Building Modelio from Source