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

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

Methods in edu.cmu.sei.aadl.model.component that return SystemType
 SystemType ComponentFactory.createSystemType()
          Returns a new object of class 'System Type'
 SystemType SystemImpl.getCompType()
          Returns the value of the 'Comp Type' reference.
 SystemType SystemType.getExtend()
          Returns the value of the 'Extend' reference
 

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

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement SystemType
 class SystemTypeImpl
          An implementation of the model object 'System Type'
 

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

Methods in edu.cmu.sei.aadl.model.component.impl that return SystemType
 SystemType SystemImplImpl.basicGetCompType()
           
 SystemType SystemTypeImpl.basicGetExtend()
           
 SystemType ComponentFactoryImpl.createSystemType()
           
 SystemType SystemImplImpl.getCompType()
           
 SystemType SystemTypeImpl.getExtend()
           
 

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

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

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

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

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

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

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