|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hops.dm.tad.IS
public class IS
Information State of the Dialogue. Includes System and User information
| Field Summary | |
|---|---|
ISPrivate |
notshared
information used by the dialogue system not known by the user |
PlanSet |
planbase
Set of plans |
sys_state |
program_state
status of the dialogue |
ISShared |
shared
information knows by the user |
boolean |
task_covered_once
task covered once |
| Constructor Summary | |
|---|---|
IS()
Creates a new instance of IS |
|
| Method Summary | |
|---|---|
void |
clear()
Clear all the stacks |
void |
copy(temporalground temp)
copy the temporalground |
attrval |
getAttribute(java.lang.String nomAttribut)
Returns the attributre with the specified name. |
void |
ini_IS()
initialize the inforamtion state pushing in the agenda an greet move |
void |
setPlan(PlanSet planin)
sets the plan |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public ISPrivate notshared
public ISShared shared
public sys_state program_state
public boolean task_covered_once
public PlanSet planbase
| Constructor Detail |
|---|
public IS()
| Method Detail |
|---|
public void setPlan(PlanSet planin)
public void ini_IS()
public java.lang.String toString()
toString in class java.lang.Objectpublic attrval getAttribute(java.lang.String nomAttribut)
public void clear()
public void copy(temporalground temp)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||