Modifier and Type | Field | Description |
---|---|---|
protected IntegratorBox |
integrator |
|
protected P2SquareWellOneSide |
p2 |
|
protected P2SquareWellOneSide |
p2Mix |
|
protected P2SquareWellOneSide |
p2Other |
Constructor | Description |
---|---|
ModifierLambda(P2SquareWellOneSide p2,
P2SquareWellOneSide p2Mix,
P2SquareWellOneSide p2Other,
IntegratorBox integrator) |
Modifier and Type | Method | Description |
---|---|---|
Dimension |
getDimension() |
Returns the dimension of the property being modified.
|
java.lang.String |
getLabel() |
Returns a descriptive label of the property being modified.
|
double |
getValue() |
Gets the current value of the property.
|
void |
setValue(double newValue) |
Sets the value of the property.
|
protected final IntegratorBox integrator
protected final P2SquareWellOneSide p2
protected final P2SquareWellOneSide p2Mix
protected final P2SquareWellOneSide p2Other
public ModifierLambda(P2SquareWellOneSide p2, P2SquareWellOneSide p2Mix, P2SquareWellOneSide p2Other, IntegratorBox integrator)
public void setValue(double newValue)
Modifier
public double getValue()
Modifier
public Dimension getDimension()
Modifier
getDimension
in interface Modifier