|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dllearner.tools.protege.SuggestListItem
public class SuggestListItem
This Class represents an entry of the suggest list.
| Constructor Summary | |
|---|---|
SuggestListItem(Color c,
String s,
double acc)
Constructor for the SuggestListItem. |
|
| Method Summary | |
|---|---|
double |
getAccuracy()
This method returns the accuracy of the current list item. |
Color |
getColor()
This method returns the color of the current list item. |
String |
getValue()
This Method returns the text of the current list item. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SuggestListItem(Color c,
String s,
double acc)
c - Color Color in which the text is painted.s - String text that is shown.acc - Accuracy of the concept| Method Detail |
|---|
public Color getColor()
public String getValue()
public double getAccuracy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||