com.hp.hpl.jena.sparql.expr.aggregate
Interface Accumulator


public interface Accumulator

An Accumulator is the processor for each section of a group, so there is one Accumulator for each group key.


Method Summary
 void accumulate(Binding binding, FunctionEnv functionEnv)
           
 NodeValue getValue()
           
 

Method Detail

accumulate

void accumulate(Binding binding,
                FunctionEnv functionEnv)

getValue

NodeValue getValue()


Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.