com.hp.hpl.jena.sparql.function
Interface FunctionEnv

All Known Implementing Classes:
ExecutionContext, FunctionEnvBase

public interface FunctionEnv

Environment passed to functions


Method Summary
 com.hp.hpl.jena.graph.Graph getActiveGraph()
          Return the active graph (the one matching is against at this point in the query.
 Context getContext()
          Return the context for this function call
 DatasetGraph getDataset()
          Return the dataset for the query
 

Method Detail

getActiveGraph

com.hp.hpl.jena.graph.Graph getActiveGraph()
Return the active graph (the one matching is against at this point in the query. May be null if unknown or not applicable - for example, doing quad store access or when sorting.


getDataset

DatasetGraph getDataset()
Return the dataset for the query


getContext

Context getContext()
Return the context for this function call



Licenced under the Apache License, Version 2.0