edu.ucla.belief
Class RCGenerator.EO

Object
  extended by RCGenerator.EO
All Implemented Interfaces:
Cloneable
Enclosing class:
RCGenerator

public static class RCGenerator.EO
extends Object
implements Cloneable


Constructor Summary
RCGenerator.EO(int sizeBN)
           
 
Method Summary
 Object clone()
           
 void condVar(FiniteVariable fv, int w, double tss, int varSize)
           
 void elimVar(FiniteVariable fv, int w, double tss)
           
 List eo()
           
 double eoScore()
           
static RCGenerator.EO keepBest(RCGenerator.EO eo1, RCGenerator.EO eo2)
           
 int numCond()
           
 String toString()
           
 int width()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RCGenerator.EO

public RCGenerator.EO(int sizeBN)
Method Detail

clone

public Object clone()
Overrides:
clone in class Object

eo

public List eo()

width

public int width()

numCond

public int numCond()

condVar

public void condVar(FiniteVariable fv,
                    int w,
                    double tss,
                    int varSize)

elimVar

public void elimVar(FiniteVariable fv,
                    int w,
                    double tss)

eoScore

public double eoScore()

keepBest

public static RCGenerator.EO keepBest(RCGenerator.EO eo1,
                                      RCGenerator.EO eo2)

toString

public String toString()
Overrides:
toString in class Object


Copyright 2010 UCLA Automated Reasoning Group