|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hops.dm.tad.icminf
public class icminf
Information about the feedback action Arguments if L=per --> Args = String if L=sem --> Args = Move if L=und --> Args = Participant + attribute_value if L=acc --> Args = attribute_value Allowed information is: - actionlevel --> type of feedback - polarity --> agree or not the feedback - turn --> who did the action - attrval --> attribute related to the feedback - actionset --> type of action related to the feedback - input --> the last input string - altQ --> alternative question, used in clarify moves
| Field Summary | |
|---|---|
actionlevel |
actionLevel
kind of feedback |
java.util.ArrayList |
altQ
questions for clarify |
attrval |
C
attribute about the feedback |
turn |
DP
who did the action |
java.lang.String |
input
last sentence |
actionset |
move
type of action of the attribute about the feedback |
polarity |
Polarity
value of the feedback |
| Constructor Summary | |
|---|---|
icminf()
Creates a new instance of icminf |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Creates and returns a copy of this object. |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
boolean |
equalsTo(icminf _o)
Indicates whether a icminf is "equal to" this one. |
int |
hashCode()
|
java.lang.String |
toFriendString()
Returns a string representation of the object. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public actionlevel actionLevel
public polarity Polarity
public turn DP
public attrval C
public actionset move
public java.lang.String input
public java.util.ArrayList altQ
| Constructor Detail |
|---|
public icminf()
| Method Detail |
|---|
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic boolean equalsTo(icminf _o)
public java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toFriendString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||