edu.ucla.belief.approx
Enum Macros.Category

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

public static enum Macros.Category
extends Enum<Macros.Category>

Since:
20080228

Enum Constant Summary
auxiliary
           
clone
           
softevidence
           
u
           
x
           
 
Field Summary
 KeyStroke backstroke
           
 String display
           
 String extra
           
 KeyStroke stroke
           
 
Method Summary
 Collection<FiniteVariable> complement(Macros.Bridge bridge, Collection<FiniteVariable> bucket)
           
 Collection<FiniteVariable> membership(Macros.Bridge bridge, Collection<FiniteVariable> bucket)
           
 Table table(FiniteVariable var, Macros.Bridge bridge)
           
static Macros.Category valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Macros.Category[] 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

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
Field Detail

display

public final String display

extra

public final String extra

stroke

public final KeyStroke stroke

backstroke

public final KeyStroke backstroke
Method Detail

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