Modifier and Type | Method and Description |
---|---|
SystemImplementation |
Aadl2Factory.createSystemImplementation()
Returns a new object of class 'System Implementation'.
|
Modifier and Type | Class and Description |
---|---|
class |
SystemImplementationImpl
An implementation of the model object 'System Implementation'.
|
Modifier and Type | Method and Description |
---|---|
SystemImplementation |
Aadl2FactoryImpl.createSystemImplementation() |
Modifier and Type | Method and Description |
---|---|
SystemImplementation |
SystemInstance.getComponentClassifier() |
SystemImplementation |
SystemInstance.getSystemImplementation()
Returns the value of the 'System Implementation' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
SystemInstance.setSystemImplementation(SystemImplementation value)
Sets the value of the '
System Implementation ' reference. |
Modifier and Type | Method and Description |
---|---|
SystemImplementation |
SystemInstanceImpl.basicGetSystemImplementation() |
SystemImplementation |
SystemInstanceImpl.getComponentClassifier() |
SystemImplementation |
SystemInstanceImpl.getSystemImplementation() |
Modifier and Type | Method and Description |
---|---|
java.util.List<SystemImplementation> |
SystemInstanceImpl.getInstantiatedObjects() |
Modifier and Type | Method and Description |
---|---|
void |
SystemInstanceImpl.setSystemImplementation(SystemImplementation newSystemImplementation) |
Modifier and Type | Method and Description |
---|---|
static SystemInstance |
InstantiateModel.buildInstanceModelFile(SystemImplementation si) |
SystemInstance |
InstantiateModel.createSystemInstance(SystemImplementation si,
org.eclipse.emf.ecore.resource.Resource aadlResource)
create a system instance into the provided (empty) resource and save it
This is performed as a transactional operation
|
SystemInstance |
InstantiateModel.createSystemInstanceInt(SystemImplementation si,
org.eclipse.emf.ecore.resource.Resource aadlResource) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.common.util.URI |
OsateResourceUtil.getInstanceModelURI(SystemImplementation si) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.common.util.URI |
ResourceConversionUtil.getInstanceModelURI(SystemImplementation si) |
Modifier and Type | Method and Description |
---|---|
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) |