i want to query the model for all Todos by means of OCL. During this, i figured out that some derived properties are not accessible via the name as shown in the specification window. One example is in a diagram specification the type. I expexted it to be
- Code: Select all
self.type
but instead it is
- Code: Select all
self.DIAGRAM_TYPE_DERIVED_PROPERTY
How can i figure out which name i need to use to get the other properties like Todo? Which document provides this information.