edu.ucla.belief.approx
Enum Macros.Category
Object
Enum<Macros.Category>
Macros.Category
- All Implemented Interfaces:
- Serializable, Comparable<Macros.Category>
- Enclosing class:
- Macros
public static enum Macros.Category
- extends Enum<Macros.Category>
- Since:
- 20080228
auxiliary
public static final Macros.Category auxiliary
softevidence
public static final Macros.Category softevidence
clone
public static final Macros.Category clone
u
public static final Macros.Category u
x
public static final Macros.Category x
display
public final String display
extra
public final String extra
stroke
public final KeyStroke stroke
backstroke
public final KeyStroke backstroke
values
public static Macros.Category[] 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 (Macros.Category c : Macros.Category.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Macros.Category 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
table
public Table table(FiniteVariable var,
Macros.Bridge bridge)
membership
public Collection<FiniteVariable> membership(Macros.Bridge bridge,
Collection<FiniteVariable> bucket)
complement
public Collection<FiniteVariable> complement(Macros.Bridge bridge,
Collection<FiniteVariable> bucket)
Copyright 2010 UCLA Automated Reasoning Group