| Package | Description |
|---|---|
| classycle | |
| classycle.graph |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassAttributes
Immutable class holding the attributes of a class vertex.
|
class |
NameAndSourceAttributes
Abstract super class of
Attributes with a name and a set of sources. |
class |
PackageAttributes |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GraphAttributes
Attributes of a graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NameAttributes |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
Vertex.getAttributes()
Returns the attributes.
|
| Modifier and Type | Method and Description |
|---|---|
int |
NameAttributes.compareTo(Attributes object) |
| Constructor and Description |
|---|
AtomicVertex(Attributes attributes)
Creates an instance for the specified attributes.
|
Vertex(Attributes attributes)
Create a new instance for the specified attributes.
|