| Package | Description |
|---|---|
| classycle |
| Modifier and Type | Method and Description |
|---|---|
static ClassAttributes |
ClassAttributes.createAbstractClass(String name,
String source,
int size)
Creates an instance of the type
ABSTRACT_CLASS. |
static ClassAttributes |
ClassAttributes.createClass(String name,
String source,
int size)
Creates an instance of the type
CLASS. |
static ClassAttributes |
ClassAttributes.createInterface(String name,
String source,
int size)
Creates an instance of the type
INTERFACE. |
static ClassAttributes |
ClassAttributes.createUnknownClass(String name,
int size)
Creates an instance of the type
UNKNOWN. |
| Modifier and Type | Method and Description |
|---|---|
void |
PackageVertex.addClass(ClassAttributes classAttributes) |
void |
PackageAttributes.addClass(ClassAttributes classAttributes) |
Copyright © 2014. All rights reserved.