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

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

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

Methods in com.sdm.quasar.client.core.states that return NOTBooleanState
static NOTBooleanState NOTBooleanState.create(BooleanState state)
          Creates a new NOTBooleanState.
static NOTBooleanState NOTBooleanState.create(java.lang.String name, BooleanState state)
          Creates a new NOTBooleanState.