Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Graph Analysis (GrAna) project allows to examine a broad variety of structural properties of a graph (node count, edge count, etc.) as well as properties of the final drawing (area, edge crossings, etc.). An analysis can either be performed on a single graph or batch-like on large collections of graphs, in which case the results are written to a file. We support a variety of input formats, namely every format KIML's formats service knows about.

Table of Contents

Note

A word of warning. Please scrutinize any results you get from GrAna. A lot of the existing analyses were written with certain graphs structures and use cases in mind. For instance, if the analysis does not account for self loops but your graph contains them, the results might be wrong.

Single Graphs Within the Editor

...

Second, you can use an Eclipse Wizard to select one or more sets of graphs, specify and configure a layout algorithm, and select a set of analyses. Results are then written to a .csv file (or more precisely semicolon-separated-file).
The following series of screenshots illustrates the process of using the wizard.

...



Required Plugins

  • Core:

    • de.cau.cs.kieler.kiml.grana
  • Textual DSL:
    • de.cau.cs.kieler.kiml.config.text
    • de.cau.cs.kieler.kiml.config.text.ui
    • de.cau.cs.kieler.kiml.grana.text
    • de.cau.cs.kieler.kiml.grana.text.ui