Uses of Class
nl.liacs.subdisc.NumericStrategy

Packages that use NumericStrategy
nl.liacs.subdisc   
 

Uses of NumericStrategy in nl.liacs.subdisc
 

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