Adds an update primitive to the current context modifier. @param up update primitive @param qc query context @throws QueryException query exception
(final Update up, final QueryContext qc)
| 94 | * @throws QueryException query exception |
| 95 | */ |
| 96 | public void add(final Update up, final QueryContext qc) throws QueryException { |
| 97 | mod.add(up, qc); |
| 98 | } |
| 99 | |
| 100 | /** |
| 101 | * Adds output. |