edu.ucla.belief.inference.map
Class SearchMethod

Object
  extended by SearchMethod

public abstract class SearchMethod
extends Object

Since:
021903
Author:
Keith Cascio

Field Summary
static SearchMethod[] ARRAY
           
static SearchMethod HILL
           
static SearchMethod TABOO
           
 
Constructor Summary
SearchMethod()
           
 
Method Summary
abstract  MapApproximator getApproximator()
           
static SearchMethod getDefault()
           
abstract  String getJavaCodeName()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HILL

public static final SearchMethod HILL

TABOO

public static final SearchMethod TABOO

ARRAY

public static final SearchMethod[] ARRAY
Constructor Detail

SearchMethod

public SearchMethod()
Method Detail

getApproximator

public abstract MapApproximator getApproximator()

getJavaCodeName

public abstract String getJavaCodeName()

getDefault

public static SearchMethod getDefault()
Since:
051004


Copyright 2010 UCLA Automated Reasoning Group