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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return DataType
 DataType Aadl2Factory.createDataType()
          Returns a new object of class 'Data Type'
 DataType PackageSection.createOwnedDataType()
          Creates a new DataType and appends it to the 'Owned Data Type' containment reference list
 DataType DataImplementation.getType()
          Returns the value of the 'Type' reference.
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type DataType
 org.eclipse.emf.common.util.EList<DataType> PackageSection.getOwnedDataTypes()
          Returns the value of the 'Owned Data Type' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement DataType
 class DataTypeImpl
          An implementation of the model object 'Data Type'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return DataType
 DataType DataImplementationImpl.basicGetType()
           
 DataType Aadl2FactoryImpl.createDataType()
           
 DataType PackageSectionImpl.createOwnedDataType()
           
 DataType DataImplementationImpl.getType()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type DataType
 org.eclipse.emf.common.util.EList<DataType> PackageSectionImpl.getOwnedDataTypes()
           
 

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

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