Page tree

Versions Compared

Key

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

...

  1. In your new plug-in, open the file META-INF/MANIFEST.MF. The plug-in manifest editor will open. Open its Dependencies tab.
  2. Add dependencies to the following plug-ins:
    • deorg.caueclipse.cs.kielerelk.core
    • deorg.caueclipse.cs.kieler.core.kgraphde.cau.cs.kieler.kimlelk.graph
  3. Save the editor.

Layout algorithms interface with KIML by means of a layout provider class that has to be created and registered with KIML.

...