edu.ucla.belief.recursiveconditioning
Interface CachingScheme.RCCreateListener

Enclosing class:
CachingScheme

public static interface CachingScheme.RCCreateListener


Method Summary
 void rcConstructionDone()
           
 void rcCreateDone(double bestCost, boolean optimal)
           
 void rcCreateDone(RC rc)
           
 void rcCreateError(String msg)
           
 boolean rcCreateStopRequested()
           
 void rcCreateUpdate(double bestCost)
           
 double rcCreateUpdateThreshold()
           
 

Method Detail

rcCreateUpdate

void rcCreateUpdate(double bestCost)

rcCreateUpdateThreshold

double rcCreateUpdateThreshold()

rcCreateStopRequested

boolean rcCreateStopRequested()

rcCreateDone

void rcCreateDone(double bestCost,
                  boolean optimal)

rcCreateDone

void rcCreateDone(RC rc)

rcConstructionDone

void rcConstructionDone()
Since:
060303

rcCreateError

void rcCreateError(String msg)
Since:
060303


Copyright 2010 UCLA Automated Reasoning Group