org.hops.dm.tad
Class temporalground

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

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

Temporally stores the last stacks and queues, so can rollback misunderstanding updates Temporal Ground - for rollback movements

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

Field Summary
 stackact ACTIONS
          Database actions done
 stackact AGENDA
          things to do in the near future.
 stackp COM
          commitments about the question under discussion
 stackp ISSUES
          Global QUD
 plan PLAN
          long-term actions
 stackp QUD
          Local QUD
 stackact SUBACTIONS
          SUBACTIONS
 
Constructor Summary
temporalground()
          Creates a new instance of temporalground
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COM

public stackp COM
commitments about the question under discussion


ISSUES

public stackp ISSUES
Global QUD


QUD

public stackp QUD
Local QUD


AGENDA

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


PLAN

public plan PLAN
long-term actions


ACTIONS

public stackact ACTIONS
Database actions done


SUBACTIONS

public stackact SUBACTIONS
SUBACTIONS

Constructor Detail

temporalground

public temporalground()
Creates a new instance of temporalground

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object