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

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

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

Methods in edu.cmu.sei.aadl.model.property that return FALSE
 FALSE PropertyFactory.createFALSE()
          Returns a new object of class 'FALSE'
 

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

Classes in edu.cmu.sei.aadl.model.property.impl that implement FALSE
 class FALSEImpl
          An implementation of the model object 'FALSE'
 

Methods in edu.cmu.sei.aadl.model.property.impl that return FALSE
 FALSE PropertyFactoryImpl.createFALSE()
           
 

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

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