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

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

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

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

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

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

Methods in edu.cmu.sei.aadl.model.property.impl that return Aadlboolean
 Aadlboolean PropertyFactoryImpl.createAadlboolean()
           
 

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

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