Difference between revisions of "ContentClass"
Line 2: | Line 2: | ||
== Basics == | == Basics == | ||
− | 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. |
[[Category:UBIK Object]] | [[Category:UBIK Object]] |
Revision as of 10:58, 13 March 2013
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.