public class BinnedEnergyAbsorptionModel extends AbsorptionModel
COHERENT_SCATTER, INCOHERENT_SCATTER
Constructor and Description |
---|
BinnedEnergyAbsorptionModel() |
Modifier and Type | Method and Description |
---|---|
void |
configure()
Configures the object before execution
|
double |
evaluateLineIntegral(java.util.ArrayList<PhysicalObject> segments)
Evaluates the absorption along the line integral according to the model.
|
boolean |
isConfigured()
Is true if the object was successfully configured
|
java.lang.String |
toString() |
public void configure() throws java.lang.Exception
GUIConfigurable
java.lang.Exception
- may happenpublic boolean isConfigured()
GUIConfigurable
public double evaluateLineIntegral(java.util.ArrayList<PhysicalObject> segments)
AbsorptionModel
evaluateLineIntegral
in class AbsorptionModel
public java.lang.String toString()
toString
in class AbsorptionModel