- All Known Implementing Classes:
 ExecutionContext,FunctionEnvBase
public interface FunctionEnv
Environment passed to functions
- 
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.graph.GraphReturn the active graph (the one matching is against at this point in the query.Return the context for this function callReturn the dataset for the query 
- 
Method Details
- 
getActiveGraph
org.apache.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 
 -