Uses of Package
de.cau.cs.kieler.kiml.grana

Packages that use de.cau.cs.kieler.kiml.grana
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.handlers Handlers for the GRANA user interface. 
de.cau.cs.kieler.kiml.grana.ui The graph analysis ui contributions. 
de.cau.cs.kieler.kiml.grana.views The graph analysis views. 
de.cau.cs.kieler.kiml.grana.visualizers The graph analysis visualizers. 
 

Classes in de.cau.cs.kieler.kiml.grana used by de.cau.cs.kieler.kiml.grana
AbstractAnalysisResultVisualizer
          The abstract base class all analysis result visualizer have to extend.
AbstractInfoAnalysis
          Analyses that derive from this class are required to provide an id, name and description.
AnalysisCategory
          An analysis category.
AnalysisFailed.Type
          the analysis failed types.
AnalysisServices
          Singleton class for global access to the KIML graph analysis services.
Dependency
          The class representing an object dependency.
IAnalysis
          The interface all graph analysis algorithms have to implement.
IBundleChangedListener
          Interface for listeners to an IAnalysesBundle.
IDependencyGraph
          The interface for graph structures that express and resolve object dependencies.
IDepending
          An interface for classes that can be identified by an identifier and have dependencies on other objects.
 

Classes in de.cau.cs.kieler.kiml.grana used by de.cau.cs.kieler.kiml.grana.analyses
IAnalysis
          The interface all graph analysis algorithms have to implement.
 

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

Classes in de.cau.cs.kieler.kiml.grana used by de.cau.cs.kieler.kiml.grana.ui
AbstractInfoAnalysis
          Analyses that derive from this class are required to provide an id, name and description.
AnalysisCategory
          An analysis category.
 

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

Classes in de.cau.cs.kieler.kiml.grana used by de.cau.cs.kieler.kiml.grana.visualizers
AbstractAnalysisResultVisualizer
          The abstract base class all analysis result visualizer have to extend.