il2.inf
Enum Algorithm.Order2JoinTree

Object
  extended by Enum<Algorithm.Order2JoinTree>
      extended by Algorithm.Order2JoinTree
All Implemented Interfaces:
Serializable, Comparable<Algorithm.Order2JoinTree>
Enclosing class:
Algorithm

public static enum Algorithm.Order2JoinTree
extends Enum<Algorithm.Order2JoinTree>

induce a join tree from an elimination order

Since:
20081103

Enum Constant Summary
bucketer
           
traditional
           
 
Field Summary
static Algorithm.Order2JoinTree DEFAULT
           
 
Method Summary
abstract  EliminationOrders.JT induce(BayesianNetwork bn, IntList order)
           
static Algorithm.Order2JoinTree valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Algorithm.Order2JoinTree[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

traditional

public static final Algorithm.Order2JoinTree traditional

bucketer

public static final Algorithm.Order2JoinTree bucketer
Field Detail

DEFAULT

public static final Algorithm.Order2JoinTree DEFAULT
Method Detail

values

public static Algorithm.Order2JoinTree[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Algorithm.Order2JoinTree c : Algorithm.Order2JoinTree.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Algorithm.Order2JoinTree valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

induce

public abstract EliminationOrders.JT induce(BayesianNetwork bn,
                                            IntList order)


Copyright 2010 UCLA Automated Reasoning Group