public class TripleTermFind extends PropertyFunctionEval
<< ?s ?p ?o >> apf:find ?t .
This binds all the variables, with ?t bound to a triple term for the match of ?s ?p ?o.| Constructor and Description |
|---|
TripleTermFind() |
| Modifier and Type | Method and Description |
|---|---|
QueryIterator |
execEvaluated(Binding binding,
PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt) |
static void |
init() |
execbuild, execpublic static void init()
public 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 contextLicenced under the Apache License, Version 2.0