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

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

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

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

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

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

Methods in edu.cmu.sei.aadl.model.property.impl that return TRUE
 TRUE PropertyFactoryImpl.createTRUE()
           
 

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

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