de.unihalle.informatik.Alida.batch
Class ALDBatchRunResultInfo

java.lang.Object
  extended by de.unihalle.informatik.Alida.batch.ALDBatchRunResultInfo

public class ALDBatchRunResultInfo
extends Object

Info object summarizing all result data of a batch run.

Author:
moeller

Field Summary
protected  Vector<Object> inputParameterValues
          List of input values for parameter.
protected  String parameterName
          Name of parameter over which was iterated.
protected  Vector<Object> resultDataVec
          List of corresponding result data objects.
 
Constructor Summary
protected ALDBatchRunResultInfo()
          Default constructor, should/can never be called from external.
  ALDBatchRunResultInfo(String param)
          Constructor.
 
Method Summary
 Vector<Object> getParameterValueVec()
          Get a reference to the input parameter value vector.
 Vector<Object> getResultDataVec()
          Get a reference to the result data vector.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameterName

protected String parameterName
Name of parameter over which was iterated.


inputParameterValues

protected Vector<Object> inputParameterValues
List of input values for parameter.


resultDataVec

protected Vector<Object> resultDataVec
List of corresponding result data objects.

Constructor Detail

ALDBatchRunResultInfo

protected ALDBatchRunResultInfo()
Default constructor, should/can never be called from external.


ALDBatchRunResultInfo

public ALDBatchRunResultInfo(String param)
Constructor.

Parameters:
param - Name of parameter over which was iterated.
Method Detail

getParameterValueVec

public Vector<Object> getParameterValueVec()
Get a reference to the input parameter value vector.

Returns:
Reference to vector of input parameter values.

getResultDataVec

public Vector<Object> getResultDataVec()
Get a reference to the result data vector.

Returns:
Reference to result data vector.


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