Package | Description |
---|---|
classycle | |
classycle.dependency | |
classycle.graph | |
classycle.renderer |
Modifier and Type | Method and Description |
---|---|
StrongComponent[] |
Analyser.getCondensedClassGraph()
Returns the condensed the class graph, i.e.
|
StrongComponent[] |
Analyser.getCondensedPackageGraph()
Returns the condensed package graph, i.e.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<StrongComponent> |
CyclesResult.getCycles()
Returns all added cycles.
|
Modifier and Type | Method and Description |
---|---|
void |
CyclesResult.addCycle(StrongComponent cycle)
Adds the specified cycle.
|
Modifier and Type | Method and Description |
---|---|
StrongComponent[] |
StrongComponentAnalyser.getCondensedGraph()
Returns the graph of strong components.
|
StrongComponent[] |
StrongComponentProcessor.getStrongComponents()
Returns the result of
GraphProcessor.deepSearchFirst(classycle.graph.Vertex[]) . |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AbstractStrongComponentRenderer.createName(StrongComponent component)
Creates an appropriated name for the specified
StrongComponent . |
java.lang.String |
XMLAtomicVertexRenderer.render(AtomicVertex vertex,
StrongComponent cycle,
int layerIndex)
Renderes the specified vertex.
|
java.lang.String |
TemplateBasedClassRenderer.render(AtomicVertex vertex,
StrongComponent cycle,
int layerIndex)
Renderes the specified vertex.
|
java.lang.String |
PlainClassRenderer.render(AtomicVertex vertex,
StrongComponent cycle,
int layerIndex)
Renderes the specified vertex.
|
java.lang.String |
AtomicVertexRenderer.render(AtomicVertex vertex,
StrongComponent cycle,
int layerIndex)
Renders an
AtomicVertex . |
java.lang.String |
XMLStrongComponentRenderer.render(StrongComponent component) |
java.lang.String |
TemplateBasedStrongComponentRenderer.render(StrongComponent component) |
java.lang.String |
StrongComponentRenderer.render(StrongComponent component)
Renderes the specified
StrongComponent . |
java.lang.String |
PlainStrongComponentRenderer.render(StrongComponent component) |