| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.dataconverter | |
| de.unihalle.informatik.Alida.demo |
Demonstrator package of how to implement and use Alida operators.
|
| de.unihalle.informatik.Alida.operator |
Contains the core of Alida, i.e. the operator concept and processing graph stuff.
|
| de.unihalle.informatik.Alida.workflows |
Classes related to workflows in Alida.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ALDNumberConverter
Converts numbers.
|
class |
ALDVectorNativeArrayConverter
Converts 1D arrays of native data types to
Vector data types. |
| Modifier and Type | Class and Description |
|---|---|
class |
ALDArrayMean
Operator returning the mean value of an 1D array.
|
class |
ALDArrayMin
Operator returning the minimum value of an 1D array.
|
class |
ALDArraySum
Operator returning the sum of an 1D array.
|
class |
ALDCalcMeanArray
Operator for calculating the mean of given double values.
|
class |
ALDClusterExperiment
Demo operator to cluster experimental data.
|
class |
ALDDemoOpControllable
Controllable demo operator for testing interaction.
|
class |
ALDKmeansOp
Demo operator clustering experimental data using k-means.
|
class |
ALDParameterTester
Dummy operator class for demo and testing of input parameter types.
|
class |
ALDPCAOp
Demo operator computing the PCA for experimental data.
|
class |
ALDSummarizeArrayOp
A abstract summarizing operator taking a 1D array as input and
return a summarizing scalar.
|
class |
ALDTransposeMatrix
Operator for transposing matrices.
|
class |
ApplyToMatrix
Demo operator to apply a summarizing operation to a 2D array in row or column wise fashion.
|
class |
FilterExperimentalDataOp
Demo operator to filter experimental data.
|
class |
MatrixSum
Demo operator to calculate colum or row sums of a 2D array.
|
class |
NormalizeExperimentalDataOp
Demo operator to normalize experimental data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ALDOperator
This is the abstract super class for all Alida operators.
|
class |
ALDOperatorControllable
Operator class with inherent event handling for execution control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALDOperator.addOperatorExecutionProgressEventListener(ALDOperatorExecutionProgressEventListener listener)
Adds a listener to this reporter.
|
void |
ALDOperator.removeOperatorExecutionProgressEventListener(ALDOperatorExecutionProgressEventListener listener)
Removes a listener from this reporter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ALDWorkflow
Class to model a workflow in Alida.
|
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.