edu.ucla.belief.dtree
Class CreationMethod

Object
  extended by CreationMethod
Direct Known Subclasses:
MethodEliminationOrder, MethodHmetis, MethodHuginLog

public abstract class CreationMethod
extends Object

Since:
050103
Author:
Keith Cascio

Nested Class Summary
static interface CreationMethod.Settings
           
 
Method Summary
static CreationMethod forID(String id)
           
static CreationMethod forName(String name)
           
static Object[] getArray()
           
 String getID()
           
abstract  Dtree getInstance(BeliefNetwork bn, CreationMethod.Settings settings)
           
 String toString()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public abstract Dtree getInstance(BeliefNetwork bn,
                                  CreationMethod.Settings settings)
                           throws Exception
Throws:
Exception

forName

public static CreationMethod forName(String name)

forID

public static CreationMethod forID(String id)

toString

public final String toString()
Overrides:
toString in class Object

getID

public String getID()

getArray

public static Object[] getArray()


Copyright 2010 UCLA Automated Reasoning Group