|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hops.dm.tad.ISShared
public class ISShared
Shared information of the IS known by the user
| Field Summary | |
|---|---|
stackact |
ACTIONS
actions done (database queries) |
stackp |
COM
commitments about the questions under discussion |
stackp |
ISSUES
contains open issues --> Global QUD |
utterance |
LU
last utterance processed |
queueact |
PM
past movementS ; for grounding once movements are grounded they are added to shared/LU/MOVES |
stackp |
QUD
local QUD |
| Constructor Summary | |
|---|---|
ISShared()
Creates a new instance of ISPrivate |
|
| Method Summary | |
|---|---|
void |
clear()
clear all the stacks |
void |
push(condition cond)
pushes a new propostition in the specified stack |
void |
push(term t)
pushes a new propostition in the specified stack |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public stackp COM
public stackp ISSUES
public stackp QUD
public queueact PM
public utterance LU
public stackact ACTIONS
| Constructor Detail |
|---|
public ISShared()
| Method Detail |
|---|
public void push(condition cond)
public void push(term t)
public void clear()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||