Difference between revisions of "Inheritance reference"
(Created page with "A MetaClass can have a parent MetaClass from which it derives its data from. The reference to this object is called '''Inheritance'''. The "child" MetaClass is called [[de...") |
|||
Line 1: | Line 1: | ||
− | A [[ | + | A [[Metaclass]] can have a parent Metaclass from which it derives its data from. The reference to this object is called '''Inheritance'''. |
− | The "child" | + | The "child" Metaclass is called [[derivate]]. |
− | Following data is inherited from a | + | Following data is inherited from a Metaclass to it's derivates. |
− | * [[ | + | * [[Metaproperty|Metaproperties]] |
* [[Classification|Classifications]] | * [[Classification|Classifications]] | ||
* [[DisplayObject]] | * [[DisplayObject]] | ||
Line 9: | Line 9: | ||
* [[Workflow|Workflows]] | * [[Workflow|Workflows]] | ||
* [[Relation|Relations]] | * [[Relation|Relations]] | ||
+ | |||
+ | [[Category:UBIK]] |
Latest revision as of 21:21, 2 February 2015
A Metaclass can have a parent Metaclass from which it derives its data from. The reference to this object is called Inheritance. The "child" Metaclass is called Derivate.
Following data is inherited from a Metaclass to it's derivates.