MetaBossOclTree.java | Class | This class is the wrapper around an OclTree class used to override some unwanted behaviour.
The problems we are trying to solve here are:
- The get() method in the DefaultTypeFactory class has a problem where all expressions with names
starting with reserved name for collection operations will be assumed to be collections.
|