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

Packages that use TrueFalseValue
edu.cmu.sei.aadl.model.properties This package contains interfaces and classes that are used in the lookup of property values. 
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
edu.cmu.sei.aadl.model.property.util   
 

Uses of TrueFalseValue in edu.cmu.sei.aadl.model.properties
 

Methods in edu.cmu.sei.aadl.model.properties that return TrueFalseValue
static TrueFalseValue PropertyUtils.createTrueFalseValue(boolean boolValue)
          Creates a PropertyValue for an aadlboolean.
 

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

Subinterfaces of TrueFalseValue in edu.cmu.sei.aadl.model.property
 interface FALSE
          A representation of the model object 'FALSE'
 interface TRUE
          A representation of the model object 'TRUE'
 

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

Classes in edu.cmu.sei.aadl.model.property.impl that implement TrueFalseValue
 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 TrueFalseValue in edu.cmu.sei.aadl.model.property.util
 

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