|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEvaluationItem
Interface for evaluation item information
Field Summary | |
---|---|
static int |
SEV_ERROR
Severity ID: error |
static String |
SEV_ERROR_STR
String for error severity |
static int |
SEV_INFO
Severity ID: informational |
static String |
SEV_INFO_STR
String for informational severity |
static int |
SEV_USER
Severity ID: user check |
static String |
SEV_USER_STR
String for user check severity |
static int |
SEV_WARNING
Severity ID: warning |
static String |
SEV_WARNING_STR
String for warning severity |
Method Summary | |
---|---|
String |
createDescription()
|
String |
createDescription(String targetString)
|
IGuidelineItem[] |
getGuidelines()
|
String |
getId()
|
org.eclipse.swt.graphics.Image[] |
getMetricsIcons()
|
int[] |
getMetricsScores()
|
int |
getSeverity()
|
String |
getSeverityStr()
|
String[] |
getTableDataGuideline()
|
String[] |
getTableDataMetrics()
|
String |
getTableDataTechniques()
|
ITechniquesItem[][] |
getTechniques()
|
Methods inherited from interface org.eclipse.actf.visualization.eval.guideline.IGuidelineSlectionChangedListener |
---|
selectionChanged |
Field Detail |
---|
static final int SEV_ERROR
static final int SEV_WARNING
static final int SEV_USER
static final int SEV_INFO
static final String SEV_ERROR_STR
static final String SEV_WARNING_STR
static final String SEV_USER_STR
static final String SEV_INFO_STR
Method Detail |
---|
String getId()
int getSeverity()
String getSeverityStr()
int[] getMetricsScores()
String[] getTableDataGuideline()
String[] getTableDataMetrics()
String getTableDataTechniques()
org.eclipse.swt.graphics.Image[] getMetricsIcons()
IGuidelineItem[] getGuidelines()
ITechniquesItem[][] getTechniques()
String createDescription()
String createDescription(String targetString)
targetString
- target String to embed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |