Package cb.generator

Interface Summary
Class Represents a class consisting of fields and methods, should be useful for Java and C++.
Field Represents a field of a class.
Method Represents a Method containing code.
Node Node that can be dumped to a file.
Parameter Represents a formal parameter of a method,
 

Class Summary
ClassImpl Simple representation of a Java Class.
Factory Factory for classes, methods, etc., it also contains methods to add relationships, like uses/realize relationships.
FieldImpl Simple representation of a Java field.
Generator Convert a petal file into a set of (Java) classes.
MethodImpl Simple representation of a Java method.
NodeImpl Simple representation of a node.
ParameterImpl Simple representation of a method parameter.