etomica.modifier
Interface ModifierBoolean

All Known Implementing Classes:
IntegratorGear4NPH.EnsembleToggler

public interface ModifierBoolean

Interface that permits changes to be made to a boolean property of another object. This type of modifier might be plugged into a checkbox or toggle button.


Method Summary
 boolean getBoolean()
          Returns the current state of the modified value.
 void setBoolean(boolean b)
          Sets the modified value to the given boolean.
 

Method Detail

setBoolean

void setBoolean(boolean b)
Sets the modified value to the given boolean.


getBoolean

boolean getBoolean()
Returns the current state of the modified value.