| Modifier and Type | Class and Description |
|---|---|
class |
AbstractImageOperatorGUI |
class |
AbstractOperatorGUI |
class |
AbstractPlotOperatorGUI |
| Modifier and Type | Field and Description |
|---|---|
private IOperatorGUI |
PreferencesPanel.parentGUI
The cached reference to the parent
IOperatorGUI. |
| Modifier and Type | Method and Description |
|---|---|
static IOperatorGUI |
OperatorGUIFactory.createAndInitializeGUI(String name,
IWorkPackage wp)
Creates a new GUI for a specified operator's name.
|
static IOperatorGUI |
OperatorGUIFactory.createGUI(String name)
This method creates an instance of a specified operator GUI.
|
| Modifier and Type | Method and Description |
|---|---|
Class<IOperatorGUI> |
IOperatorRegistry.getOperatorGUI(String name)
Gets the GUI of an operator by name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PreferencesPanel.initialize(IOperatorGUI parentGUI)
Initializes all functionality of the panel.
|
void |
OutputOptionsPanel.initialize(IOperatorGUI opGUI)
Initialize the output options panel for a specific
IOperatorGUI. |
| Constructor and Description |
|---|
PreferencesPanel(IOperatorGUI parentGUI)
Ties the preferences to a specific operator GUI.
|
| Modifier and Type | Field and Description |
|---|---|
protected IOperatorGUI |
AbstractProcessingTask.operatorGUI
The
IOperatorGUI of the operator in this task. |
| Modifier and Type | Method and Description |
|---|---|
IOperatorGUI |
IExecutionProtocol.getOperatorGUI()
Gets the GUI of this protocol.
|
IOperatorGUI |
AbstractProcessingTask.getOperatorGUI() |
| Modifier and Type | Method and Description |
|---|---|
AbstractProcessingTask |
ITaskFactory.createParallelTask(IWorkPackage wp,
IOperatorGUI opGUI,
boolean virtual,
int nThreads) |
AbstractProcessingTask |
ITaskFactory.createPreviewTask(IWorkPackage wp,
IOperatorGUI opGUI) |
AbstractProcessingTask |
ITaskFactory.createSerialTask(IWorkPackage wp,
IOperatorGUI opGUI,
boolean virtual) |
AbstractProcessingTask |
ITaskFactory.createSingleTask(IWorkPackage wp,
IOperatorGUI opGUI) |
void |
IExecutionProtocol.executePreview(IWorkPackage wp,
IOperatorGUI opGUI)
Executes a preview with the given work package and GUI.
|
void |
AbstractProcessingTask.setOperatorGUI(IOperatorGUI operatorGUI) |
| Modifier and Type | Method and Description |
|---|---|
AbstractProcessingTask |
TaskFactory.createParallelTask(IWorkPackage wp,
IOperatorGUI opGUI,
boolean virtual,
int nThreads) |
AbstractProcessingTask |
TaskFactory.createPreviewTask(IWorkPackage wp,
IOperatorGUI opGUI) |
AbstractProcessingTask |
TaskFactory.createSerialTask(IWorkPackage wp,
IOperatorGUI opGUI,
boolean virtual) |
AbstractProcessingTask |
TaskFactory.createSingleTask(IWorkPackage wp,
IOperatorGUI opGUI) |
| Constructor and Description |
|---|
ExecutorServiceProcessingTask(IWorkPackage wp,
boolean virtual,
IOperatorGUI opGUI,
int nThreads) |
PreviewProcessingTask(IWorkPackage wp,
IOperatorGUI opGUI)
This constructor sets the required variables directly.
|
SerialProcessingTask(IWorkPackage wp,
IOperatorGUI opGUI,
boolean virtual)
This is the constructor.
|
SingleProcessingTask(IWorkPackage wp,
IOperatorGUI opGUI)
This constructor sets the required variables directly.
|
| Modifier and Type | Field and Description |
|---|---|
private ArrayList<Class<IOperatorGUI>> |
OperatorRegistry.guis
The operator GUI object associated with the name.
|
| Modifier and Type | Method and Description |
|---|---|
Class<IOperatorGUI> |
OperatorRegistry.getOperatorGUI(String name) |
| Modifier and Type | Field and Description |
|---|---|
private IOperatorGUI |
ExecutionProxy.operatorGUI
The operator's GUI.
|
| Modifier and Type | Method and Description |
|---|---|
IOperatorGUI |
ExecutionProxy.getOperatorGUI() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionProxy.executePreview(IWorkPackage wp,
IOperatorGUI opGUI) |
| Modifier and Type | Class and Description |
|---|---|
class |
PlotGUI_AutoCorrelation |
class |
PlotGUI_ComplLogDepth
2015 01 according to image implementation (Zenil et al)
|
class |
PlotGUI_Cut |
class |
PlotGUI_DCMGenerator |
class |
PlotGUI_Entropy
2012 11 QSE quadratic sample entropy according to Lake Moormann Am J Physiol Circ Physiol 300 H319-H325 2011
2012 11 COSEn coefficient of sample entropy according to Lake Moormann Am J Physiol Circ Physiol 300 H319-H325 2011
2012 02 Permutation entropy according to Bandt C and Pompe B.
|
class |
PlotGUI_FFT |
class |
PlotGUI_Filter
GUI for filtering signals.
|
class |
PlotGUI_FracAllomScale |
class |
PlotGUI_FracHiguchi |
class |
PlotGUI_FracHurst |
class |
PlotGUI_FracSurrogate |
class |
PlotGUI_FractalGenerator |
class |
PlotGUI_Math |
class |
PlotGUI_PointFinder |
class |
PlotGUI_SignalGenerator |
class |
PlotGUI_Statistics |
class |
PlotGUI_SymbolicAggregation
According to Lin, Keogh, Lonardi Chiu, A Symbolic Representation of Time Series, with Implications for Streaming Algorithms.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.