|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.io.AbstractResultsManager<R>
sbrt.kernel.io.SingleRm<R>
R
- the result type.public class SingleRm<R>
This class is used to store a single result that can be easily retrieved.
Constructor Summary | |
---|---|
SingleRm()
|
Method Summary | ||
---|---|---|
|
addData(S results)
Adds the provided results to this results manager. |
|
R |
getResults()
Returns the last result added to this results manager. |
Methods inherited from class sbrt.kernel.io.AbstractResultsManager |
---|
breakPoint, checkState, close, getName, isClosed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SingleRm()
Method Detail |
---|
public R getResults()
public <S extends R> void addData(S results)
S
- a type extending the primary result type.results
- the results to be stored.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |