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

Packages that use AbstractCombinedBooleanState
com.sdm.quasar.client.core.states   
 

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

Subclasses of AbstractCombinedBooleanState in com.sdm.quasar.client.core.states
 class ANDBooleanState
          A BooleanState that combines a set of other boolean states with the logical AND operation.
 class ORBooleanState
          A BooleanState that combines a set of other boolean states with the logical OR operation.
 class XORBooleanState
          A BooleanState that combines a set of other boolean states with the logical XOR operation.