See: Description
Interface | Description |
---|---|
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.
|
Package |
a package
|
Parameter |
Represents a formal parameter of a method,
|
Class | Description |
---|---|
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.
|
JavaGenerator |
Convert a petal file into a set of (Java) classes.
|
MethodImpl |
Simple representation of a Java method.
|
NodeImpl |
Simple representation of a node.
|
PackageImpl |
implementation of a package
|
ParameterImpl |
Simple representation of a method parameter.
|
JavaGenerator
Copyright © 2018 BITPlan GmbH. All rights reserved.