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

Packages that use ALDProcessingDAGException
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 ALDProcessingDAGException in de.unihalle.informatik.Alida.demo
 

Methods in de.unihalle.informatik.Alida.demo that throw ALDProcessingDAGException
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()
           
 

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

Methods in de.unihalle.informatik.Alida.operator that throw ALDProcessingDAGException
 org.graphdrawing.graphml.xmlns.GraphmlDocument ALDProcessingDAG.createGraphmlDocument(java.lang.Object sourceObjOfHistory)
          Create the processing history for sourceObjOfHistory and convert to graphml object.
 org.graphdrawing.graphml.xmlns.GraphmlDocument ALDProcessingDAG.createGraphmlDocument(java.lang.Object sourceObjOfHistory, ALDProcessingDAG.HistoryType historyType)
          Create the processing history for sourceObjOfHistory and convert to graphml object.
 org.graphdrawing.graphml.xmlns.GraphmlDocument ALDProcessingDAG.createGraphmlDocument(java.lang.Object sourceObjOfHistory, ALDProcessingDAG.HistoryType historyType, boolean ignoreHiding)
          Create the processing history for sourceObjOfHistory and convert to graphml object.
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.
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.
 

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

Methods in de.unihalle.informatik.Alida.workflows that throw ALDProcessingDAGException
protected  void ALDWorkflow.operate()
           
 



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