Uses of Interface
de.cau.cs.kieler.kiml.grana.IAnalysis

Packages that use IAnalysis
de.cau.cs.kieler.kiml.grana Base classes for implementation of analysis algorithms and classes that provide the analyses as services. 
de.cau.cs.kieler.kiml.grana.analyses Basic graph analysis algorithms provided through the extension point. 
 

Uses of IAnalysis in de.cau.cs.kieler.kiml.grana
 

Classes in de.cau.cs.kieler.kiml.grana that implement IAnalysis
 class AbstractInfoAnalysis
          Analyses that derive from this class are required to provide an id, name and description.
 

Uses of IAnalysis in de.cau.cs.kieler.kiml.grana.analyses
 

Classes in de.cau.cs.kieler.kiml.grana.analyses that implement IAnalysis
 class BendsAnalysis
          A graph analysis that counts the number of bendpoints.
 class EdgeCountAnalysis
          A graph analysis that computes the number of edges in the given graph.
 class EdgeCrossingsAnalysis
          A graph analysis that computes the number of edge crossings.
 class EdgeLengthAnalysis
          A graph analysis that computes the minimum, average and maximum edge length.
 class NodeCountAnalysis
          A graph analysis that computes the number of nodes in the given graph.
 class NodeCrossingsAnalysis
          A graph analysis that computes the number of edge-node crossings.
 class NodeDegreeAnalysis
          A graph analysis that computes the min/avg/max node degree of the given graph.