Uses of Interface
de.unihalle.informatik.Alida.datatypes.ALDConfigurationValidator

Packages that use ALDConfigurationValidator
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. 
 

Uses of ALDConfigurationValidator in de.unihalle.informatik.Alida.dataconverter
 

Classes in de.unihalle.informatik.Alida.dataconverter that implement ALDConfigurationValidator
 class ALDNumberConverter
          Converts numbers.
 class ALDVectorNativeArrayConverter
          Converts 1D arrays of native data types to Vector data types.
 

Uses of ALDConfigurationValidator in de.unihalle.informatik.Alida.demo
 

Classes in de.unihalle.informatik.Alida.demo that implement ALDConfigurationValidator
 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.
 

Uses of ALDConfigurationValidator in de.unihalle.informatik.Alida.operator
 

Classes in de.unihalle.informatik.Alida.operator that implement ALDConfigurationValidator
 class ALDOperator
          This is the abstract super class for all Alida operators.
 class ALDOperatorControllable
          Operator class with inherent event handling for execution control.
 

Uses of ALDConfigurationValidator in de.unihalle.informatik.Alida.workflows
 

Classes in de.unihalle.informatik.Alida.workflows that implement ALDConfigurationValidator
 class ALDWorkflow
          Class to model a workflow in Alida.
 



Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.