Uses of Class
de.unihalle.informatik.Alida.batch.ALDBatchRunResultInfo

Packages that use ALDBatchRunResultInfo
de.unihalle.informatik.Alida.batch Package containing classes for batch mode. 
de.unihalle.informatik.Alida.batch.provider.output.swing Package containing batch output providers for Swing GUIs. 
de.unihalle.informatik.Alida.gui Package containing GUI components for interactive operator selection/control. 
 

Uses of ALDBatchRunResultInfo in de.unihalle.informatik.Alida.batch
 

Methods in de.unihalle.informatik.Alida.batch with parameters of type ALDBatchRunResultInfo
 JComponent ALDBatchOutputManagerSwing.writeData(ALDBatchRunResultInfo obj, ALDParameterDescriptor descr)
          Interface method for displaying a batch summary in the GUI.
 

Uses of ALDBatchRunResultInfo in de.unihalle.informatik.Alida.batch.provider.output.swing
 

Methods in de.unihalle.informatik.Alida.batch.provider.output.swing with parameters of type ALDBatchRunResultInfo
 JComponent ALDBatchOutputSummarizerSwing.writeData(ALDBatchRunResultInfo obj, ALDParameterDescriptor desc)
          Generates a graphical component to visualize set of result data.
 JComponent ALDSummarizerNativeDataSwing.writeData(ALDBatchRunResultInfo batchInfo, ALDParameterDescriptor descr)
           
 JComponent ALDSummarizerNativeArray1DSwing.writeData(ALDBatchRunResultInfo batchInfo, ALDParameterDescriptor descr)
           
 

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

Fields in de.unihalle.informatik.Alida.gui with type parameters of type ALDBatchRunResultInfo
protected  HashMap<String,ALDBatchRunResultInfo> ALDOperatorGUIExecutionProxy.batchOutputResultMap
           
 

Constructor parameters in de.unihalle.informatik.Alida.gui with type arguments of type ALDBatchRunResultInfo
ALDBatchOperatorResultFrame(ALDOperator op, HashMap<String,ALDBatchRunResultInfo> batchInfoMap, ALDBatchOutputManagerSwing.ProviderInteractionLevel pLevel)
          Constructor.
 



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