except |
These are rules overrides, valid for the model class and its subclasses to print
Nested elements
Element |
Description |
equals |
State which attributes or associations excluded and not to be printed
Multiple definitions for class are acceptable.
Parameters
Attribute |
Description |
Type |
associations |
This is a comma-separated list of association paths common for all objects/model elements
of that class and used to distinguish non-equal elements. It might be empty.
Each association path complies with the syntax:
{asssociationName.}asssociationName |
String |
attributes |
This is a comma-separated list of attribute paths common for all objects/model elements
of that class and used to distinguish non-equal elements. It might be empty.
Each attribute path complies with the syntax:
{asssociationName.}attributeName |
String |
metaClass |
This is the non-empty meta-model class name instances of which are compared for equality |
String |
|
|