
Metamodel user guide
In the metamodel, a Feature declares a behavioral or structural characteristic of an Instance of a Classifier or of the Classifier itself. Properties of a Class can be handled in an abstract way.
In Modelio, an AssociationEnd is also a Feature. The name of a Feature corresponds to the name of the role of the opposite related Class.
In Modelio, a Feature belongs to its Classifier.


Attribute | Description |
---|---|
boolean IsAbstract [0..1] | Determines abstract features, that is to say, those not implemented at this level. |
boolean IsClass [0..1] | Specifies a Class member that is shared by all instances of the Class. |
VisibilityMode Visibility [0..1] | Member visibility (public, protected, private, or package). |
Association | Description |
---|---|
Owner : Classifier [0..1] | Relates a Classifier to its Attributes, Operations and browsable AssociationEnds. |