站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Accumulator (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.spi
Interface Accumulator

All Superinterfaces:
Invoker, RuleComponent, Serializable

public interface Accumulator
extends Invoker

Accumulator Created: 04/06/2006

Version:
$Id: Accumulator.java 6256 2006-09-17 19:23:21Z mark.proctor@jboss.com $
Author:
Edson Tirelli

Method Summary
 Object accumulate(Tuple leftTuple, List matchingObjects, Declaration[] declarations, Declaration[] innerDeclarations, WorkingMemory workingMemory)
           
 

Method Detail

accumulate

Object accumulate(Tuple leftTuple,
                  List matchingObjects,
                  Declaration[] declarations,
                  Declaration[] innerDeclarations,
                  WorkingMemory workingMemory)
                  throws Exception
Throws:
Exception


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.