| 
 | ||||||||||
| 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_ERRORSeverity ID: error | 
| static String | SEV_ERROR_STRString for error severity | 
| static int | SEV_INFOSeverity ID: informational | 
| static String | SEV_INFO_STRString for informational severity | 
| static int | SEV_USERSeverity ID: user check | 
| static String | SEV_USER_STRString for user check severity | 
| static int | SEV_WARNINGSeverity ID: warning | 
| static String | SEV_WARNING_STRString 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 | |||||||||