See: Description
| Interface | Description |
|---|---|
| PlotGeneratorResult.PlotGenerator |
Interface for a class that may generate a plot using the specified
GraphicsAdaptor. |
| Class | Description |
|---|---|
| CategoricalResult |
A class for categorical results (i.e.
|
| DataSetResult | |
| ImageResult |
A class for results that are images of the PNG format.
|
| ListResult | |
| 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. |
| PlotGeneratorResult |
Class for a
Result that may be used to generate plots for different output formats using
GraphicsAdaptor sub-classes. |
| Result |
The abstract class for any result.
|
| ResultSet | |
| ResultSetResult | |
| SimpleResult | |
| StorableResult | |
| TextResult |
Class for a result that is basically a text file (or its contents).
|
| Exception | Description |
|---|---|
| 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. |
Result
and ResultSet is in analogy to that of the parameters in the package parameters.
de.jstacs.parameters