Uses of Package
de.cau.cs.kieler.core.alg

Packages that use de.cau.cs.kieler.core.alg
de.cau.cs.kieler.core.alg Basic API for algorithms and their implementations following the strategy design pattern. 
de.cau.cs.kieler.core.ui Base package for common UI contributions in KIELER. 
de.cau.cs.kieler.keg.importer The base package for KEG importers. 
de.cau.cs.kieler.keg.importer.importer KEG importer implementations. 
de.cau.cs.kieler.kiml Base classes for implementation of layout algorithms and for handling of different layout providers and layout options. 
de.cau.cs.kieler.kiml.export Base classes for the graph export. 
de.cau.cs.kieler.kiml.export.exporter Exporter implementations. 
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. 
de.cau.cs.kieler.kiml.grana.batch Classes related to the batch execution of analyses. 
de.cau.cs.kieler.kiml.grana.util Utility classes for grana. 
de.cau.cs.kieler.kiml.graphviz.layouter Connection of the Graphviz layouter to the KIML interface for automatic layout. 
de.cau.cs.kieler.kiml.ogdf Wrapper classes and layout provider to connect the OGDF to KIML. 
de.cau.cs.kieler.kiml.service Layout service classes that are used both in the client UI and in server applications. 
de.cau.cs.kieler.kiml.ui.diagram Generic API for layout of graphical diagrams. 
de.cau.cs.kieler.kiml.ui.util Utility classes for the KIML UI plugin. 
de.cau.cs.kieler.kiml.util Utility classes for automatic layout using KIML. 
de.cau.cs.kieler.kiml.util.alg Algorithms for the KIML utility classes. 
de.cau.cs.kieler.klay.force Base package of the force layouter. 
de.cau.cs.kieler.klay.force.model Force model of the KLay Force layout algorithm. 
de.cau.cs.kieler.klay.layered Base package of the layered layouter. 
de.cau.cs.kieler.klay.layered.intermediate Intermediate layout processors. 
de.cau.cs.kieler.klay.layered.p1cycles Phase 1 - cycle breaking by edge reversal. 
de.cau.cs.kieler.klay.layered.p2layers Phase 2 - layer assignment. 
de.cau.cs.kieler.klay.layered.p3order Phase 3 - crossing minimization by node reordering. 
de.cau.cs.kieler.klay.layered.p4nodes Phase 4 - vertical node placement. 
de.cau.cs.kieler.klay.layered.p5edges Phase 5 - edge routing and horizontal node placement. 
de.cau.cs.kieler.klodd.hierarchical Base package of the hierarchical dataflow layout algorithm. 
de.cau.cs.kieler.klodd.hierarchical.impl Implementation of the hierarchical dataflow layout algorithm. 
de.cau.cs.kieler.klodd.hierarchical.modules Definition of the different modules used by the hierarchical dataflow layout algorithm. 
de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph.alg Algorithms for the slim graph data structure. 
de.cau.cs.kieler.kwebs.client.layout XXX 
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.core.alg
BasicProgressMonitor
          Base class for implementations of progress monitors.
IAlgorithm
          Interface that serves as super-interface for all algorithm interfaces.
IFactory
          Interface for factories of class instances.
IKielerProgressMonitor
          Interface for monitors of progress of a job.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.core.ui
BasicProgressMonitor
          Base class for implementations of progress monitors.
IKielerProgressMonitor
          Interface for monitors of progress of a job.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.keg.importer
IKielerProgressMonitor
          Interface for monitors of progress of a job.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.keg.importer.importer
IKielerProgressMonitor
          Interface for monitors of progress of a job.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.kiml
IFactory
          Interface for factories of class instances.
IKielerProgressMonitor
          Interface for monitors of progress of a job.
InstancePool
          A pool for class instances.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.kiml.export
IKielerProgressMonitor
          Interface for monitors of progress of a job.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.kiml.export.exporter
IKielerProgressMonitor
          Interface for monitors of progress of a job.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.kiml.grana
IKielerProgressMonitor
          Interface for monitors of progress of a job.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.kiml.grana.analyses
IKielerProgressMonitor
          Interface for monitors of progress of a job.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.kiml.grana.batch
IKielerProgressMonitor
          Interface for monitors of progress of a job.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.kiml.grana.util
IKielerProgressMonitor
          Interface for monitors of progress of a job.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.kiml.graphviz.layouter
IKielerProgressMonitor
          Interface for monitors of progress of a job.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.kiml.ogdf
IKielerProgressMonitor
          Interface for monitors of progress of a job.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.kiml.service
IFactory
          Interface for factories of class instances.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.kiml.ui.diagram
IKielerProgressMonitor
          Interface for monitors of progress of a job.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.kiml.ui.util
IKielerProgressMonitor
          Interface for monitors of progress of a job.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.kiml.util
IKielerProgressMonitor
          Interface for monitors of progress of a job.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.kiml.util.alg
AbstractAlgorithm
          Superclass for algorithms used in the KIELER project.
IAlgorithm
          Interface that serves as super-interface for all algorithm interfaces.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.klay.force
AbstractAlgorithm
          Superclass for algorithms used in the KIELER project.
IAlgorithm
          Interface that serves as super-interface for all algorithm interfaces.
IKielerProgressMonitor
          Interface for monitors of progress of a job.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.klay.force.model
AbstractAlgorithm
          Superclass for algorithms used in the KIELER project.
IAlgorithm
          Interface that serves as super-interface for all algorithm interfaces.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.klay.layered
IAlgorithm
          Interface that serves as super-interface for all algorithm interfaces.
IKielerProgressMonitor
          Interface for monitors of progress of a job.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.klay.layered.intermediate
AbstractAlgorithm
          Superclass for algorithms used in the KIELER project.
IAlgorithm
          Interface that serves as super-interface for all algorithm interfaces.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.klay.layered.p1cycles
AbstractAlgorithm
          Superclass for algorithms used in the KIELER project.
IAlgorithm
          Interface that serves as super-interface for all algorithm interfaces.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.klay.layered.p2layers
AbstractAlgorithm
          Superclass for algorithms used in the KIELER project.
IAlgorithm
          Interface that serves as super-interface for all algorithm interfaces.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.klay.layered.p3order
AbstractAlgorithm
          Superclass for algorithms used in the KIELER project.
IAlgorithm
          Interface that serves as super-interface for all algorithm interfaces.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.klay.layered.p4nodes
AbstractAlgorithm
          Superclass for algorithms used in the KIELER project.
IAlgorithm
          Interface that serves as super-interface for all algorithm interfaces.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.klay.layered.p5edges
AbstractAlgorithm
          Superclass for algorithms used in the KIELER project.
IAlgorithm
          Interface that serves as super-interface for all algorithm interfaces.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.klodd.hierarchical
AbstractAlgorithm
          Superclass for algorithms used in the KIELER project.
IAlgorithm
          Interface that serves as super-interface for all algorithm interfaces.
IKielerProgressMonitor
          Interface for monitors of progress of a job.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.klodd.hierarchical.impl
AbstractAlgorithm
          Superclass for algorithms used in the KIELER project.
IAlgorithm
          Interface that serves as super-interface for all algorithm interfaces.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.klodd.hierarchical.modules
IAlgorithm
          Interface that serves as super-interface for all algorithm interfaces.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph.alg
AbstractAlgorithm
          Superclass for algorithms used in the KIELER project.
IAlgorithm
          Interface that serves as super-interface for all algorithm interfaces.
 

Classes in de.cau.cs.kieler.core.alg used by de.cau.cs.kieler.kwebs.client.layout
IKielerProgressMonitor
          Interface for monitors of progress of a job.