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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return RecordField
 RecordField Aadl2Factory.createRecordField()
          Returns a new object of class 'Record Field'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement RecordField
 class RecordFieldImpl
          An implementation of the model object 'Record Field'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return RecordField
 RecordField Aadl2FactoryImpl.createRecordField()
           
 

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

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