edu.ucla.belief.recursiveconditioning
Class CachingFull

Object
  extended by CachingScheme
      extended by CachingUniform
          extended by CachingFull

public class CachingFull
extends CachingUniform


Nested Class Summary
 
Nested classes/interfaces inherited from class CachingScheme
CachingScheme.RCCreateListener
 
Constructor Summary
CachingFull()
           
 
Method Summary
 void setCacheFactor(double cacheFactor)
          Fraction of maximum possible cache to use.
 String toString()
           
 
Methods inherited from class CachingUniform
allocateMemory
 
Methods inherited from class CachingScheme
allocateMemory, allocateMemory, getCacheFactor
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CachingFull

public CachingFull()
Method Detail

toString

public String toString()
Overrides:
toString in class CachingUniform

setCacheFactor

public void setCacheFactor(double cacheFactor)
Description copied from class: CachingScheme
Fraction of maximum possible cache to use.

Overrides:
setCacheFactor in class CachingScheme


Copyright 2010 UCLA Automated Reasoning Group