Package pulse.problem.statements.model
Class BeerLambertAbsorption
- java.lang.Object
-
- pulse.util.UpwardsNavigable
-
- pulse.util.Group
-
- pulse.util.Accessible
-
- pulse.util.PropertyHolder
-
- pulse.problem.statements.model.AbsorptionModel
-
- pulse.problem.statements.model.BeerLambertAbsorption
-
- All Implemented Interfaces:
Serializable
,Optimisable
,Descriptive
,Reflexive
public class BeerLambertAbsorption extends AbsorptionModel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BeerLambertAbsorption()
BeerLambertAbsorption(AbsorptionModel m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
absorption(SpectralRange range, double y)
AbsorptionModel
copy()
-
Methods inherited from class pulse.problem.statements.model.AbsorptionModel
assign, getAbsorptivity, getCombinedAbsorptivity, getLaserAbsorptivity, getThermalAbsorptivity, listedKeywords, optimisationVector, set, setAbsorptivity, setCombinedAbsorptivity, setLaserAbsorptivity, setThermalAbsorptivity, toString
-
Methods inherited from class pulse.util.PropertyHolder
addListener, areDetailsHidden, data, describe, firePropertyChanged, getDescriptor, getListeners, getPrefix, ignoreSiblings, initListeners, isListedNumericType, isListedParameter, listedTypes, numericData, parameterListChanged, removeListeners, setPrefix, updateProperties, updateProperty
-
Methods inherited from class pulse.util.Accessible
accessibleChildren, genericProperties, genericProperty, numericProperties, numericProperty, property, update, update
-
Methods inherited from class pulse.util.UpwardsNavigable
addHierarchyListener, getHierarchyListeners, getParent, identify, removeHierarchyListener, removeHierarchyListeners, setParent, specificAncestor, tellParent
-
-
-
-
Constructor Detail
-
BeerLambertAbsorption
public BeerLambertAbsorption()
-
BeerLambertAbsorption
public BeerLambertAbsorption(AbsorptionModel m)
-
-
Method Detail
-
absorption
public double absorption(SpectralRange range, double y)
- Specified by:
absorption
in classAbsorptionModel
-
copy
public AbsorptionModel copy()
- Specified by:
copy
in classAbsorptionModel
-
-