Class CClass

  • All Implemented Interfaces:
    CClassLink

    public class CClass
    extends Object
    implements CClassLink
    Represents a component class. Like a java-class this has a name cName, a package pkg and a superclass superClass which is again a CClass. As this is a component class, it has named components and the mapping from names to components is given by subComponents. Observe that the values are not CClasses but CClassLinks as the components may not be resolved if this class is resolved as a component may be again of this CClass. **** Maps and effects **** are to be explained later. x
    Version:
    1.0
    Author:
    Ernst Reissner