Uses of Class
classycle.graph.StrongComponent
-
Packages that use StrongComponent Package Description classycle classycle.dependency classycle.graph classycle.renderer -
-
Uses of StrongComponent in classycle
Methods in classycle that return StrongComponent Modifier and Type Method Description 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 Modifier and Type Method Description java.util.List<StrongComponent>CyclesResult. getCycles()Returns all added cycles.Methods in classycle.dependency with parameters of type StrongComponent Modifier and Type Method Description voidCyclesResult. addCycle(StrongComponent cycle)Adds the specified cycle. -
Uses of StrongComponent in classycle.graph
Methods in classycle.graph that return StrongComponent Modifier and Type Method Description StrongComponent[]StrongComponentAnalyser. getCondensedGraph()Returns the graph of strong components.StrongComponent[]StrongComponentProcessor. getStrongComponents()Returns the result ofGraphProcessor.deepSearchFirst(classycle.graph.Vertex[]). -
Uses of StrongComponent in classycle.renderer
Methods in classycle.renderer with parameters of type StrongComponent Modifier and Type Method Description static java.lang.StringAbstractStrongComponentRenderer. createName(StrongComponent component)Creates an appropriated name for the specifiedStrongComponent.java.lang.StringAtomicVertexRenderer. render(AtomicVertex vertex, StrongComponent cycle, int layerIndex)Renders anAtomicVertex.java.lang.StringPlainClassRenderer. render(AtomicVertex vertex, StrongComponent cycle, int layerIndex)Renderes the specified vertex.java.lang.StringPlainStrongComponentRenderer. render(StrongComponent component)java.lang.StringStrongComponentRenderer. render(StrongComponent component)Renderes the specifiedStrongComponent.java.lang.StringTemplateBasedClassRenderer. render(AtomicVertex vertex, StrongComponent cycle, int layerIndex)Renderes the specified vertex.java.lang.StringTemplateBasedStrongComponentRenderer. render(StrongComponent component)java.lang.StringXMLAtomicVertexRenderer. render(AtomicVertex vertex, StrongComponent cycle, int layerIndex)Renderes the specified vertex.java.lang.StringXMLStrongComponentRenderer. render(StrongComponent component)
-