public abstract class PFuncAssignToObject extends PFuncSimple
| Constructor and Description |
|---|
PFuncAssignToObject() |
| Modifier and Type | Method and Description |
|---|---|
abstract Node |
calc(Node node) |
QueryIterator |
execEvaluated(Binding binding,
Node subject,
Node predicate,
Node object,
ExecutionContext execCxt) |
execEvaluatedexecbuild, execpublic QueryIterator execEvaluated(Binding binding, Node subject, Node predicate, Node object, ExecutionContext execCxt)
execEvaluated in class PFuncSimplebinding - Current solution from previous query stagesubject - Node in subject slot, after substitution if a bound variable in this bindingpredicate - This predicateobject - Node in object slot, after substitution if a bound variable in this bindingexecCxt - Execution contextLicenced under the Apache License, Version 2.0