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

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

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

Methods in edu.cmu.sei.aadl.model.property that return BooleanOR
 BooleanOR PropertyFactory.createBooleanOR()
          Returns a new object of class 'Boolean OR'
 

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

Classes in edu.cmu.sei.aadl.model.property.impl that implement BooleanOR
 class BooleanORImpl
          An implementation of the model object 'Boolean OR'
 

Methods in edu.cmu.sei.aadl.model.property.impl that return BooleanOR
 BooleanOR PropertyFactoryImpl.createBooleanOR()
           
 

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

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