Class AbstractResultStreamer
java.lang.Object
com.dna.jopt.framework.stream.result.AbstractResultStreamer
- All Implemented Interfaces:
IResultStreamer
- Direct Known Subclasses:
SimpleResultStreamer
-
Constructor Summary
ConstructorDescriptionAbstractResultStreamer
(com.dna.jopt.revision.algorithm.IOptimizationAlgorithm algo) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addDebugData
(String debugString) void
void
addPrintStream
(PrintStream printStream) com.dna.jopt.revision.algorithm.IOptimizationAlgorithm
void
setOptimization
(IOptimization opti) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.dna.jopt.framework.stream.result.IResultStreamer
getAsResultString, stream2Optimization
-
Constructor Details
-
AbstractResultStreamer
public AbstractResultStreamer(com.dna.jopt.revision.algorithm.IOptimizationAlgorithm algo)
-
-
Method Details
-
getOptimizationAlgorithm
public com.dna.jopt.revision.algorithm.IOptimizationAlgorithm getOptimizationAlgorithm()- Specified by:
getOptimizationAlgorithm
in interfaceIResultStreamer
-
stream
- Specified by:
stream
in interfaceIResultStreamer
-
setOptimization
- Specified by:
setOptimization
in interfaceIResultStreamer
-
getOptimization
- Specified by:
getOptimization
in interfaceIResultStreamer
-
addPrintStream
- Specified by:
addPrintStream
in interfaceIResultStreamer
-
getPrintStreamer
- Specified by:
getPrintStreamer
in interfaceIResultStreamer
-
addObjectOutputStream
- Specified by:
addObjectOutputStream
in interfaceIResultStreamer
-
getObjectOutputStreams
- Specified by:
getObjectOutputStreams
in interfaceIResultStreamer
-
addDebugData
- Specified by:
addDebugData
in interfaceIResultStreamer
-