Uses of Class
sidnet.core.query.Eval

Packages that use Eval
sidnet.core.query   
 

Uses of Eval in sidnet.core.query
 

Methods in sidnet.core.query that return Eval
 Eval Predicate.evaluatePredicate(PredefinedOperator predefinedOperator, double numericalValue)
           
 Eval WhereClause.evaluatePredicate(PredefinedOperator predefinedOperator, double numericalValue)
           
static Eval Eval.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Eval[] Eval.values()
          Returns an array containing the constants of this enum type, in the order they're declared.