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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return RecordType
 RecordType Aadl2Factory.createRecordType()
          Returns a new object of class 'Record Type'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement RecordType
 class RecordTypeImpl
          An implementation of the model object 'Record Type'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return RecordType
 RecordType Aadl2FactoryImpl.createRecordType()
           
 

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

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type RecordType
 T Aadl2Switch.caseRecordType(RecordType object)
          Returns the result of interpreting the object as an instance of 'Record Type'
 boolean Aadl2Validator.validateRecordType(RecordType recordType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)