public interface Handler
| Modifier and Type | Method and Description |
|---|---|
void |
build()
Called by the build process for this handler to perform any adjustments to the query before
the build completes.
|
void |
setVars(Map<Var,Node> values)
Set the values for variables managed by the handler implementation.
|
void setVars(Map<Var,Node> values)
values - The map of variable to node value.void build()
Licensed under the Apache License, Version 2.0