| Package | Description | 
|---|---|
| cb.petal | |
| cb.util | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Class
Represents Class object, there are a lot of convenience methods here for adding
 super class(es), operations, attributes, etc. 
 | 
class  | 
ClassUtility
Represents Class Utility object, i.e., helper class 
 | 
class  | 
DerivedClass
Super class for instantiated and paramerized class objects. 
 | 
class  | 
InstantiatedClass
Represents Instantiated_Class object 
 | 
class  | 
InstantiatedClassUtility
Represents Instantiated_Class object 
 | 
class  | 
MetaClass
Represents Meta class object 
 | 
class  | 
ParameterizedClass
Represents Parameterized_Class object 
 | 
class  | 
ParameterizedClassUtility
Represents Parameterized_Class_Utility object 
 | 
class  | 
UseCase
Represents UseCase object 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InheritanceRelationship | 
Inheritable.addSuperClassifier(Inheritable clazz)
Add super classifier of this use case/class, i.e. add InheritanceRelationship to
 "superclasses" list. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InheritanceRelationship | 
PetalObjectFactory.createInheritanceRelationship(Inheritable clazz,
                             Inheritable super_class)
Create InheritanceRelationship between two classes, this method is called
 by Class.addSuperClass(). 
 | 
List | 
PetalObjectFactory.createInheritViews(Inheritable clazz)  | 
Copyright © 2018 BITPlan GmbH. All rights reserved.