| Package | Description |
|---|---|
| eu.vicci.process.model.sofia | |
| eu.vicci.process.model.sofia.impl | |
| eu.vicci.process.model.sofia.util |
| Modifier and Type | Method and Description |
|---|---|
Process |
SofiaFactory.createProcess()
Returns a new object of class 'Process'.
|
Process |
CpsStep.getControlProcess()
Returns the value of the 'Control Process' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CpsStep.setControlProcess(Process value)
Sets the value of the '
Control Process' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessImpl
An implementation of the model object 'Process'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Process |
ProcessStepImpl.controlProcess
The cached value of the '
Control Process' reference. |
| Modifier and Type | Method and Description |
|---|---|
Process |
ProcessStepImpl.basicGetControlProcess() |
Process |
SofiaFactoryImpl.createProcess() |
Process |
ProcessStepImpl.getControlProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessStepImpl.setControlProcess(Process newControlProcess) |
| Modifier and Type | Method and Description |
|---|---|
T |
SofiaSwitch.caseProcess(Process object)
Returns the result of interpreting the object as an instance of 'Process'.
|
Copyright © 2018. All rights reserved.