edu.ucla.belief.dtree
Class CreationMethod
Object
CreationMethod
- Direct Known Subclasses:
- MethodEliminationOrder, MethodHmetis, MethodHuginLog
public abstract class CreationMethod
- extends Object
- Since:
- 050103
- Author:
- Keith Cascio
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