Jump to: navigation, search

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...")
 
m (KNO moved page Contentclass to ContentClass)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
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.
+
 
 +
== 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.
  
 
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.
 
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]]

Latest revision as of 08:52, 23 July 2015

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.