Uses of Class
edu.nrao.sss.math.NumberSet.LookupMethod

Packages that use NumberSet.LookupMethod
edu.nrao.sss.math Mathematical classes. 
 

Uses of NumberSet.LookupMethod in edu.nrao.sss.math
 

Methods in edu.nrao.sss.math that return NumberSet.LookupMethod
static NumberSet.LookupMethod NumberSet.LookupMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NumberSet.LookupMethod[] NumberSet.LookupMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.math with parameters of type NumberSet.LookupMethod
 NumberSet NumberSetFactory.makeContinuousSet(Number minValue, Number maxValue, NumberSet.LookupMethod lookupMethod)
          Creates a continuous set of numbers.
 NumberSet NumberSetFactory.makeDiscreteSet(Set<? extends Number> discreteValues, NumberSet.LookupMethod lookupMethod)
          Creates a discrete set of numbers.
 NumberSet NumberSetFactory.makeDiscreteSetAdditive(Number minValue, Number maxValue, Number stepSize, NumberSet.LookupMethod lookupMethod)
          Creates a discrete set of numbers.
 NumberSet NumberSetFactory.makeDiscreteSetMultiplicative(Number minValue, Number maxValue, Number multiplier, NumberSet.LookupMethod lookupMethod)
          Creates a discrete set of numbers.
 



Copyright © 2009. All Rights Reserved.