public abstract class PFuncSimpleAndList extends PropertyFunctionEval
| Modifier and Type | Method and Description |
|---|---|
abstract QueryIterator |
execEvaluated(Binding binding,
Node subject,
Node predicate,
PropFuncArg object,
ExecutionContext execCxt) |
QueryIterator |
execEvaluated(Binding binding,
PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt) |
execbuild, execpublic QueryIterator execEvaluated(Binding binding, PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
execEvaluated in class PropertyFunctionEvalpublic abstract QueryIterator execEvaluated(Binding binding, Node subject, Node predicate, PropFuncArg 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 - List in object slot, after substitution if a bound variable in this bindingexecCxt - Execution contextLicenced under the Apache License, Version 2.0