choco.mem
Interface IStateBool

All Known Implementing Classes:
StoredBool

public interface IStateBool

Describes a boolean with states (describing some history of the data structure).


Method Summary
 boolean get()
          Returns the current value.
 Environment getEnvironment()
          Retrieving the environment
 void set(boolean b)
          Modifies the value and stores if needed the former value on the trailing stack.
 

Method Detail

get

boolean get()
Returns the current value.


set

void set(boolean b)
Modifies the value and stores if needed the former value on the trailing stack.


getEnvironment

Environment getEnvironment()
Retrieving the environment