| Package | Description |
|---|---|
| at.mug.iqm.api.gui | |
| at.mug.iqm.api.processing | |
| at.mug.iqm.core.processing | |
| at.mug.iqm.core.workflow |
| Modifier and Type | Field and Description |
|---|---|
private Result |
MultiResultSelectorPanel.result
This is the
Result element which has to be visualized. |
private Result |
MultiResultDialog.result |
| Modifier and Type | Method and Description |
|---|---|
Result |
MultiResultDialog.getResult()
Gets the result object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiResultDialog.setResult(Result result)
Set the result for display.
|
| Constructor and Description |
|---|
MultiResultDialog(Result result)
A dialog with the
Result object. |
MultiResultSelectorPanel(Result result) |
| Modifier and Type | Method and Description |
|---|---|
Result |
IExecutionProtocol.getPreviewResult()
Gets the preview result in the current execution protocol.
|
| Modifier and Type | Method and Description |
|---|---|
private ArrayList<ArrayList<IqmDataBox>> |
ExecutorServiceProcessingTask.addResultsToList(Result singleResult,
ArrayList<ArrayList<IqmDataBox>> resultList,
File virtDir)
A helper method for filling the final result list from an operator and
for optional writing of the processed items to the hard disk.
|
private List<ArrayList<IqmDataBox>> |
SerialProcessingTask.addResultsToList(Result singleResult,
List<ArrayList<IqmDataBox>> resultList)
A helper method for filling the final result list from an operator and
for optional writing of the processed items to the hard disk.
|
| Modifier and Type | Field and Description |
|---|---|
private Result |
ExecutionProxy.previewResult
The preview result object of the protocol.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
ExecutionProxy.getPreviewResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultVisualizer.display(Result result) |
void |
ResultVisualizer.displayPreviewResults(Result result)
Displays the results of an operator or any other
AbstractProcessingTask generating an IResult. |
void |
ExecutionProxy.displayPreviewResults(Result result) |
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.