Uses of Interface
edu.cmu.sei.aadl.model.component.DataType

Packages that use DataType
edu.cmu.sei.aadl.model.component   
edu.cmu.sei.aadl.model.component.impl   
edu.cmu.sei.aadl.model.component.util   
edu.cmu.sei.aadl.model.core   
edu.cmu.sei.aadl.model.core.impl This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. 
 

Uses of DataType in edu.cmu.sei.aadl.model.component
 

Methods in edu.cmu.sei.aadl.model.component that return DataType
 DataType ComponentFactory.createDataType()
          Returns a new object of class 'Data Type'
 DataType DataImpl.getCompType()
          Returns the value of the 'Comp Type' reference.
 DataType DataType.getExtend()
          Returns the value of the 'Extend' reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type DataType
 void DataImpl.setCompType(DataType value)
          Sets the value of the 'Comp Type' reference
 void DataType.setExtend(DataType value)
          Sets the value of the 'Extend' reference
 

Uses of DataType in edu.cmu.sei.aadl.model.component.impl
 

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

Fields in edu.cmu.sei.aadl.model.component.impl declared as DataType
protected  DataType DataImplImpl.compType
          The cached value of the 'Comp Type' reference
protected  DataType DataTypeImpl.extend
          The cached value of the 'Extend' reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return DataType
 DataType DataImplImpl.basicGetCompType()
           
 DataType DataTypeImpl.basicGetExtend()
           
 DataType ComponentFactoryImpl.createDataType()
           
 DataType DataImplImpl.getCompType()
           
 DataType DataTypeImpl.getExtend()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type DataType
 org.eclipse.emf.common.notify.NotificationChain DataImplImpl.basicSetCompType(DataType newCompType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DataImplImpl.setCompType(DataType newCompType)
          phf: we want an add version for EList
 void DataTypeImpl.setExtend(DataType newExtend)
           
 

Uses of DataType in edu.cmu.sei.aadl.model.component.util
 

Methods in edu.cmu.sei.aadl.model.component.util with parameters of type DataType
 java.lang.Object ComponentSwitch.caseDataType(DataType object)
          Returns the result of interpretting the object as an instance of 'Data Type'
 

Uses of DataType in edu.cmu.sei.aadl.model.core
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type DataType
 void AadlSpec.addDataType(DataType value)
          Adds to the list the value of the 'Data Type' containment reference list
 void AadlPackageSection.addDataType(DataType value)
          Adds to the list the value of the 'Data Type' containment reference list
 

Uses of DataType in edu.cmu.sei.aadl.model.core.impl
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type DataType
 void AadlSpecImpl.addDataType(DataType newDataType)
          phf: add element to multiplicity EList
 void AadlPackageSectionImpl.addDataType(DataType newDataType)
          phf: add element to multiplicity EList