Uses of Interface
edu.cmu.sei.aadl.model.core.Subcomponents

Packages that use Subcomponents
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. 
edu.cmu.sei.aadl.model.core.util   
 

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

Subinterfaces of Subcomponents in edu.cmu.sei.aadl.model.component
 interface BusSubcomponents
          A representation of the model object 'Bus Subcomponents'
 interface DataSubcomponents
          A representation of the model object 'Data Subcomponents'
 interface DeviceSubcomponents
          A representation of the model object 'Device Subcomponents'
 interface MemorySubcomponents
          A representation of the model object 'Memory Subcomponents'
 interface ProcessorSubcomponents
          A representation of the model object 'Processor Subcomponents'
 interface ProcessSubcomponents
          A representation of the model object 'Process Subcomponents'
 interface SubprogramSubcomponents
          A representation of the model object 'Subprogram Subcomponents'
 interface SystemSubcomponents
          A representation of the model object 'System Subcomponents'
 interface ThreadGroupSubcomponents
          A representation of the model object 'Thread Group Subcomponents'
 interface ThreadSubcomponents
          A representation of the model object 'Thread Subcomponents'
 

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement Subcomponents
 class BusSubcomponentsImpl
          An implementation of the model object 'Bus Subcomponents'
 class DataSubcomponentsImpl
          An implementation of the model object 'Data Subcomponents'
 class DeviceSubcomponentsImpl
          An implementation of the model object 'Device Subcomponents'
 class MemorySubcomponentsImpl
          An implementation of the model object 'Memory Subcomponents'
 class ProcessorSubcomponentsImpl
          An implementation of the model object 'Processor Subcomponents'
 class ProcessSubcomponentsImpl
          An implementation of the model object 'Process Subcomponents'
 class SubprogramSubcomponentsImpl
          An implementation of the model object 'Subprogram Subcomponents'
 class SystemSubcomponentsImpl
          An implementation of the model object 'System Subcomponents'
 class ThreadGroupSubcomponentsImpl
          An implementation of the model object 'Thread Group Subcomponents'
 class ThreadSubcomponentsImpl
          An implementation of the model object 'Thread Subcomponents'
 

Methods in edu.cmu.sei.aadl.model.component.impl that return Subcomponents
 Subcomponents ThreadImplImpl.addSubcomponents()
           
 Subcomponents ThreadGroupImplImpl.addSubcomponents()
           
 Subcomponents SystemImplImpl.addSubcomponents()
           
 Subcomponents SubprogramImplImpl.addSubcomponents()
           
 Subcomponents ProcessorImplImpl.addSubcomponents()
           
 Subcomponents ProcessImplImpl.addSubcomponents()
           
 Subcomponents MemoryImplImpl.addSubcomponents()
           
 Subcomponents DeviceImplImpl.addSubcomponents()
           
 Subcomponents DataImplImpl.addSubcomponents()
           
 Subcomponents BusImplImpl.addSubcomponents()
           
 

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

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

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

Methods in edu.cmu.sei.aadl.model.core that return Subcomponents
 Subcomponents ComponentImpl.addSubcomponents()
          add a subcomponents object to a component implementation
 Subcomponents ComponentImpl.createXSubcomponents()
          create a Subcomponents object of the appropriate category
 Subcomponents ComponentImpl.getXSubcomponents()
          returns the subcomponents object of a given implementation null if no subcomponents clause
 Subcomponents ComponentImpl.getXSubcomponents(boolean create)
          get the subcomponents of a component impl create the object if it does not exist yet.
 

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

Classes in edu.cmu.sei.aadl.model.core.impl that implement Subcomponents
 class SubcomponentsImpl
          An implementation of the model object 'Subcomponents'
 

Methods in edu.cmu.sei.aadl.model.core.impl that return Subcomponents
 Subcomponents ComponentImplImpl.createXSubcomponents()
          create a Subcomponents object of the appropriate category
 Subcomponents ComponentImplImpl.getXSubcomponents()
          returns the subcomponents object of a given implementation null if no subcomponents clause
 Subcomponents ComponentImplImpl.getXSubcomponents(boolean create)
          get the subcomponents of a component impl create the object if it does not exist yet.
 

Uses of Subcomponents in edu.cmu.sei.aadl.model.core.util
 

Methods in edu.cmu.sei.aadl.model.core.util with parameters of type Subcomponents
 java.lang.Object CoreSwitch.caseSubcomponents(Subcomponents object)
          Returns the result of interpretting the object as an instance of 'Subcomponents'