Modifierprotected static class ReverseOsmosisGraphic.ModifierEpsilon extends java.lang.Object implements Modifier
| Modifier and Type | Field | Description |
|---|---|---|
protected P2LennardJones[] |
mixPotentials |
|
protected P2LennardJones[] |
otherPurePotentials |
|
protected P2LennardJones |
potential |
| Constructor | Description |
|---|---|
ModifierEpsilon(P2LennardJones potential,
P2LennardJones[] otherPurePotentials,
P2LennardJones[] mixPotentials) |
| 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 epsilon) |
Sets the value of the property.
|
protected final P2LennardJones potential
protected final P2LennardJones[] otherPurePotentials
protected final P2LennardJones[] mixPotentials
public ModifierEpsilon(P2LennardJones potential, P2LennardJones[] otherPurePotentials, P2LennardJones[] mixPotentials)
public void setValue(double epsilon)
Modifierpublic double getValue()
Modifierpublic Dimension getDimension()
ModifiergetDimension in interface Modifier