edu.ucla.belief.recursiveconditioning
Class CachingNone
Object
CachingScheme
CachingNone
public class CachingNone
- extends CachingScheme
CachingNone
public CachingNone()
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