Uses of Class
com.sdm.quasar.client.core.states.AcceptorBooleanState

Packages that use AcceptorBooleanState
com.sdm.quasar.client.core.states   
com.sdm.util.model.states   
 

Uses of AcceptorBooleanState in com.sdm.quasar.client.core.states
 

Subclasses of AcceptorBooleanState in com.sdm.quasar.client.core.states
 class StateAcceptedBooleanState
          A BooleanState, that adapts the State value (see State.getValue() to the own boolean state value (see BooleanState.isValueTrue()) using an Acceptor: The BooleanState is true, if the Acceptor accepts the State value.
 

Uses of AcceptorBooleanState in com.sdm.util.model.states
 

Subclasses of AcceptorBooleanState in com.sdm.util.model.states
 class ValueAcceptedBooleanState