edu.ucla.belief.dtree
Interface CreationMethod.Settings

All Known Implementing Classes:
Settings
Enclosing class:
CreationMethod

public static interface CreationMethod.Settings


Method Summary
 Object getBalanceFactor()
           
 MethodHuginLog.Style getDtreeStyle()
           
 EliminationHeuristic getElimAlgo()
           
 MethodHmetis.Algorithm getHMeTiSAlgo()
           
 File getHuginLogFile()
           
 int getNumDtrees()
           
 int getNumPartitions()
           
 String getTentativeHuginLogFilePath()
           
 void setHuginLogFile(File newFile)
           
 

Method Detail

getElimAlgo

EliminationHeuristic getElimAlgo()

getBalanceFactor

Object getBalanceFactor()

getHMeTiSAlgo

MethodHmetis.Algorithm getHMeTiSAlgo()

getNumDtrees

int getNumDtrees()

getNumPartitions

int getNumPartitions()

getTentativeHuginLogFilePath

String getTentativeHuginLogFilePath()

getHuginLogFile

File getHuginLogFile()

setHuginLogFile

void setHuginLogFile(File newFile)

getDtreeStyle

MethodHuginLog.Style getDtreeStyle()


Copyright 2010 UCLA Automated Reasoning Group