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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return SystemSubcomponent
 SystemSubcomponent SystemImplementation.createOwnedSystemSubcomponent()
          Creates a new SystemSubcomponent and appends it to the 'Owned System Subcomponent' containment reference list
 SystemSubcomponent AbstractImplementation.createOwnedSystemSubcomponent()
          Creates a new SystemSubcomponent and appends it to the 'Owned System Subcomponent' containment reference list
 SystemSubcomponent Aadl2Factory.createSystemSubcomponent()
          Returns a new object of class 'System Subcomponent'
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type SystemSubcomponent
 org.eclipse.emf.common.util.EList<SystemSubcomponent> SystemImplementation.getOwnedSystemSubcomponents()
          Returns the value of the 'Owned System Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<SystemSubcomponent> AbstractImplementation.getOwnedSystemSubcomponents()
          Returns the value of the 'Owned System Subcomponent' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement SystemSubcomponent
 class SystemSubcomponentImpl
          An implementation of the model object 'System Subcomponent'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return SystemSubcomponent
 SystemSubcomponent AbstractImplementationImpl.createOwnedSystemSubcomponent()
           
 SystemSubcomponent SystemImplementationImpl.createOwnedSystemSubcomponent()
           
 SystemSubcomponent Aadl2FactoryImpl.createSystemSubcomponent()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type SystemSubcomponent
 org.eclipse.emf.common.util.EList<SystemSubcomponent> AbstractImplementationImpl.getOwnedSystemSubcomponents()
           
 org.eclipse.emf.common.util.EList<SystemSubcomponent> SystemImplementationImpl.getOwnedSystemSubcomponents()
           
 

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

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