| Constructor and Description |
|---|
DatasetHandler(Query query)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(DatasetHandler datasetHandler)
Add all the dataset information from the handler argument.
|
void |
build()
Called by the build process for this handler to perform any adjustments to the query before
the build completes.
|
void |
from(Collection<String> graphNames)
Add the graph names to the named list.
|
void |
from(String graphName)
Add the graph names to the from list.
|
void |
fromNamed(Collection<String> graphNames)
Add the graph names to the from named list.
|
void |
fromNamed(String graphName)
Add a graph name to the from named list.
|
void |
setVars(Map<Var,Node> values)
Set the values for variables managed by the handler implementation.
|
public DatasetHandler(Query query)
query - The query the handler will manage.public void addAll(DatasetHandler datasetHandler)
datasetHandler - The handler to copy from.public void fromNamed(String graphName)
graphName - The graph name to add.public void fromNamed(Collection<String> graphNames)
graphNames - The from names to add.public void from(String graphName)
graphName - the name to add.public void from(Collection<String> graphNames)
graphNames - The names to add.public void setVars(Map<Var,Node> values)
HandlerLicensed under the Apache License, Version 2.0