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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return AadlInteger
 AadlInteger Aadl2Factory.createAadlInteger()
          Returns a new object of class 'Aadl Integer'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement AadlInteger
 class AadlIntegerImpl
          An implementation of the model object 'Aadl Integer'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return AadlInteger
 AadlInteger Aadl2FactoryImpl.createAadlInteger()
           
 

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

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