Uses of Class
nl.liacs.subdisc.NumericOperators

Packages that use NumericOperators
nl.liacs.subdisc   
 

Uses of NumericOperators in nl.liacs.subdisc
 

Methods in nl.liacs.subdisc that return NumericOperators
static NumericOperators NumericOperators.getDefault()
          Returns the default NumericOperators.
 NumericOperators SearchParameters.getNumericOperators()
           
static NumericOperators NumericOperators.getNumericOperators(java.lang.String theType)
          Returns the NumericOperators corresponding to the String parameter.
static NumericOperators NumericOperators.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NumericOperators[] NumericOperators.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in nl.liacs.subdisc with parameters of type NumericOperators
static boolean NumericOperators.check(NumericOperators theNO, int theOperator)