|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SystemImplementation in edu.cmu.sei.aadl.aadl2 |
---|
Methods in edu.cmu.sei.aadl.aadl2 that return SystemImplementation | |
---|---|
SystemImplementation |
PackageSection.createOwnedSystemImplementation()
Creates a new SystemImplementation and appends it to the 'Owned System Implementation' containment reference list |
SystemImplementation |
Aadl2Factory.createSystemImplementation()
Returns a new object of class 'System Implementation' |
Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type SystemImplementation | |
---|---|
org.eclipse.emf.common.util.EList<SystemImplementation> |
PackageSection.getOwnedSystemImplementations()
Returns the value of the 'Owned System Implementation' containment reference list. |
Uses of SystemImplementation in edu.cmu.sei.aadl.aadl2.impl |
---|
Classes in edu.cmu.sei.aadl.aadl2.impl that implement SystemImplementation | |
---|---|
class |
SystemImplementationImpl
An implementation of the model object 'System Implementation' |
Methods in edu.cmu.sei.aadl.aadl2.impl that return SystemImplementation | |
---|---|
SystemImplementation |
PackageSectionImpl.createOwnedSystemImplementation()
|
SystemImplementation |
Aadl2FactoryImpl.createSystemImplementation()
|
Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type SystemImplementation | |
---|---|
org.eclipse.emf.common.util.EList<SystemImplementation> |
PackageSectionImpl.getOwnedSystemImplementations()
|
Uses of SystemImplementation in edu.cmu.sei.aadl.aadl2.instance |
---|
Methods in edu.cmu.sei.aadl.aadl2.instance that return SystemImplementation | |
---|---|
SystemImplementation |
SystemInstance.getSystemImplementation()
Returns the value of the 'System Implementation' reference |
Methods in edu.cmu.sei.aadl.aadl2.instance with parameters of type SystemImplementation | |
---|---|
void |
SystemInstance.setSystemImplementation(SystemImplementation value)
Sets the value of the ' System Implementation ' reference |
Uses of SystemImplementation in edu.cmu.sei.aadl.aadl2.instance.impl |
---|
Fields in edu.cmu.sei.aadl.aadl2.instance.impl declared as SystemImplementation | |
---|---|
protected SystemImplementation |
SystemInstanceImpl.systemImplementation
The cached value of the ' System Implementation ' reference |
Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return SystemImplementation | |
---|---|
SystemImplementation |
SystemInstanceImpl.basicGetSystemImplementation()
|
SystemImplementation |
SystemInstanceImpl.getSystemImplementation()
|
Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return types with arguments of type SystemImplementation | |
---|---|
java.util.List<SystemImplementation> |
SystemInstanceImpl.getInstantiatedObjects()
|
Methods in edu.cmu.sei.aadl.aadl2.instance.impl with parameters of type SystemImplementation | |
---|---|
void |
SystemInstanceImpl.setSystemImplementation(SystemImplementation newSystemImplementation)
|
Uses of SystemImplementation in edu.cmu.sei.aadl.aadl2.util |
---|
Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type SystemImplementation | |
---|---|
T |
Aadl2Switch.caseSystemImplementation(SystemImplementation object)
Returns the result of interpreting the object as an instance of 'System Implementation' |
boolean |
Aadl2Validator.validateSystemImplementation(SystemImplementation systemImplementation,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
Uses of SystemImplementation in edu.cmu.sei.aadl.instance |
---|
Methods in edu.cmu.sei.aadl.instance with parameters of type SystemImplementation | |
---|---|
SystemInstance |
InstantiateModel.buildInstanceModelFile(SystemImplementation si)
|
protected SystemInstance |
InstantiateModel.createSystemInstance(SystemImplementation si,
org.eclipse.emf.ecore.resource.Resource aadlResource)
|
protected SystemInstance |
InstantiateModel.createSystemInstanceInt(SystemImplementation si,
org.eclipse.emf.ecore.resource.Resource aadlResource)
|
SystemInstance |
InstantiateModel.findSystemInstance(SystemImplementation si)
|
org.eclipse.emf.common.util.URI |
InstantiateModel.getInstanceModelURI(SystemImplementation si)
|
SystemInstance |
InstantiateModel.getSystemInstance(SystemImplementation si)
|
Uses of SystemImplementation in edu.cmu.sei.aadl.modelsupport.util |
---|
Methods in edu.cmu.sei.aadl.modelsupport.util with parameters of type SystemImplementation | |
---|---|
static org.eclipse.emf.common.util.EList<Property> |
AadlUtil.getAllUsedPropertyDefinition(SystemImplementation si)
Get all property definitions that are used in the Aadl model. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |