Uses of Class
de.unihalle.informatik.Alida.exceptions.ALDOperatorException

Packages that use ALDOperatorException
de.unihalle.informatik.Alida.dataconverter   
de.unihalle.informatik.Alida.dataio.provider.swing Package containing data I/O providers for GUIs based on Java Swing. 
de.unihalle.informatik.Alida.dataio.provider.swing.components   
de.unihalle.informatik.Alida.demo Demonstrator package of how to implement and use Alida operators. 
de.unihalle.informatik.Alida.grappa Contains all resources for the graphical programming editor Grappa. 
de.unihalle.informatik.Alida.gui Package containing GUI components for interactive operator selection/control. 
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 ALDOperatorException in de.unihalle.informatik.Alida.dataconverter
 

Methods in de.unihalle.informatik.Alida.dataconverter that throw ALDOperatorException
protected  void ALDNumberConverter.operate()
           
 

Constructors in de.unihalle.informatik.Alida.dataconverter that throw ALDOperatorException
ALDNumberConverter()
          Default constructor.
ALDVectorNativeArrayConverter()
          Default constructor.
 

Uses of ALDOperatorException in de.unihalle.informatik.Alida.dataio.provider.swing
 

Methods in de.unihalle.informatik.Alida.dataio.provider.swing that throw ALDOperatorException
protected  ALDOperator ALDOperatorDataIOSwing.OperatorConfigWindow.setOperatorParameters(java.lang.reflect.Field field, java.lang.Class<?> cl)
           
 

Uses of ALDOperatorException in de.unihalle.informatik.Alida.dataio.provider.swing.components
 

Methods in de.unihalle.informatik.Alida.dataio.provider.swing.components that throw ALDOperatorException
 java.util.HashMap<ALDParameterDescriptor,java.lang.String> ALDOperatorParameterPanel.validateOperatorParameters(boolean deepValidate)
          Check if operator is ready to run.
 

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

Methods in de.unihalle.informatik.Alida.demo that throw ALDOperatorException
protected  void AnalyzeExperiment.operate()
           
protected  void SummarizeClusters.operate()
           
protected  void ALDKmeansOp.operate()
           
protected  void ApplyToMatrix.operate()
           
protected  void FilterExperimentalDataOp.operate()
           
protected  void ALDPCAOp.operate()
           
protected  void ALDClusterExperiment.operate()
           
protected  void NormalizeExperimentalDataOp.operate()
           
protected  void MatrixSum.operate()
           
 

Constructors in de.unihalle.informatik.Alida.demo that throw ALDOperatorException
ALDArrayMean()
          Default constructor.
ALDArrayMean(java.lang.Double[] data)
          Constructor.
ALDArrayMin()
          Default constructor.
ALDArrayMin(java.lang.Double[] data)
          Constructor.
ALDArraySum()
          Default constructor.
ALDArraySum(java.lang.Double[] data)
          Constructor.
ALDCalcMean()
          Default constructor.
ALDCalcMean(java.lang.Double[] _data)
          Constructor.
ALDCalcMeanArray()
          Default constructor.
ALDCalcMeanArray(java.lang.Double[] _data)
          Constructor.
ALDClusterExperiment()
          Default constructor.
ALDClusterExperiment(ExperimentalData _experiment)
          Constructor.
ALDDemoOpControllable()
          Default constructor.
ALDInputParameterTester()
          Default constructor.
ALDKmeansOp()
          Default constructor.
ALDKmeansOp(ExperimentalData _experiment)
          Constructor.
ALDParameterTester()
          Default constructor.
ALDPCAOp()
          Default constructor.
ALDPCAOp(ExperimentalData _experiment)
          Constructor.
ALDSummarizeArrayOp()
          Default constructor.
ALDTransposeMatrix()
          Default constructor.
ALDTransposeMatrix(int[][] _data)
          Constructor.
AnalyzeExperiment()
          Default constructor.
AnalyzeExperiment(ExperimentalData _experiment)
          Constructor.
ApplyToMatrix()
          Default constructor.
ApplyToMatrix(java.lang.Double[][] _matrix)
          Constructor.
FilterExperimentalDataOp()
          Default constructor.
FilterExperimentalDataOp(ExperimentalData _experiment)
          Constructor.
MatrixSum()
          Default constructor.
MatrixSum(java.lang.Double[][] _matrix)
          Constructor.
NormalizeExperimentalDataOp()
          Default constructor.
NormalizeExperimentalDataOp(ExperimentalData _experiment)
          Constructor.
SummarizeClusters()
          Default constructor.
SummarizeClusters(ExperimentalData _experiment)
          Constructor.
 

Uses of ALDOperatorException in de.unihalle.informatik.Alida.grappa
 

