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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return DataSubcomponent
 DataSubcomponent Aadl2Factory.createDataSubcomponent()
          Returns a new object of class 'Data Subcomponent'
 DataSubcomponent ThreadImplementation.createOwnedDataSubcomponent()
          Creates a new DataSubcomponent and appends it to the 'Owned Data Subcomponent' containment reference list
 DataSubcomponent ThreadGroupImplementation.createOwnedDataSubcomponent()
          Creates a new DataSubcomponent and appends it to the 'Owned Data Subcomponent' containment reference list
 DataSubcomponent DataImplementation.createOwnedDataSubcomponent()
          Creates a new DataSubcomponent and appends it to the 'Owned Data Subcomponent' containment reference list
 DataSubcomponent SubprogramImplementation.createOwnedDataSubcomponent()
          Creates a new DataSubcomponent and appends it to the 'Owned Data Subcomponent' containment reference list
 DataSubcomponent ProcessImplementation.createOwnedDataSubcomponent()
          Creates a new DataSubcomponent and appends it to the 'Owned Data Subcomponent' containment reference list
 DataSubcomponent SystemImplementation.createOwnedDataSubcomponent()
          Creates a new DataSubcomponent and appends it to the 'Owned Data Subcomponent' containment reference list
 DataSubcomponent AbstractImplementation.createOwnedDataSubcomponent()
          Creates a new DataSubcomponent and appends it to the 'Owned Data Subcomponent' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type DataSubcomponent
 org.eclipse.emf.common.util.EList<DataSubcomponent> ThreadImplementation.getOwnedDataSubcomponents()
          Returns the value of the 'Owned Data Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<DataSubcomponent> ThreadGroupImplementation.getOwnedDataSubcomponents()
          Returns the value of the 'Owned Data Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<DataSubcomponent> DataImplementation.getOwnedDataSubcomponents()
          Returns the value of the 'Owned Data Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<DataSubcomponent> SubprogramImplementation.getOwnedDataSubcomponents()
          Returns the value of the 'Owned Data Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<DataSubcomponent> ProcessImplementation.getOwnedDataSubcomponents()
          Returns the value of the 'Owned Data Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<DataSubcomponent> SystemImplementation.getOwnedDataSubcomponents()
          Returns the value of the 'Owned Data Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<DataSubcomponent> AbstractImplementation.getOwnedDataSubcomponents()
          Returns the value of the 'Owned Data Subcomponent' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement DataSubcomponent
 class DataSubcomponentImpl
          An implementation of the model object 'Data Subcomponent'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return DataSubcomponent
 DataSubcomponent Aadl2FactoryImpl.createDataSubcomponent()
           
 DataSubcomponent ProcessImplementationImpl.createOwnedDataSubcomponent()
           
 DataSubcomponent AbstractImplementationImpl.createOwnedDataSubcomponent()
           
 DataSubcomponent SubprogramImplementationImpl.createOwnedDataSubcomponent()
           
 DataSubcomponent ThreadImplementationImpl.createOwnedDataSubcomponent()
           
 DataSubcomponent ThreadGroupImplementationImpl.createOwnedDataSubcomponent()
           
 DataSubcomponent DataImplementationImpl.createOwnedDataSubcomponent()
           
 DataSubcomponent SystemImplementationImpl.createOwnedDataSubcomponent()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type DataSubcomponent
 org.eclipse.emf.common.util.EList<DataSubcomponent> ProcessImplementationImpl.getOwnedDataSubcomponents()
           
 org.eclipse.emf.common.util.EList<DataSubcomponent> AbstractImplementationImpl.getOwnedDataSubcomponents()
           
 org.eclipse.emf.common.util.EList<DataSubcomponent> SubprogramImplementationImpl.getOwnedDataSubcomponents()
           
 org.eclipse.emf.common.util.EList<DataSubcomponent> ThreadImplementationImpl.getOwnedDataSubcomponents()
           
 org.eclipse.emf.common.util.EList<DataSubcomponent> ThreadGroupImplementationImpl.getOwnedDataSubcomponents()
           
 org.eclipse.emf.common.util.EList<DataSubcomponent> DataImplementationImpl.getOwnedDataSubcomponents()
           
 org.eclipse.emf.common.util.EList<DataSubcomponent> SystemImplementationImpl.getOwnedDataSubcomponents()
           
 

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

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