| Package | Description |
|---|---|
| at.mug.iqm.api | |
| at.mug.iqm.core.workflow |
| Modifier and Type | Field and Description |
|---|---|
private static IExecutionProtocol |
Application.currentExecutionProtocol |
| Modifier and Type | Method and Description |
|---|---|
static IExecutionProtocol |
Application.getCurrentExecutionProtocol() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Application.setCurrentExecutionProtocol(IExecutionProtocol currentExeProtocol) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionProxy
This class is the central control instance for launching operators in IQM via
the GUI, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static IExecutionProtocol |
ExecutionProxy.getCurrentInstance()
Returns the current control instance for executing operators.
|
static IExecutionProtocol |
ExecutionProxy.launchInstance(IOperatorDescriptor opDesc)
This method launches a new instance of the
IOperator specified by
the given IOperatorDescriptor. |
static IExecutionProtocol |
ExecutionProxy.launchInstance(String name)
This method launches a new instance of the
IOperator specified by
the given name. |
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.