public class splitIRI extends PropertyFunctionEval
Constructor and Description |
---|
splitIRI() |
Modifier and Type | Method and Description |
---|---|
void |
build(PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
Called during query plan construction immediately after the
construction of the property function instance.
|
QueryIterator |
execEvaluated(Binding binding,
PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt) |
exec
exec
public void build(PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
PropertyFunction
build
in interface PropertyFunction
build
in class PropertyFunctionBase
argSubject
- The parsed argument(s) in the subject positionpredicate
- The extension URI (as a Node).argObject
- The parsed argument(s) in the object positionexecCxt
- Execution contextpublic QueryIterator execEvaluated(Binding binding, PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
execEvaluated
in class PropertyFunctionEval
Licenced under the Apache License, Version 2.0