Difference between revisions of "ContentClass"
Line 1: | Line 1: | ||
+ | |||
+ | == Basics == | ||
+ | |||
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. | 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. | ||
Revision as of 12:19, 4 June 2012
Basics
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.