|
||||||||||
| 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 an array of NumericalResults. |
|
NumericalResultSet(StringBuffer representation)
This is the constructor for Storable. |
|
| Method Summary | |
|---|---|
NumericalResult |
getResultAt(int index)
Returns the NumericalResult number index. |
| 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 result to be containedpublic NumericalResultSet(NumericalResult[]... results)
NumericalResultSet from an array of NumericalResults.
results - the resultspublic NumericalResultSet(LinkedList<? extends NumericalResult> results)
NumericalResultSet from a LinkedList of NumericalResults.
results - the LikedList of NumericalResults
public NumericalResultSet(StringBuffer representation)
throws NonParsableException
Storable.
representation - the xml representation
NonParsableException - if the representation could not be parsed.| Method Detail |
|---|
public NumericalResult getResultAt(int index)
NumericalResult number index.
getResultAt in class ResultSetindex - the index of the Result
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||