| Package | Description |
|---|---|
| de.jstacs.results |
This package provides classes for results and sets of results.
|
| de.jstacs.tools.ui.galaxy |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoricalResult
A class for categorical results (i.e.
|
class |
NumericalResult
Class for numerical
Result values. |
| Modifier and Type | Method and Description |
|---|---|
int |
SimpleResult.compareTo(SimpleResult r) |
| Constructor and Description |
|---|
MeanResultSet(boolean aggregateAll,
SimpleResult... infos)
Constructs a new
MeanResultSet with an empty set of
NumericalResultSets and allows to collect all
values via the switch aggregateAll. |
MeanResultSet(SimpleResult... infos)
Constructs a new
MeanResultSet with an empty set of
NumericalResultSets. |
| Modifier and Type | Class and Description |
|---|---|
static class |
GalaxyAdaptor.HeadResult
Class for a result that is basically a
CategoricalResult,
but has its own name for checking purposes. |