Class SessionCollector<T,S extends RuleSession<S>>

java.lang.Object
org.evrete.util.SessionCollector<T,S>
Type Parameters:
T - the type of the input elements
S - the type of the RuleSession context
All Implemented Interfaces:
Collector<T,S,S>

public class SessionCollector<T,S extends RuleSession<S>> extends Object implements Collector<T,S,S>
A class that collects/inserts elements into a RuleSession instance.