public abstract class PFuncListAndSimple extends PropertyFunctionEval
| Modifier and Type | Method and Description |
|---|---|
abstract QueryIterator |
execEvaluated(Binding binding,
PropFuncArg subject,
Node predicate,
Node 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 PropertyFunctionEvalbinding - Current solution from previous query stageargSubject - PropFuncArg, after substitution of any bound variables in this bindingpredicate - This predicateargObject - PropFuncArg, after substitution of any bound variables in this bindingexecCxt - Execution contextpublic abstract QueryIterator execEvaluated(Binding binding, PropFuncArg subject, Node predicate, Node object, ExecutionContext execCxt)
binding - Current solution from previous query stagesubject - List in subject slot, after substitution of any bound variables 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