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 SpectralRangeSpectralRange. 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 doubleAbsorptionModel. absorption(SpectralRange range, double x)doubleBeerLambertAbsorption. absorption(SpectralRange range, double y)doubleInsulator. absorption(SpectralRange spectrum, double x)NumericPropertyAbsorptionModel. getAbsorptivity(SpectralRange spectrum)voidAbsorptionModel. setAbsorptivity(SpectralRange range, NumericProperty a)
-