Attribute |
Mand. |
Description |
Default |
id |
no |
Identifier of the route. |
|
target |
yes |
Identifier of the target class. The origin class is the one to which this route belong. |
|
reverse |
no |
This attribute tells if the route is reversed or not. That is, if the path is followed from the target class to the origin class or from the origin class to the target class. The default value is false. |
false |
bidirectional |
no |
This attribute tells if the route may be used in both directions. The default value is false. |
false |
hidden |
no |
Indicates that a route is hidden, i.e.: not used to compute cross references. This mode is used to define routes in meta-model that are solely used by programming. |
false |