org.hops.dm.tad
Class ISPrivate

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

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

Private information of the IS only known by the system.

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

Field Summary
 stackact AGENDA
          things to do in the near future.
 stackp BEL
          set of believes, propositions.
 queuepair NIM
          pairs for DP and moves
 stackp PAG
          pagination moves with results stored
 plan PLAN
          long-term actions, action can be complex(rules have to rewrite them) or simple (execute if system action of move to agenda
 stackact SUBACTIONS
          subplans loaded
 temporalground SYSTEMP
          copy of relevant parts of the information state as they were right before the user's utterance was interpret and integrated
 temporalground USRTEMP
          contains parts of the information state copied right before integrating the latest system utterance
 
Constructor Summary
ISPrivate()
          Creates a new instance of ISPrivate
 
Method Summary
 void clear()
          clear all the stacks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AGENDA

public stackact AGENDA
things to do in the near future. Determine next move


PLAN

public plan PLAN
long-term actions, action can be complex(rules have to rewrite them) or simple (execute if system action of move to agenda


SUBACTIONS

public stackact SUBACTIONS
subplans loaded


BEL

public stackp BEL
set of believes, propositions. Store results of database search


USRTEMP

public temporalground USRTEMP
contains parts of the information state copied right before integrating the latest system utterance


SYSTEMP

public temporalground SYSTEMP
copy of relevant parts of the information state as they were right before the user's utterance was interpret and integrated


NIM

public queuepair NIM
pairs for DP and moves


PAG

public stackp PAG
pagination moves with results stored

Constructor Detail

ISPrivate

public ISPrivate()
Creates a new instance of ISPrivate

Method Detail

clear

public void clear()
clear all the stacks