edu.ucla.belief.recursiveconditioning
Class CachingNone

Object
  extended by CachingScheme
      extended by CachingNone

public class CachingNone
extends CachingScheme


Nested Class Summary
 
Nested classes/interfaces inherited from class CachingScheme
CachingScheme.RCCreateListener
 
Constructor Summary
CachingNone()
           
 
Method Summary
 void allocateMemory(RC rc, CachingScheme.RCCreateListener listnr)
          Have this CachingScheme allocate the memory for the RC object.
 void setCacheFactor(double cacheFactor)
          Fraction of maximum possible cache to use.
 String toString()
           
 
Methods inherited from class CachingScheme
allocateMemory, allocateMemory, getCacheFactor
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CachingNone

public CachingNone()
Method Detail

toString

public String toString()
Overrides:
toString in class CachingScheme

setCacheFactor

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

Overrides:
setCacheFactor 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