Modifierprotected static class ReverseOsmosisWaterGraphic.ModifierAtomDiameter extends java.lang.Object implements Modifier
| Modifier and Type | Field | Description |
|---|---|---|
protected P2LennardJones[] |
crossPotentials |
|
protected DiameterHashByType |
diameterHash |
|
protected P2LennardJones[] |
otherPurePotentials |
|
protected P2LennardJones |
potential |
|
protected SpeciesGeneral |
species |
| Constructor | Description |
|---|---|
ModifierAtomDiameter(SpeciesGeneral species,
P2LennardJones potential,
P2LennardJones[] crossPotentials,
P2LennardJones[] otherPurePotentials,
DiameterHashByType diameterManager) |
| 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 d) |
Sets the value of the property.
|
java.lang.String |
toString() |
protected final SpeciesGeneral species
protected final P2LennardJones potential
protected final P2LennardJones[] crossPotentials
protected final P2LennardJones[] otherPurePotentials
protected final DiameterHashByType diameterHash
public ModifierAtomDiameter(SpeciesGeneral species, P2LennardJones potential, P2LennardJones[] crossPotentials, P2LennardJones[] otherPurePotentials, DiameterHashByType diameterManager)
public void setValue(double d)
Modifierpublic double getValue()
Modifierpublic Dimension getDimension()
ModifiergetDimension in interface Modifierpublic java.lang.String getLabel()
Modifierpublic java.lang.String toString()
toString in class java.lang.Object