org.hops.dm.tad
Class icminf

java.lang.Object
  extended by org.hops.dm.tad.icminf
All Implemented Interfaces:
java.io.Serializable

public class icminf
extends java.lang.Object
implements java.io.Serializable

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

Version:
3.0
Author:
Meritxell Gonzalez
See Also:
Serialized Form

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

actionLevel

public actionlevel actionLevel
kind of feedback


Polarity

public polarity Polarity
value of the feedback


DP

public turn DP
who did the action


C

public attrval C
attribute about the feedback


move

public actionset move
type of action of the attribute about the feedback


input

public java.lang.String input
last sentence


altQ

public java.util.ArrayList altQ
questions for clarify

Constructor Detail

icminf

public icminf()
Creates a new instance of icminf

Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class java.lang.Object

equalsTo

public boolean equalsTo(icminf _o)
Indicates whether a icminf is "equal to" this one.


clone

public java.lang.Object clone()
Creates and returns a copy of this object.

Overrides:
clone in class java.lang.Object

toString

public java.lang.String toString()
Returns a string representation of the object.

Overrides:
toString in class java.lang.Object

toFriendString

public java.lang.String toFriendString()
Returns a string representation of the object.