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

Packages that use DataImpl
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 DataImpl in edu.cmu.sei.aadl.model.component
 

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

Methods in edu.cmu.sei.aadl.model.component with parameters of type DataImpl
 void DataType.addImplementations(DataImpl value)
          Adds to the list the value of the 'Implementations' reference list
 void DataImpl.setExtend(DataImpl value)
          Sets the value of the 'Extend' reference
 

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement DataImpl
 class DataImplImpl
          An implementation of the model object 'Data Impl'
 

Fields in edu.cmu.sei.aadl.model.component.impl declared as DataImpl
protected  DataImpl DataImplImpl.extend
          The cached value of the 'Extend' reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return DataImpl
 DataImpl DataImplImpl.basicGetExtend()
           
 DataImpl ComponentFactoryImpl.createDataImpl()
           
 DataImpl DataImplImpl.getExtend()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type DataImpl
 void DataTypeImpl.addImplementations(DataImpl newImplementations)
          phf: add element to multiplicity EList
 void DataImplImpl.setExtend(DataImpl newExtend)
           
 

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

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

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

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

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

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