|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
CategoricalResult | A class for categorical results (i.e. non-numerical results) for primitives and Strings |
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 ResultSet s. |
MeanResultSet | Class that computes the mean and the standard error of a series of NumericalResultSet s. |
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 Result s, which provides methods to access single Result s in the set, to retrieve
the number of Result s in the set, to get a String representation or an XML-representation of all the Result s
in the set. |
SampleResult | Result that contains a Sample . |
SimpleResult | Abstract class for a Result with a value of a primitive data type or String . |
StorableResult | Class for results that are Storable s. |
Exception Summary | |
---|---|
MeanResultSet.AdditionImpossibleException | Class for the exception that is thrown if two MeanResultSet should be added that do not match. |
MeanResultSet.InconsistentResultNumberException | Class for the exception that is thrown if an 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. |
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
.
de.jstacs.parameters
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |