Uses of Class
classycle.graph.StrongComponent

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. the acyclic graph of its strong components.
 StrongComponent[] Analyser.getCondensedPackageGraph()
          Returns the condensed package graph, i.e. the acyclic graph of its strong components.
 

Uses of StrongComponent in classycle.dependency
 

Methods in classycle.dependency that return types with arguments of type StrongComponent
 java.util.List<StrongComponent> CyclesResult.getCycles()
          Returns all added cycles.
 

Methods in classycle.dependency with parameters of type StrongComponent
 void CyclesResult.addCycle(StrongComponent cycle)
          Adds the specified cycle.
 

Uses of StrongComponent in classycle.graph
 

Methods in classycle.graph that return StrongComponent
 StrongComponent[] StrongComponentAnalyser.getCondensedGraph()
          Returns the graph of strong components.
 StrongComponent[] StrongComponentProcessor.getStrongComponents()
          Returns the result of GraphProcessor.deepSearchFirst(classycle.graph.Vertex[]).
 

Uses of StrongComponent in classycle.renderer
 

Methods in classycle.renderer with parameters of type StrongComponent
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 AtomicVertexRenderer.render(AtomicVertex vertex, StrongComponent cycle, int layerIndex)
          Renders an AtomicVertex.
 java.lang.String PlainClassRenderer.render(AtomicVertex vertex, StrongComponent cycle, int layerIndex)
          Renderes the specified vertex.
 java.lang.String TemplateBasedStrongComponentRenderer.render(StrongComponent component)
           
 java.lang.String PlainStrongComponentRenderer.render(StrongComponent component)
           
 java.lang.String XMLStrongComponentRenderer.render(StrongComponent component)
           
 java.lang.String StrongComponentRenderer.render(StrongComponent component)
          Renderes the specified StrongComponent.