edu.ucla.belief.recursiveconditioning
Class Bundle

Object
  extended by Bundle

public class Bundle
extends Object

Since:
060503
Author:
Keith Cascio

Constructor Summary
Bundle()
           
 
Method Summary
 boolean copy(Bundle toCopy)
           
 Computation getAll()
           
 CachingScheme getCachingScheme()
           
 Dtree getDtree()
           
 int getDtreeHeight()
           
 int getDtreeMaxCluster()
           
 int getDtreeMaxContext()
           
 int getDtreeMaxCutset()
           
 Computation getPe()
           
 RC getRC()
           
 String getRCFilePath()
           
 Stats getStats(boolean force)
           
 boolean isStale()
           
 void refresh()
           
 void setCachingScheme(CachingScheme cs)
           
 void setDtree(Dtree dtree)
           
 void setRC(RC rc)
           
 void setRC(RC rc, File readFrom)
           
 void setStale(boolean flag)
           
 void setStats(Stats stats)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bundle

public Bundle()
Method Detail

refresh

public void refresh()

copy

public boolean copy(Bundle toCopy)

setDtree

public void setDtree(Dtree dtree)

getDtree

public Dtree getDtree()

getStats

public Stats getStats(boolean force)

setStats

public void setStats(Stats stats)

isStale

public boolean isStale()

setStale

public void setStale(boolean flag)

setRC

public void setRC(RC rc)

setRC

public void setRC(RC rc,
                  File readFrom)

getRC

public RC getRC()

getAll

public Computation getAll()

getPe

public Computation getPe()

getRCFilePath

public String getRCFilePath()

getCachingScheme

public CachingScheme getCachingScheme()

setCachingScheme

public void setCachingScheme(CachingScheme cs)

getDtreeHeight

public int getDtreeHeight()

getDtreeMaxCluster

public int getDtreeMaxCluster()

getDtreeMaxCutset

public int getDtreeMaxCutset()

getDtreeMaxContext

public int getDtreeMaxContext()


Copyright 2010 UCLA Automated Reasoning Group