Uses of Interface
edu.cmu.sei.aadl.model.property.BooleanValue

Packages that use BooleanValue
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
edu.cmu.sei.aadl.model.property.util   
 

Uses of BooleanValue in edu.cmu.sei.aadl.model.property
 

Subinterfaces of BooleanValue in edu.cmu.sei.aadl.model.property
 interface BooleanAND
          A representation of the model object 'Boolean AND'
 interface BooleanNOT
          A representation of the model object 'Boolean NOT'
 interface BooleanOR
          A representation of the model object 'Boolean OR'
 interface FALSE
          A representation of the model object 'FALSE'
 interface TRUE
          A representation of the model object 'TRUE'
 interface TrueFalseValue
          A representation of the model object 'True False Value'
 

Uses of BooleanValue in edu.cmu.sei.aadl.model.property.impl
 

Classes in edu.cmu.sei.aadl.model.property.impl that implement BooleanValue
 class BooleanANDImpl
          An implementation of the model object 'Boolean AND'
 class BooleanNOTImpl
          An implementation of the model object 'Boolean NOT'
 class BooleanORImpl
          An implementation of the model object 'Boolean OR'
 class BooleanValueImpl
          An implementation of the model object 'Boolean Value'
 class FALSEImpl
          An implementation of the model object 'FALSE'
 class TrueFalseValueImpl
          An implementation of the model object 'True False Value'
 class TRUEImpl
          An implementation of the model object 'TRUE'
 

Uses of BooleanValue in edu.cmu.sei.aadl.model.property.util
 

Methods in edu.cmu.sei.aadl.model.property.util with parameters of type BooleanValue
 java.lang.Object PropertySwitch.caseBooleanValue(BooleanValue object)
          Returns the result of interpretting the object as an instance of 'Boolean Value'