|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jstacs.results.ResultSet
de.jstacs.results.NumericalResultSet
public class NumericalResultSet
Class for a set of numerical result values, which are all of the type
NumericalResult
.
Field Summary |
---|
Fields inherited from class de.jstacs.results.ResultSet |
---|
results |
Constructor Summary | |
---|---|
NumericalResultSet(LinkedList<? extends NumericalResult> results)
Constructs a NumericalResultSet from a LinkedList of
NumericalResult s. |
|
NumericalResultSet(NumericalResult result)
Constructs a NumericalResultSet containing one
NumericalResult . |
|
NumericalResultSet(NumericalResult[]... results)
Constructs a NumericalResultSet from some arrays of
NumericalResult s. |
|
NumericalResultSet(StringBuffer representation)
The standard constructor for the interface Storable . |
Method Summary | |
---|---|
NumericalResult |
getResultAt(int index)
Returns Result number index in this
ResultSet . |
Methods inherited from class de.jstacs.results.ResultSet |
---|
findColumn, fromXML, getNumberOfResults, getResultForName, getResults, toString, toXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NumericalResultSet(NumericalResult result)
NumericalResultSet
containing one
NumericalResult
.
result
- the NumericalResult
to be containedpublic NumericalResultSet(NumericalResult[]... results)
NumericalResultSet
from some arrays of
NumericalResult
s.
results
- the resultspublic NumericalResultSet(LinkedList<? extends NumericalResult> results)
NumericalResultSet
from a LinkedList
of
NumericalResult
s.
results
- the LinkedList
of NumericalResult
spublic NumericalResultSet(StringBuffer representation) throws NonParsableException
Storable
.
Creates a new NumericalResultSet
from the corresponding XML
representation.
representation
- the XML representation as StringBuffer
NonParsableException
- if the StringBuffer
representation
could
not be parsed.Method Detail |
---|
public NumericalResult getResultAt(int index)
ResultSet
Result
number index
in this
ResultSet
.
getResultAt
in class ResultSet
index
- the index of the Result
Result
at index
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |