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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return AadlReal
 AadlReal Aadl2Factory.createAadlReal()
          Returns a new object of class 'Aadl Real'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement AadlReal
 class AadlRealImpl
          An implementation of the model object 'Aadl Real'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return AadlReal
 AadlReal Aadl2FactoryImpl.createAadlReal()
           
 

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

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