edu.ucla.belief.dtree
Class MethodHuginLog

Object
  extended by CreationMethod
      extended by MethodHuginLog

public class MethodHuginLog
extends CreationMethod

Since:
050103
Author:
Keith Cascio

Nested Class Summary
static class MethodHuginLog.Style
           
 
Nested classes/interfaces inherited from class CreationMethod
CreationMethod.Settings
 
Field Summary
static MethodHuginLog.Style[] ARRAY_DTREE_STYLES
           
static MethodHuginLog.Style BALANCED
           
static MethodHuginLog.Style MINCACHE
           
static MethodHuginLog.Style UNBALANCED
           
 
Constructor Summary
MethodHuginLog()
           
 
Method Summary
static Dtree doOpenDtree(BeliefNetwork bn, File fileSelected, CreationMethod.Settings settings)
           
 Dtree getInstance(BeliefNetwork bn, CreationMethod.Settings settings)
           
static Dtree readDtree(BeliefNetwork bn, File fileSelected, MethodHuginLog.Style style)
           
 
Methods inherited from class CreationMethod
forID, forName, getArray, getID, toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BALANCED

public static final MethodHuginLog.Style BALANCED

UNBALANCED

public static final MethodHuginLog.Style UNBALANCED

MINCACHE

public static final MethodHuginLog.Style MINCACHE

ARRAY_DTREE_STYLES

public static final MethodHuginLog.Style[] ARRAY_DTREE_STYLES
Constructor Detail

MethodHuginLog

public MethodHuginLog()
Method Detail

getInstance

public Dtree getInstance(BeliefNetwork bn,
                         CreationMethod.Settings settings)
                  throws Exception
Specified by:
getInstance in class CreationMethod
Throws:
Exception

doOpenDtree

public static Dtree doOpenDtree(BeliefNetwork bn,
                                File fileSelected,
                                CreationMethod.Settings settings)
                         throws Exception
Throws:
Exception

readDtree

public static Dtree readDtree(BeliefNetwork bn,
                              File fileSelected,
                              MethodHuginLog.Style style)
                       throws Exception
Throws:
Exception


Copyright 2010 UCLA Automated Reasoning Group