Methods in de.unihalle.informatik.Alida.grappa that throw ALDOperatorException
protected  ALDOperatorConfigurationFrame ALDGrappaWorkbenchTab.getNewConfigWin(ALDOperator op)
          Generate a new configuration window.
 

Uses of ALDOperatorException in de.unihalle.informatik.Alida.gui
 

Methods in de.unihalle.informatik.Alida.gui that throw ALDOperatorException
 java.util.Iterator<java.lang.Object> ALDOperatorControlFrame.getInputParamIterator(java.lang.String param)
          Returns an iterator for a specific input parameter in batch mode.
protected  ALDOperatorControlFrame ALDOperatorGUIExecutionProxy.getNewConfigWin(ALDOperator op)
          Generate a new configuration window.
 void ALDOperatorGUIExecutionProxy.runWorkflowInBatchMode()
           
 

Constructors in de.unihalle.informatik.Alida.gui that throw ALDOperatorException
ALDOperatorConfigurationFrame(ALDOperator _op)
          Constructs a control frame for an operator object.
ALDOperatorControlFrame(ALDOperator _op, ALDOperatorGUIExecutionProxy em)
          Constructs a new control frame for an operator object.
 

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

Methods in de.unihalle.informatik.Alida.operator that throw ALDOperatorException
 ALDOperator ALDOperatorLocation.createOperator()
          Create an ALDOperator form this location object.
 java.lang.Object ALDOperator.getParameter(java.lang.String name)
          Get the value of a parameter specified by name.
 ALDOpParameterDescriptor ALDOperator.getParameterDescriptor(java.lang.String name)
          Get the parameter descriptor for given name.
 java.lang.Boolean ALDOperator.getVerbose()
          Return the verbose state of this opertor.
protected  void ALDOperatorControllable.operate()
           
protected abstract  void ALDOperator.operate()
          This method does the actual work and needs to be implemented by every subclass.
 void ALDOperator.runOp()
          A legal method to invoke the operator and handles everything necessary to protocol the processing history.
 void ALDOperator.runOp(ALDOperator.HidingMode hidingMode)
          A legal method to invoke the operator and handles everything necessary to protocol the processing history.
 void ALDOperator.runOp(boolean hidden)
          A legal method to invoke the operator and handles everything necessary to protocol the processing history.
 void ALDOperator.setParameter(java.lang.String name, java.lang.Object value)
          Set the value of a parameter specified by name.
 void ALDOperator.setVerbose(java.lang.Boolean verbose)
          Set the verbose state of this opertor.
 void ALDOperator.validate()
          Validates the parameters and inputs of this operator.
 void ALDOperator.validateCustom()
          Operator specific validation of parameters and inputs.
 void ALDOperator.validateGeneric()
          Generic validation of the in and inout parameters of this operator.
protected  void ALDPortHashAccess.writeHistory(java.lang.Object obj, java.lang.String filename)
          Deprecated.  
static void ALDOperator.writeHistory(java.lang.Object obj, java.lang.String filename)
          Write the processing history if any to a graphml file.
protected  void ALDPortHashAccess.writeHistory(java.lang.Object obj, java.lang.String filename, ALDProcessingDAG.HistoryType historyType)
          Deprecated.  
static void ALDOperator.writeHistory(java.lang.Object obj, java.lang.String filename, ALDProcessingDAG.HistoryType historyType)
          Write the processing history if any to a graphml file.
protected  void ALDPortHashAccess.writeHistory(java.lang.Object obj, java.lang.String filename, ALDProcessingDAG.HistoryType historyType, boolean ignoreHiding)
          Write the processing history (if available) to a graphml file.
static void ALDOperator.writeHistory(java.lang.Object obj, java.lang.String filename, ALDProcessingDAG.HistoryType historyType, boolean ignoreHiding)
          Write the processing history if any to a graphml file.
 

Constructors in de.unihalle.informatik.Alida.operator that throw ALDOperatorException
ALDOperator()
          This constructor initializes an operator.
ALDOperatorControllable()
          Default constructor.
 

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

Methods in de.unihalle.informatik.Alida.workflows that throw ALDOperatorException
 java.lang.Object ALDWorkflow.getParameter(java.lang.String name)
           
protected  void ALDWorkflow.operate()
           
 void ALDWorkflow.setParameter(java.lang.String name, java.lang.Object value)
           
 

Constructors in de.unihalle.informatik.Alida.workflows that throw ALDOperatorException
ALDWorkflow()
          Constructor for an untitled workflow in a grappa context.
ALDWorkflow(ALDWorkflow.ALDWorkflowContextType context)
          Constructor for an untitled workflow
ALDWorkflow(java.lang.String name)
          Constructor for a workflow in a grappa context.
ALDWorkflow(java.lang.String name, ALDWorkflow.ALDWorkflowContextType context)
          Constructor
 



Copyright © 2010-2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.