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

Packages that use SystemImpl
edu.cmu.sei.aadl.instance   
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.instance   
edu.cmu.sei.aadl.model.instance.impl   
edu.cmu.sei.aadl.model.util   
 

Uses of SystemImpl in edu.cmu.sei.aadl.instance
 

Methods in edu.cmu.sei.aadl.instance with parameters of type SystemImpl
 SystemInstance InstantiateModel.buildInstanceModelFile(SystemImpl si)
          This method will construct an instance model, save it on disk and return its root object This method has the knowledge of how the instance model file name is constructed
 SystemInstance InstantiateModel.findSystemInstance(SystemImpl si)
          This method returns a system instance for the given system implementation.
 org.eclipse.emf.common.util.URI InstantiateModel.getInstanceModelURI(SystemImpl si)
          returns the instance model URI for a given system implementation
 SystemInstance InstantiateModel.getSystemInstance(SystemImpl si)
          This method returns a system instance for the given system implementation.
 

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

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

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

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement SystemImpl
 class SystemImplImpl
          An implementation of the model object 'System Impl'
 

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

Methods in edu.cmu.sei.aadl.model.component.impl that return SystemImpl
 SystemImpl SystemImplImpl.basicGetExtend()
           
 SystemImpl ComponentFactoryImpl.createSystemImpl()
           
 SystemImpl SystemImplImpl.getExtend()
           
 

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

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

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

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

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

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

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

Uses of SystemImpl in edu.cmu.sei.aadl.model.instance
 

Methods in edu.cmu.sei.aadl.model.instance that return SystemImpl
 SystemImpl SystemInstance.getSystemImpl()
          Returns the value of the 'System Impl' reference
 

Methods in edu.cmu.sei.aadl.model.instance with parameters of type SystemImpl
 void SystemInstance.setSystemImpl(SystemImpl value)
          Sets the value of the 'System Impl' reference
 

Uses of SystemImpl in edu.cmu.sei.aadl.model.instance.impl
 

Fields in edu.cmu.sei.aadl.model.instance.impl declared as SystemImpl
protected  SystemImpl SystemInstanceImpl.systemImpl
          The cached value of the 'System Impl' reference
 

Methods in edu.cmu.sei.aadl.model.instance.impl that return SystemImpl
 SystemImpl SystemInstanceImpl.basicGetSystemImpl()
           
 SystemImpl SystemInstanceImpl.getSystemImpl()
           
 

Methods in edu.cmu.sei.aadl.model.instance.impl with parameters of type SystemImpl
 void SystemInstanceImpl.setSystemImpl(SystemImpl newSystemImpl)
           
 

Uses of SystemImpl in edu.cmu.sei.aadl.model.util
 

Methods in edu.cmu.sei.aadl.model.util with parameters of type SystemImpl
static org.eclipse.emf.common.util.EList<PropertyDefinition> AadlUtil.getAllUsedPropertyDefinition(SystemImpl si)
          Get all property definitions that are used in the Aadl model.