Difference between revisions of "Requirements for a Metaproperty"
Line 1: | Line 1: | ||
− | There are | + | There are several checks performed by the system to avoid inconsistency. |
Revision as of 18:25, 8 July 2013
There are several checks performed by the system to avoid inconsistency.
Requirements
The following requirements are checked to enable a MetaProperty to be added to a MetaClass
- The MetaProperty must have a valid name
- The MetaClass may not have a MetaProperty with the same name
- The MetaClass may not inherit a MetaProperty with the same name
- None of all the Derivates of the MetaClass may not have a MetaProperty with the same name
- The MetaClass must be editable