public abstract class PFuncAssignToSubject extends PFuncSimple
Constructor and Description |
---|
PFuncAssignToSubject() |
Modifier and Type | Method and Description |
---|---|
abstract Node |
calc(Node node) |
QueryIterator |
execEvaluated(Binding binding,
Node subject,
Node predicate,
Node object,
ExecutionContext execCxt) |
execEvaluated
exec
build, exec
public QueryIterator execEvaluated(Binding binding, Node subject, Node predicate, Node object, ExecutionContext execCxt)
binding
- 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