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
 

Constructor parameters in de.cau.cs.kieler.kiml.grana.ui with type arguments of type AnalysisCategory
AnalysisSelectionDialog(Shell parent, List<AnalysisCategory> analysisCategories, List<AbstractInfoAnalysis> selectedAnalyses)
          Constructs the dialog.
AnalysisSelectionViewer(Composite parent, List<AnalysisCategory> theCategories, List<AbstractInfoAnalysis> selectedAnalyses)
          The constructor for an AnalysisSelectionViewer.