Package de.cau.cs.kieler.kiml.grana.analyses

Basic graph analysis algorithms provided through the extension point.

See:
          Description

Class Summary
BendsAnalysis A graph analysis that counts the number of bendpoints.
EdgeCountAnalysis A graph analysis that computes the number of edges in the given graph.
EdgeCrossingsAnalysis A graph analysis that computes the number of edge crossings.
EdgeLengthAnalysis A graph analysis that computes the minimum, average and maximum edge length.
NodeCountAnalysis A graph analysis that computes the number of nodes in the given graph.
NodeCrossingsAnalysis A graph analysis that computes the number of edge-node crossings.
NodeDegreeAnalysis A graph analysis that computes the min/avg/max node degree of the given graph.
 

Package de.cau.cs.kieler.kiml.grana.analyses Description

Basic graph analysis algorithms provided through the extension point.