il2.inf.jointree
Class AbstractZCAlgorithm

Object
  extended by JoinTreeAlgorithm
      extended by AbstractZCAlgorithm
All Implemented Interfaces:
JointEngine, PartialDerivativeEngine
Direct Known Subclasses:
UnindexedZCAlgorithm

public abstract class AbstractZCAlgorithm
extends JoinTreeAlgorithm
implements PartialDerivativeEngine


Constructor Summary
AbstractZCAlgorithm(EliminationOrders.JT jointree, Table[] tables)
           
 
Method Summary
 Table varPartial(int var)
           
 
Methods inherited from class JoinTreeAlgorithm
acStats, createClusters, createSeparators, createTree, getClusterStats, getCompilationTime, getJoinTree, getMemoryRequirements, getOriginalTables, getPropagationTime, getSeparatorStats, getStats, logPrEvidence, prEvidence, setEvidence, setTable, tableConditional, tableJoint, varConditional, varJoint
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface PartialDerivativeEngine
tablePartial
 
Methods inherited from interface JointEngine
getClusterStats, getCompilationTime, getMemoryRequirements, getPropagationTime, getSeparatorStats, logPrEvidence, prEvidence, setEvidence, setTable, tableConditional, tableJoint, varConditional, varJoint
 

Constructor Detail

AbstractZCAlgorithm

public AbstractZCAlgorithm(EliminationOrders.JT jointree,
                           Table[] tables)
Method Detail

varPartial

public Table varPartial(int var)
Specified by:
varPartial in interface PartialDerivativeEngine


Copyright 2010 UCLA Automated Reasoning Group