etomica.integrator
Class IntegratorGear4NPH.EnsembleToggler

java.lang.Object
  extended by 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

Constructor Summary
IntegratorGear4NPH.EnsembleToggler(IntegratorGear4NPH integrator, int D)
           
 
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
 

Constructor Detail

IntegratorGear4NPH.EnsembleToggler

public IntegratorGear4NPH.EnsembleToggler(IntegratorGear4NPH integrator,
                                          int D)
Method Detail

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