Difference between revisions of "ContentClass"
(Created page with "In UBIK, a ContentClass is a single instance of a certain MetaClass. When created, this instance inherits all MetaProperties, Attributes and...") |
|||
Line 1: | Line 1: | ||
− | In UBIK, a ContentClass is a single instance of a certain [[ | + | In UBIK, a ContentClass is a single instance of a certain [[Metaclass]]. When created, this instance inherits all [[Metaproperty|MetaProperties]], [[Attribute|Attributes]] and programmed behavior from its MetaClass. |
− | Each and every of the inherited MetaProperties results in a [[ | + | Each and every of the inherited MetaProperties results in a [[Baseproperty]] at the ContentClass, and these Properties can now hold distinctive values for this very instance. |
Revision as of 11:16, 4 June 2012
In UBIK, a ContentClass is a single instance of a certain Metaclass. When created, this instance inherits all MetaProperties, Attributes and programmed behavior from its MetaClass.
Each and every of the inherited MetaProperties results in a Baseproperty at the ContentClass, and these Properties can now hold distinctive values for this very instance.