Uses of Class
de.cau.cs.kieler.kiml.grana.AnalysisCategory

Packages that use AnalysisCategory
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.ui The graph analysis ui contributions. 
 

Uses of AnalysisCategory in de.cau.cs.kieler.kiml.grana
 

Methods in de.cau.cs.kieler.kiml.grana that return AnalysisCategory
 AnalysisCategory AnalysisServices.getCategoryById(String id)
          Returns the category specified by id or null if no such category exists.
 

Methods in de.cau.cs.kieler.kiml.grana that return types with arguments of type AnalysisCategory
 List<AnalysisCategory> AnalysisServices.getCategories()
          Returns the categories.
 

Uses of AnalysisCategory in de.cau.cs.kieler.kiml.grana.ui
 

Methods in de.cau.cs.kieler.kiml.grana.ui that return types with arguments of type AnalysisCategory
 Map<AbstractInfoAnalysis,AnalysisCategory> AnalysisContentProvider.getParentMap()
          Returns the map that maps the analyses on their parents.
 

Constructor parameters in de.cau.cs.kieler.kiml.grana.ui with type arguments of type AnalysisCategory
AnalysisContentProvider(Collection<AnalysisCategory> analysisCategories)
          Constructs the content provider.
AnalysisSelectionDialog(Shell parent, Collection<AnalysisCategory> analysisCategories)
          Constructs the dialog.