Class WarningStreamer
java.lang.Object
com.dna.jopt.framework.stream.info.CanStreamToOptimization<IWarningEvent>
com.dna.jopt.framework.stream.info.WarningStreamer
- All Implemented Interfaces:
ICanStreamToOptimization<IWarningEvent>
,IWarningStreamer
public class WarningStreamer
extends CanStreamToOptimization<IWarningEvent>
implements IWarningStreamer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
stream
(IOptimization opti, IWarningEvent event) void
stream
(WarningCode warningCode, String description) Methods inherited from class com.dna.jopt.framework.stream.info.CanStreamToOptimization
addPrintStream, getOptimization, getPrintStreamer, setOptimization, stream
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.info.ICanStreamToOptimization
addPrintStream, getOptimization, getPrintStreamer, setOptimization, stream
-
Constructor Details
-
WarningStreamer
public WarningStreamer()
-
-
Method Details
-
stream
- Specified by:
stream
in interfaceIWarningStreamer
-
stream
- Specified by:
stream
in classCanStreamToOptimization<IWarningEvent>
-