com.hp.hpl.jena.sparql.pfunction.library
Class splitIRI

java.lang.Object
  extended by com.hp.hpl.jena.sparql.pfunction.PropertyFunctionBase
      extended by com.hp.hpl.jena.sparql.pfunction.PropertyFunctionEval
          extended by com.hp.hpl.jena.sparql.pfunction.library.splitIRI
All Implemented Interfaces:
PropertyFunction
Direct Known Subclasses:
splitURI

public class splitIRI
extends PropertyFunctionEval


Constructor Summary
splitIRI()
           
 
Method Summary
 void build(PropFuncArg argSubject, com.hp.hpl.jena.graph.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, com.hp.hpl.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.pfunction.PropertyFunctionEval
exec
 
Methods inherited from class com.hp.hpl.jena.sparql.pfunction.PropertyFunctionBase
exec
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

splitIRI

public splitIRI()
Method Detail

build

public void build(PropFuncArg argSubject,
                  com.hp.hpl.jena.graph.Node predicate,
                  PropFuncArg argObject,
                  ExecutionContext execCxt)
Description copied from interface: PropertyFunction
Called during query plan construction immediately after the construction of the property function instance.

Specified by:
build in interface PropertyFunction
Overrides:
build in class PropertyFunctionBase
Parameters:
argSubject - The parsed argument(s) in the subject position
predicate - The extension URI (as a Node).
argObject - The parsed argument(s) in the object position
execCxt - Execution context

execEvaluated

public QueryIterator execEvaluated(Binding binding,
                                   PropFuncArg argSubject,
                                   com.hp.hpl.jena.graph.Node predicate,
                                   PropFuncArg argObject,
                                   ExecutionContext execCxt)
Specified by:
execEvaluated in class PropertyFunctionEval


Licenced under the Apache License, Version 2.0