|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.io.AbstractResultsManager<DoubleMatrix<?,java.lang.String>>
sbrt.shell.mng.fba.ExtremeCurrentManager.Rm
protected static class ExtremeCurrentManager.Rm
Constructor Summary | |
---|---|
protected |
ExtremeCurrentManager.Rm(ComoFile<java.lang.String,java.lang.Double> output)
Constructs a new results manager for writing extreme current matrices. |
Method Summary | |
---|---|
void |
addData(DoubleMatrix<?,java.lang.String> results)
Adds data 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 |
Methods inherited from interface sbrt.kernel.io.ResultsManager |
---|
addData |
Constructor Detail |
---|
protected ExtremeCurrentManager.Rm(ComoFile<java.lang.String,java.lang.Double> output)
output
- a column-oriented map output file.Method Detail |
---|
public void addData(DoubleMatrix<?,java.lang.String> results)
results
- the results, or data, to be added
to this manager.
java.lang.IllegalStateException
- if close()
has already been called.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |