edu.ucla.belief
Class RCGenerator.RC

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

public static class RCGenerator.RC
extends Object
implements Cloneable


Constructor Summary
RCGenerator.RC(int sizeBN)
           
 
Method Summary
 void add(RCGenerator.RC.RCLine line)
           
 Object clone()
           
static RCGenerator.RC keepBest(RCGenerator.RC rc1, RCGenerator.RC rc2)
           
 double rcScore()
           
 void writeFile(Writer wtr)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RCGenerator.RC

public RCGenerator.RC(int sizeBN)
Method Detail

clone

public Object clone()
Overrides:
clone in class Object

add

public void add(RCGenerator.RC.RCLine line)

writeFile

public void writeFile(Writer wtr)
               throws IOException
Throws:
IOException

rcScore

public double rcScore()

keepBest

public static RCGenerator.RC keepBest(RCGenerator.RC rc1,
                                      RCGenerator.RC rc2)


Copyright 2010 UCLA Automated Reasoning Group