Difference between revisions of "MetaClass"
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | In {{UBIK}}, a MetaClass is used to define the appearance and behavior of a certain set of future [[ContentClass|content objects]] or [[Instance|Instances]]. | |
+ | |||
+ | A MetaClass can, and actually has to, inherit from another MetaClass, so it is usually also a [[Derivate|derivate]]. The inherit source can be a built in [[:Category:Metaclasses|Metaclass]], which is typically the case when customizing starts in an "empty" data model. Of course, and more likely, it will be another MetaClass that was already created during customizing. | ||
+ | |||
+ | ==See also== | ||
+ | * [[List_of_MetaClasses]] | ||
+ | * [[MetaProperty]] | ||
+ | |||
+ | [[Category:UBIK Object|MetaClass]] |
Latest revision as of 10:17, 4 November 2015
In UBIK®, a MetaClass is used to define the appearance and behavior of a certain set of future content objects or Instances.
A MetaClass can, and actually has to, inherit from another MetaClass, so it is usually also a Derivate. The inherit source can be a built in Metaclass, which is typically the case when customizing starts in an "empty" data model. Of course, and more likely, it will be another MetaClass that was already created during customizing.