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

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

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

Subinterfaces of BooleanOrPropertyReference 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 BooleanValue
          A representation of the model object 'Boolean Value'
 interface FALSE
          A representation of the model object 'FALSE'
 interface PropertyReference
          A representation of the model object 'Reference'
 interface TRUE
          A representation of the model object 'TRUE'
 interface TrueFalseValue
          A representation of the model object 'True False Value'
 

Methods in edu.cmu.sei.aadl.model.property that return BooleanOrPropertyReference
 BooleanOrPropertyReference BooleanNOT.getBooleanValue()
          Returns the value of the 'Boolean Value' containment reference
 

Methods in edu.cmu.sei.aadl.model.property with parameters of type BooleanOrPropertyReference
 void BooleanAND.addBooleanValue(BooleanOrPropertyReference value)
          Adds to the list the value of the 'Boolean Value' containment reference list
 void BooleanOR.addBooleanValue(BooleanOrPropertyReference value)
          Adds to the list the value of the 'Boolean Value' containment reference list
 void BooleanNOT.setBooleanValue(BooleanOrPropertyReference value)
          Sets the value of the 'Boolean Value' containment reference
 

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

Classes in edu.cmu.sei.aadl.model.property.impl that implement BooleanOrPropertyReference
 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 BooleanOrPropertyReferenceImpl
          An implementation of the model object 'Boolean Or Property Reference'
 class BooleanValueImpl
          An implementation of the model object 'Boolean Value'
 class FALSEImpl
          An implementation of the model object 'FALSE'
 class PropertyReferenceImpl
          An implementation of the model object 'Reference'
 class TrueFalseValueImpl
          An implementation of the model object 'True False Value'
 class TRUEImpl
          An implementation of the model object 'TRUE'
 

Fields in edu.cmu.sei.aadl.model.property.impl declared as BooleanOrPropertyReference
protected  BooleanOrPropertyReference BooleanNOTImpl.booleanValue
          The cached value of the 'Boolean Value' containment reference
 

Methods in edu.cmu.sei.aadl.model.property.impl that return BooleanOrPropertyReference
 BooleanOrPropertyReference BooleanNOTImpl.getBooleanValue()
           
 

Methods in edu.cmu.sei.aadl.model.property.impl with parameters of type BooleanOrPropertyReference
 void BooleanORImpl.addBooleanValue(BooleanOrPropertyReference newBooleanValue)
          phf: add element to multiplicity EList
 void BooleanANDImpl.addBooleanValue(BooleanOrPropertyReference newBooleanValue)
          phf: add element to multiplicity EList
 org.eclipse.emf.common.notify.NotificationChain BooleanNOTImpl.basicSetBooleanValue(BooleanOrPropertyReference newBooleanValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void BooleanNOTImpl.setBooleanValue(BooleanOrPropertyReference newBooleanValue)
           
 

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

Methods in edu.cmu.sei.aadl.model.property.util with parameters of type BooleanOrPropertyReference
 java.lang.Object PropertySwitch.caseBooleanOrPropertyReference(BooleanOrPropertyReference object)
          Returns the result of interpretting the object as an instance of 'Boolean Or Property Reference'