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

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

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

import java.util.Set;

import org.apache.jena.sparql.core.Var;

/**
 * Binding mapper that is aware of its referenced variables
 *
 * @author raven
 *
 */
public interface BindingMapperVarAware
    extends BindingMapper
{
    Set getVarsMentioned();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy