Package de.jstacs.results

This package provides classes for results and sets of results.

See:
          Description

Class Summary
CategoricalResult A class for categorical results (i.e.
DataSetResult Result that contains a DataSet.
ImageResult A class for results that are images of the PNG format.
ListResult Class for a Result that contains a list or a matrix, respectively, of ResultSets.
MeanResultSet Class that computes the mean and the standard error of a series of NumericalResultSets.
NumericalResult Class for numerical Result values.
NumericalResultSet Class for a set of numerical result values, which are all of the type NumericalResult.
Result The abstract class for any result.
ResultSet Class for a set of Results which provides methods to access single Results in the set, to retrieve the number of Results in the set, to get a String representation or an XML representation of all the Results in the set.
SimpleResult Abstract class for a Result with a value of a primitive data type or String.
StorableResult Class for Results that are Storables.
 

Exception Summary
MeanResultSet.AdditionImpossibleException Class for the exception that is thrown if two MeanResultSets should be added that do not match.
MeanResultSet.InconsistentResultNumberException Class for the exception that is thrown if a NumericalResultSet is added to the MeanResultSet that has a number of results which is not equal to the number of results of the previously added results.
 

Package de.jstacs.results Description

This package provides classes for results and sets of results. The general concept of Result and ResultSet is in analogy to that of the parameters in the package parameters.

See Also:
de.jstacs.parameters