
fr.inria.acacia.corese.api.ComputerProxy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sparql Show documentation
Show all versions of sparql Show documentation
Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query and Update.
The newest version!
package fr.inria.acacia.corese.api;
import fr.inria.edelweiss.kgram.api.core.Expr;
import fr.inria.edelweiss.kgram.api.query.Environment;
import fr.inria.edelweiss.kgram.api.query.Producer;
/**
*
* @author corby
*/
public interface ComputerProxy {
ComputerProxy getComputerPlugin();
ComputerProxy getComputerTransform();
IDatatype eval(Expr exp, Environment env, Producer p, IDatatype[] param);
IDatatype function(Expr exp, Environment env, Producer p);
IDatatype function(Expr exp, Environment env, Producer p, IDatatype dt);
IDatatype function(Expr exp, Environment env, Producer p, IDatatype dt1, IDatatype dt2);
IDatatype hash(Expr exp, IDatatype dt);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy