il2.inf
Enum Algorithm.Order2JoinTree
Object
Enum<Algorithm.Order2JoinTree>
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
traditional
public static final Algorithm.Order2JoinTree traditional
bucketer
public static final Algorithm.Order2JoinTree bucketer
DEFAULT
public static final Algorithm.Order2JoinTree DEFAULT
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