|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmauda.feedback.FeedbackKBObject
public class FeedbackKBObject
Storage of one element from the feedback-knowledge-base.
| Field Summary | |
|---|---|
static int |
CORRECT
Defines that the state of the object describes a correct operation |
static int |
DONTMATTER
Defines that the state of the object describes a operation which correctness is undefined. |
static int |
INCORRECT
Defines that the state of the object describes a incorrect operation |
| Constructor Summary | |
|---|---|
FeedbackKBObject()
Creates a FeedbackKBObject |
|
| Method Summary | |
|---|---|
java.lang.String |
getFormula()
Gets the formula |
java.lang.String |
getMessage()
Gets the first message |
java.util.Vector |
getMessages()
Gets all messages as a Vector |
void |
setFormula(java.lang.String f)
Sets the formula |
void |
setMessages(java.util.Vector m)
Sets the messages |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int CORRECT
public static final int INCORRECT
public static final int DONTMATTER
| Constructor Detail |
|---|
public FeedbackKBObject()
| Method Detail |
|---|
public void setFormula(java.lang.String f)
f - formulapublic void setMessages(java.util.Vector m)
m - Vector of messagespublic java.lang.String getFormula()
public java.lang.String getMessage()
public java.util.Vector getMessages()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||