Jump to: navigation, search

Difference between revisions of "Requirements for a Metaproperty"


Line 2: Line 2:
  
 
== Requirements ==
 
== Requirements ==
The following requirements must be fulfilled to add a [[MetaProperty]] to a [[MetaClass]]
+
The following requirements must be fulfilled to add a [[Metaproperty]] to a [[Metaclass]]
* The MetaProperty must have a valid name
+
* The Metaproperty must have a valid name
* The MetaClass may not have a MetaProperty with the same name
+
* The Metaclass may not have a Metaproperty with the same name
* The MetaClass may not inherit 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
+
* None of all the derivates of the Metaclass may not have a Metaproperty with the same name
* The MetaClass must be editable
+
* The Metaclass must be editable
  
 
[[Category:Built-in objects]]
 
[[Category:Built-in objects]]

Revision as of 20:49, 2 February 2015

There are several checks performed by the system to avoid inconsistency.

Requirements

The following requirements must be fulfilled to add a Metaproperty 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