Uses of Class
edu.iu.cnets.klatsch.expression.ERelational.Type

Packages that use ERelational.Type
edu.iu.cnets.klatsch.expression   
 

Uses of ERelational.Type in edu.iu.cnets.klatsch.expression
 

Fields in edu.iu.cnets.klatsch.expression declared as ERelational.Type
(package private)  ERelational.Type ERelational.type
           
 

Methods in edu.iu.cnets.klatsch.expression that return ERelational.Type
static ERelational.Type ERelational.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ERelational.Type[] ERelational.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in edu.iu.cnets.klatsch.expression with parameters of type ERelational.Type
ERelational(ERelational.Type type, Expression expA, Expression expB)