public abstract class AbsorptionModel extends java.lang.Object implements GUIConfigurable
Modifier and Type | Field and Description |
---|---|
static int |
COHERENT_SCATTER |
static int |
INCOHERENT_SCATTER |
Constructor and Description |
---|
AbsorptionModel() |
Modifier and Type | Method and Description |
---|---|
abstract double |
evaluateLineIntegral(java.util.ArrayList<PhysicalObject> segments)
Evaluates the absorption along the line integral according to the model.
|
abstract java.lang.String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
configure, isConfigured
public static int COHERENT_SCATTER
public static int INCOHERENT_SCATTER
public abstract double evaluateLineIntegral(java.util.ArrayList<PhysicalObject> segments)
segments
- public abstract java.lang.String toString()
toString
in class java.lang.Object