Bases: ABC
ABC
This is an abstract class representing a classical State
This method retrieves the value in the state. NOTE that the searched value must be set in the state.
value – The value searched for in the state.
The set value.