edu.ucla.belief.recursiveconditioning
Class CachingUniform

Object
  extended by CachingScheme
      extended by CachingUniform
Direct Known Subclasses:
CachingFull

public class CachingUniform
extends CachingScheme


Nested Class Summary
 
Nested classes/interfaces inherited from class CachingScheme
CachingScheme.RCCreateListener
 
Constructor Summary
CachingUniform()
           
CachingUniform(double cf)
           
 
Method Summary
 void allocateMemory(RC rc, CachingScheme.RCCreateListener listnr)
          Have this CachingScheme allocate the memory for the RC object.
 String toString()
           
 
Methods inherited from class CachingScheme
allocateMemory, allocateMemory, getCacheFactor, setCacheFactor
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CachingUniform

public CachingUniform()

CachingUniform

public CachingUniform(double cf)
Method Detail

toString

public String toString()
Overrides:
toString in class CachingScheme

allocateMemory

public void allocateMemory(RC rc,
                           CachingScheme.RCCreateListener listnr)
Description copied from class: CachingScheme
Have this CachingScheme allocate the memory for the RC object.

Specified by:
allocateMemory in class CachingScheme
listnr - Some CachingSchemes use this to return updates to (can be null).


Copyright 2010 UCLA Automated Reasoning Group