All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.aksw.jenax.arq.aggregation.Acc Maven / Gradle / Ivy

The newest version!
package org.aksw.jenax.arq.aggregation;

import org.aksw.commons.collector.domain.Accumulator;
import org.apache.jena.sparql.engine.binding.Binding;
import org.apache.jena.sparql.function.FunctionEnv;

/**
 * An accumulator similar to that of Jena, however it uses a generic for the
 * value.
 *
 * @author raven
 *
 * @param 
 */
public interface Acc
    extends Accumulator
{
//    public void accumulate(Binding binding);
//
//    T getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy