Modifier and Type | Method and Description |
---|---|
static void |
PN2Surf.buildPartFile(java.io.File Part,
java.io.File Part_tmp,
SystemInstance si,
org.eclipse.emf.common.util.EList UpperComponentsEM) |
static java.lang.String |
PN2Surf.buildPrintableBoolExpr(org.eclipse.emf.common.util.EList or,
SystemInstance si) |
static void |
PN2Surf.PN2Surf2(PetriNet.PetriNet pn,
SystemInstance si,
org.eclipse.emf.common.util.EList UpperComponentsEM,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
SystemInstance |
InstanceFactory.createSystemInstance()
Returns a new object of class 'System Instance'.
|
SystemInstance |
InstanceObject.getSystemInstance()
find the enclosing SystemInstance
|
Modifier and Type | Class and Description |
---|---|
class |
SystemInstanceImpl
An implementation of the model object '
System Instance'.
|
Modifier and Type | Method and Description |
---|---|
SystemInstance |
InstanceFactoryImpl.createSystemInstance() |
SystemInstance |
InstanceObjectImpl.getSystemInstance()
Find the enclosing system instance.
|
Modifier and Type | Method and Description |
---|---|
T |
InstanceSwitch.caseSystemInstance(SystemInstance object)
Returns the result of interpreting the object as an instance of 'System Instance'.
|
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) |
static SystemInstance |
InstantiateModel.rebuildInstanceModelFile(org.eclipse.emf.ecore.resource.Resource res) |
Modifier and Type | Method and Description |
---|---|
void |
InstantiateModel.fillSystemInstance(SystemInstance root)
Will in fill instance model under system instance but not save it
|
org.eclipse.emf.common.util.EList<Property> |
InstantiateModel.getAllUsedPropertyDefinitions(SystemInstance root)
Get all property definitions that are used in the Aadl model.
|
Constructor and Description |
---|
SOMIterator(SystemInstance si)
Create a new iterator over the system operation modes of the given
system instance.
|
Constructor and Description |
---|
SOMChooserDialog(org.eclipse.swt.widgets.Shell parentShell,
SystemInstance systemInstance)
Creates a new dialog that allows the user to compile a
SystemOperationMode
that requires the user to enter a name for the mode. |
SOMChooserDialog(org.eclipse.swt.widgets.Shell parentShell,
SystemInstance systemInstance,
boolean requireName)
Creates a new dialog that allows the user to compile a
SystemOperationMode . |
SOMChooserDialog(org.eclipse.swt.widgets.Shell parentShell,
SystemInstance systemInstance,
java.lang.String SOMName,
java.lang.String SOMPathText)
Creates a new dialog that allows the user to compile a
SystemOperationMode . |