Uses of Class
pulse.problem.statements.model.SpectralRange
-
Packages that use SpectralRange Package Description pulse.problem.statements.model -
-
Uses of SpectralRange in pulse.problem.statements.model
Methods in pulse.problem.statements.model that return SpectralRange Modifier and Type Method Description static SpectralRange
SpectralRange. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpectralRange[]
SpectralRange. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in pulse.problem.statements.model with parameters of type SpectralRange Modifier and Type Method Description abstract double
AbsorptionModel. absorption(SpectralRange range, double x)
double
BeerLambertAbsorption. absorption(SpectralRange range, double y)
double
Insulator. absorption(SpectralRange spectrum, double x)
NumericProperty
AbsorptionModel. getAbsorptivity(SpectralRange spectrum)
void
AbsorptionModel. setAbsorptivity(SpectralRange range, NumericProperty a)
-