Uses of Class
classycle.graph.StrongComponent
Packages that use StrongComponent
-
Uses of StrongComponent in classycle
Methods in classycle that return StrongComponentModifier and TypeMethodDescriptionAnalyser.getCondensedClassGraph()
Returns the condensed the class graph, i.e. the acyclic graph of its strong components.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 StrongComponentMethods in classycle.dependency with parameters of type StrongComponentModifier and TypeMethodDescriptionvoid
CyclesResult.addCycle
(StrongComponent cycle) Adds the specified cycle. -
Uses of StrongComponent in classycle.graph
Methods in classycle.graph that return StrongComponentModifier and TypeMethodDescriptionStrongComponentAnalyser.getCondensedGraph()
Returns the graph of strong components.StrongComponentProcessor.getStrongComponents()
Returns the result ofGraphProcessor.deepSearchFirst(classycle.graph.Vertex[])
. -
Uses of StrongComponent in classycle.renderer
Methods in classycle.renderer with parameters of type StrongComponentModifier and TypeMethodDescriptionstatic String
AbstractStrongComponentRenderer.createName
(StrongComponent component) Creates an appropriated name for the specifiedStrongComponent
.AtomicVertexRenderer.render
(AtomicVertex vertex, StrongComponent cycle, int layerIndex) Renders anAtomicVertex
.PlainClassRenderer.render
(AtomicVertex vertex, StrongComponent cycle, int layerIndex) Renderes the specified vertex.PlainStrongComponentRenderer.render
(StrongComponent component) StrongComponentRenderer.render
(StrongComponent component) Renderes the specifiedStrongComponent
.TemplateBasedClassRenderer.render
(AtomicVertex vertex, StrongComponent cycle, int layerIndex) Renderes the specified vertex.TemplateBasedStrongComponentRenderer.render
(StrongComponent component) XMLAtomicVertexRenderer.render
(AtomicVertex vertex, StrongComponent cycle, int layerIndex) Renderes the specified vertex.XMLStrongComponentRenderer.render
(StrongComponent component)