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

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

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

Methods in edu.cmu.sei.aadl.model.property that return BooleanNOT
 BooleanNOT PropertyFactory.createBooleanNOT()
          Returns a new object of class 'Boolean NOT'
 

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

Classes in edu.cmu.sei.aadl.model.property.impl that implement BooleanNOT
 class BooleanNOTImpl
          An implementation of the model object 'Boolean NOT'
 

Methods in edu.cmu.sei.aadl.model.property.impl that return BooleanNOT
 BooleanNOT PropertyFactoryImpl.createBooleanNOT()
           
 

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

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