Uses of Interface
edu.cmu.sei.aadl.aadl2.AadlBoolean

Packages that use AadlBoolean
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

Uses of AadlBoolean in edu.cmu.sei.aadl.aadl2
 

Methods in edu.cmu.sei.aadl.aadl2 that return AadlBoolean
 AadlBoolean Aadl2Factory.createAadlBoolean()
          Returns a new object of class 'Aadl Boolean'
 

Uses of AadlBoolean in edu.cmu.sei.aadl.aadl2.impl
 

Classes in edu.cmu.sei.aadl.aadl2.impl that implement AadlBoolean
 class AadlBooleanImpl
          An implementation of the model object 'Aadl Boolean'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return AadlBoolean
 AadlBoolean Aadl2FactoryImpl.createAadlBoolean()
           
 

Uses of AadlBoolean in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type AadlBoolean
 T Aadl2Switch.caseAadlBoolean(AadlBoolean object)
          Returns the result of interpreting the object as an instance of 'Aadl Boolean'
 boolean Aadl2Validator.validateAadlBoolean(AadlBoolean aadlBoolean, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)