public class AccLiteral extends Object implements com.hp.hpl.jena.sparql.expr.aggregate.Accumulator
| Constructor and Description |
|---|
AccLiteral(BindingMapper<com.hp.hpl.jena.sparql.expr.NodeValue> bindingMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
accumulate(com.hp.hpl.jena.sparql.engine.binding.Binding binding,
com.hp.hpl.jena.sparql.function.FunctionEnv functionEnv) |
com.hp.hpl.jena.sparql.expr.NodeValue |
getValue() |
public AccLiteral(BindingMapper<com.hp.hpl.jena.sparql.expr.NodeValue> bindingMapper)
public void accumulate(com.hp.hpl.jena.sparql.engine.binding.Binding binding,
com.hp.hpl.jena.sparql.function.FunctionEnv functionEnv)
accumulate in interface com.hp.hpl.jena.sparql.expr.aggregate.Accumulatorpublic com.hp.hpl.jena.sparql.expr.NodeValue getValue()
getValue in interface com.hp.hpl.jena.sparql.expr.aggregate.AccumulatorCopyright © 2014. All rights reserved.