org.hops.dm.tad.constantsdef
Class actionset

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

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

answering --> communicate attribute value asking --> ask attribute value noaction --> not specified quiting --> ends conversation executing --> transactional query feedback --> feedback about previous intervention gree --> begin conversation confirmation --> confirm an attribute value (yes or not is expected) clarify --> asks for two or more possible interpretations. Used when an answered attribute belongs to more than one plan. exequery --> informational query subaction --> composed action pagination --> shows results from the transactional query reset --> initializes a plan, or the main plan

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

Field Summary
static actionset answering
          answer action
static actionset asking
          ask action
static actionset clarify
          clarify some attributes values action
static actionset confirmation
          database execution confirmation action
static actionset executing
          database transaction action
static actionset exequery
          database query action
static actionset feedback
          previous moves feedback action
static actionset greet
          greeting action
static actionset noaction
          not known action
static actionset pagination
          paginate results action
static actionset quiting
          quit action
static actionset reset
          reset the plan action
static actionset subaction
          prerequisite actions
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is "equal to" this one.
 boolean equalsTo(actionset _t)
          Indicates whether a actionset is "equal to" this one.
 boolean equalsTo(java.lang.String _t)
          Indicates whether the actionset represented by the String _t is "equal to" this one.
 int hashCode()
           
static actionset toObject(java.lang.String _s)
          returns the actionset representation of the String _s
 java.lang.String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

answering

public static final actionset answering
answer action


asking

public static final actionset asking
ask action


noaction

public static final actionset noaction
not known action


quiting

public static final actionset quiting
quit action


executing

public static final actionset executing
database transaction action


feedback

public static final actionset feedback
previous moves feedback action


greet

public static final actionset greet
greeting action


confirmation

public static final actionset confirmation
database execution confirmation action


clarify

public static final actionset clarify
clarify some attributes values action


exequery

public static final actionset exequery
database query action


subaction

public static final actionset subaction
prerequisite actions


pagination

public static final actionset pagination
paginate results action


reset

public static final actionset reset
reset the plan action

Method Detail

toString

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

Overrides:
toString in class java.lang.Object

equalsTo

public boolean equalsTo(actionset _t)
Indicates whether a actionset is "equal to" this one.


equalsTo

public boolean equalsTo(java.lang.String _t)
Indicates whether the actionset represented by the String _t is "equal to" this one.


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

toObject

public static actionset toObject(java.lang.String _s)
returns the actionset representation of the String _s