|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.grana.AnalysisCategory
public class AnalysisCategory
An analysis category. Objects of this class are defined through the 'analysisProviders' extension point or the preference page.
Constructor Summary | |
---|---|
AnalysisCategory(String id,
String name,
String description)
Constructs an analysis category. |
Method Summary | |
---|---|
List<AbstractInfoAnalysis> |
getAnalyses()
Returns the analyses of this category. |
String |
getDescription()
Returns the category description. |
String |
getId()
Returns the category id. |
String |
getName()
Returns the category name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnalysisCategory(String id, String name, String description)
id
- the analysis idname
- the analysis namedescription
- the analysis descriptionMethod Detail |
---|
public String getId()
public String getName()
public String getDescription()
public List<AbstractInfoAnalysis> getAnalyses()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |