Uses of Class
com.dna.jopt.framework.stream.info.autofilter.NodeFilteringEvent
Packages that use NodeFilteringEvent
Package
Description
-
Uses of NodeFilteringEvent in com.dna.jopt.framework.body
Methods in com.dna.jopt.framework.body with parameters of type NodeFilteringEventModifier and TypeMethodDescriptionvoid
Optimization.onNodeFiltering
(NodeFilteringEvent nodeFilteringEvent) -
Uses of NodeFilteringEvent in com.dna.jopt.framework.body.event
Fields in com.dna.jopt.framework.body.event with type parameters of type NodeFilteringEventModifier and TypeFieldDescriptionfinal io.reactivex.rxjava3.subjects.ReplaySubject<NodeFilteringEvent>
OptimizationEvents.nodeFiltering
The node filtering ReplaySubject.Methods in com.dna.jopt.framework.body.event that return types with arguments of type NodeFilteringEventModifier and TypeMethodDescriptionio.reactivex.rxjava3.subjects.ReplaySubject<NodeFilteringEvent>
OptimizationEvents.nodeFilteringSubject()
Gets theReplaySubject
of filteredNodes
.Methods in com.dna.jopt.framework.body.event with parameters of type NodeFilteringEventModifier and TypeMethodDescriptionvoid
IOptimizationEventListener.onNodeFiltering
(NodeFilteringEvent nodeFilteringEvent) On node filtering.void
OptimizationEventListener.onNodeFiltering
(NodeFilteringEvent nodeFilteringEvent) -
Uses of NodeFilteringEvent in com.dna.jopt.framework.stream.info.autofilter
Methods in com.dna.jopt.framework.stream.info.autofilter with parameters of type NodeFilteringEventModifier and TypeMethodDescriptionprotected void
AutoFilterStreamer.stream
(IOptimization opti, NodeFilteringEvent event)