etomica.integrator
Class IntegratorGear4NPH.EnsembleToggler
java.lang.Object
etomica.integrator.IntegratorGear4NPH.EnsembleToggler
- All Implemented Interfaces:
- ModifierBoolean, Serializable
- Enclosing class:
- IntegratorGear4NPH
public static class IntegratorGear4NPH.EnsembleToggler
- extends Object
- implements ModifierBoolean, Serializable
- See Also:
- Serialized Form
|
Method Summary |
boolean |
getBoolean()
Returns the current state of the modified value. |
void |
setBoolean(boolean isothermal)
Sets the modified value to the given boolean. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegratorGear4NPH.EnsembleToggler
public IntegratorGear4NPH.EnsembleToggler(IntegratorGear4NPH integrator,
int D)
setBoolean
public void setBoolean(boolean isothermal)
- Description copied from interface:
ModifierBoolean
- Sets the modified value to the given boolean.
- Specified by:
setBoolean in interface ModifierBoolean
getBoolean
public boolean getBoolean()
- Description copied from interface:
ModifierBoolean
- Returns the current state of the modified value.
- Specified by:
getBoolean in interface ModifierBoolean