Uses of Interface
edu.cmu.sei.aadl.model.instance.SystemInstance

Packages that use SystemInstance
edu.cmu.sei.aadl.instance   
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.instance.util   
edu.cmu.sei.aadl.model.properties This package contains interfaces and classes that are used in the lookup of property values. 
edu.cmu.sei.aadl.model.util   
edu.cmu.sei.osate.ui.actions   
 

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

Methods in edu.cmu.sei.aadl.instance that return SystemInstance
 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.
 SystemInstance InstantiateModel.getSystemInstance(SystemImpl si)
          This method returns a system instance for the given system implementation.
 

Constructors in edu.cmu.sei.aadl.instance with parameters of type SystemInstance
CachePropertyAssociationsSwitch(org.eclipse.core.runtime.IProgressMonitor pm, AnalysisErrorReporterManager errManager, SystemInstance si, java.util.List filter)
           
 

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

Methods in edu.cmu.sei.aadl.model.core that return SystemInstance
 SystemInstance AObject.getSystemInstance()
          Find the enclosing SystemInstance to be overwritten by the InstanceObject class
 

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

Methods in edu.cmu.sei.aadl.model.core.impl that return SystemInstance
 SystemInstance AObjectImpl.getSystemInstance()
          find the enclosing SystemInstance to be overwritten by the InstanceObject class
 

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

Methods in edu.cmu.sei.aadl.model.instance that return SystemInstance
 SystemInstance InstanceFactory.createSystemInstance()
          Returns a new object of class 'System Instance'
 SystemInstance InstanceObject.getSystemInstance()
          find the enclosing SystemInstance
 SystemInstance SystemInstanceConfiguration.getSystemInstance()
          Returns the value of the 'System Instance' reference
 

Methods in edu.cmu.sei.aadl.model.instance with parameters of type SystemInstance
 void SystemInstanceConfiguration.setSystemInstance(SystemInstance value)
          Sets the value of the 'System Instance' reference
 

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

Classes in edu.cmu.sei.aadl.model.instance.impl that implement SystemInstance
 class SystemInstanceImpl
          An implementation of the model object 'System Instance'
 

Fields in edu.cmu.sei.aadl.model.instance.impl declared as SystemInstance
protected  SystemInstance SystemInstanceConfigurationImpl.systemInstance
          The cached value of the 'System Instance' reference
 

Methods in edu.cmu.sei.aadl.model.instance.impl that return SystemInstance
 SystemInstance SystemInstanceConfigurationImpl.basicGetSystemInstance()
           
 SystemInstance InstanceFactoryImpl.createSystemInstance()
           
 SystemInstance SystemInstanceConfigurationImpl.getSystemInstance()
           
 SystemInstance InstanceObjectImpl.getSystemInstance()
          find the enclosing SystemInstance
 

Methods in edu.cmu.sei.aadl.model.instance.impl with parameters of type SystemInstance
 void SystemInstanceConfigurationImpl.setSystemInstance(SystemInstance newSystemInstance)
           
 

Uses of SystemInstance in edu.cmu.sei.aadl.model.instance.util
 

Methods in edu.cmu.sei.aadl.model.instance.util with parameters of type SystemInstance
 java.lang.Object InstanceSwitch.caseSystemInstance(SystemInstance object)
          Returns the result of interpretting the object as an instance of 'System Instance'
 

Uses of SystemInstance in edu.cmu.sei.aadl.model.properties
 

Constructors in edu.cmu.sei.aadl.model.properties with parameters of type SystemInstance
InstanceModeContext(SystemInstance si)
           
 

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

Constructors in edu.cmu.sei.aadl.model.util with parameters of type SystemInstance
SOMIterator(SystemInstance si)
          Create a new iterator over the system operation modes of the given system instance.
 

Uses of SystemInstance in edu.cmu.sei.osate.ui.actions
 

Methods in edu.cmu.sei.osate.ui.actions with parameters of type SystemInstance
protected abstract  void AbstractInstanceOrDeclarativeModelReadOnlyAction.analyzeInstanceModel(org.eclipse.core.runtime.IProgressMonitor monitor, AnalysisErrorReporterManager errManager, SystemInstance root, SystemOperationMode som)
          Analyze a system instance model in a particular system operation mode.