|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StrongComponent | |
classycle | |
classycle.dependency | |
classycle.graph | |
classycle.renderer |
Uses of StrongComponent in classycle |
Methods in classycle that return StrongComponent | |
StrongComponent[] |
Analyser.getCondensedClassGraph()
Returns the condensed the class graph, i.e. |
StrongComponent[] |
Analyser.getCondensedPackageGraph()
Returns the condensed package graph, i.e. |
Uses of StrongComponent in classycle.dependency |
Methods in classycle.dependency with parameters of type StrongComponent | |
void |
CyclesResult.addCycle(StrongComponent cycle)
|
Uses of StrongComponent in classycle.graph |
Methods in classycle.graph that return StrongComponent | |
StrongComponent[] |
StrongComponentProcessor.getStrongComponents()
Returns the result of GraphProcessor.deepSearchFirst(classycle.graph.Vertex[]) . |
StrongComponent[] |
StrongComponentAnalyser.getCondensedGraph()
Returns the graph of strong components. |
Uses of StrongComponent in classycle.renderer |
Methods in classycle.renderer with parameters of type StrongComponent | |
java.lang.String |
XMLStrongComponentRenderer.render(StrongComponent component)
|
java.lang.String |
XMLAtomicVertexRenderer.render(AtomicVertex vertex,
StrongComponent cycle,
int layerIndex)
Renderes the specified vertex. |
java.lang.String |
TemplateBasedStrongComponentRenderer.render(StrongComponent component)
|
java.lang.String |
TemplateBasedClassRenderer.render(AtomicVertex vertex,
StrongComponent cycle,
int layerIndex)
Renderes the specified vertex. |
java.lang.String |
StrongComponentRenderer.render(StrongComponent component)
Renderes the specified StrongComponent . |
java.lang.String |
PlainStrongComponentRenderer.render(StrongComponent component)
|
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 . |
static java.lang.String |
AbstractStrongComponentRenderer.createName(StrongComponent component)
Creates an appropriated name for the specified StrongComponent .
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |