|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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
NumericalResults. |
|
NumericalResultSet(NumericalResult result)
Constructs a NumericalResultSet containing one
NumericalResult. |
|
NumericalResultSet(NumericalResult[]... results)
Constructs a NumericalResultSet from some arrays of
NumericalResults. |
|
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, 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
NumericalResults.
results - the resultspublic NumericalResultSet(LinkedList<? extends NumericalResult> results)
NumericalResultSet from a LinkedList of
NumericalResults.
results - the LinkedList of NumericalResults
public 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)
ResultSetResult number index in this
ResultSet.
getResultAt in class ResultSetindex - the index of the Result
Result at index
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||