Changes between Initial Version and Version 1 of PromotClass


Ignore:
Timestamp:
Mar 22, 2006, 2:38:01 PM (19 years ago)
Author:
ginkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PromotClass

    v1 v1  
     1= PromotClass =
     2
     3see [/trac/browser/Promot/trunk/promot/src/kernel/promot-class.lisp]
     4
     5Is the base metaclass for all model definitions in [wiki:ProMoT].
     6It is not the SuperClass but the MetaClass, the SuperClass of all models is
     7PromotModelingEntity, which is an instance of PromotClass.
     8
     9PromotClass is responsible for ClassLocking, browsing of classes, consistent deletion and
     10dependency tracking of classes and slots in Promot.