Class AutoFilterStreamer
java.lang.Object
com.dna.jopt.framework.stream.info.CanStreamToOptimization<NodeFilteringEvent>
com.dna.jopt.framework.stream.info.autofilter.AutoFilterStreamer
- All Implemented Interfaces:
IAutoFilterStreamer,ICanStreamToOptimization<NodeFilteringEvent>
public class AutoFilterStreamer
extends CanStreamToOptimization<NodeFilteringEvent>
implements IAutoFilterStreamer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidstream(IOptimization opti, NodeFilteringEvent event) voidstream(StatusCode statusCode, List<INodeFilterReason> filterReasons) voidstreamAfterResult(IOptimization opti, IEntity curWinner) voidstreamBeforeResult(IOptimization opti, IEntity curWinner) Methods inherited from class com.dna.jopt.framework.stream.info.CanStreamToOptimization
addPrintStream, getOptimization, getPrintStreamer, setOptimization, streamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.dna.jopt.framework.stream.info.ICanStreamToOptimization
addPrintStream, getOptimization, getPrintStreamer, setOptimization, stream
-
Constructor Details
-
AutoFilterStreamer
public AutoFilterStreamer()
-
-
Method Details
-
stream
- Specified by:
streamin interfaceIAutoFilterStreamer
-
stream
- Specified by:
streamin classCanStreamToOptimization<NodeFilteringEvent>
-
streamBeforeResult
- Specified by:
streamBeforeResultin interfaceIAutoFilterStreamer
-
streamAfterResult
- Specified by:
streamAfterResultin interfaceIAutoFilterStreamer
-