Jump to: navigation, search

Difference between revisions of "Requirements for a Metaproperty"


 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
There are several checks performed by the system to avoid inconsistency.
 
There are several checks performed by the system to avoid inconsistency.
 
  
 
== Requirements ==
 
== 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
  
The following requirements are checked to enable a [[MetaProperty]] to be added to a [[MetaClass]]
+
[[Category:UBIK|Requirements for a Metaproperty]]
*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
+

Latest revision as of 11:31, 21 July 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