Package org.apache.jena.sparql.function
Interface FunctionEnv
-
- All Known Implementing Classes:
ExecutionContext,FunctionEnvBase
public interface FunctionEnvEnvironment passed to functions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GraphgetActiveGraph()Return the active graph (the one matching is against at this point in the query.ContextgetContext()Return the context for this function callDatasetGraphgetDataset()Return the dataset for the query
-
-
-
Method Detail
-
getActiveGraph
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
-
-