Class Judgements

java.lang.Object
  |
  +--Judgements

public class Judgements
extends java.lang.Object

this clss implements the model for each turn of the dialogue


Field Summary
(package private)  Document document
           
 java.util.Hashtable turn
           
 
Constructor Summary
Judgements(int InCap, float load, Document doc)
          the constructor of this data model tries to keep as low as possible memory consumption
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

turn

public java.util.Hashtable turn

document

Document document
Constructor Detail

Judgements

public Judgements(int InCap,
                  float load,
                  Document doc)
the constructor of this data model tries to keep as low as possible memory consumption