Class DroolsAccumulateContext<ResultContainer_>

  • Type Parameters:
    ResultContainer_ - The same type from UniConstraintCollector and its Bi, Tri, ... alternatives.
    All Implemented Interfaces:
    Serializable

    public final class DroolsAccumulateContext<ResultContainer_>
    extends Object
    implements Serializable
    Each context is uniquely identified by its System.identityHashCode(Object). This is necessary so that the Drools accumulate function can properly undo in DroolsUniAccumulateFunctionBridge and its Bi, Tri, ... alternatives.
    See Also:
    Serialized Form