org.topbraid.spin.arq
Class SPINARQPFunction

java.lang.Object
  extended by PropertyFunctionBase
      extended by org.topbraid.spin.arq.SPINARQPFunction

public class SPINARQPFunction
extends PropertyFunctionBase

An ARQ PropertyFunction based on a spin:MagicProperty. For convenience, also implements PropertyFunctionFactory.

Author:
Holger Knublauch

Constructor Summary
SPINARQPFunction(Function functionCls)
           
 
Method Summary
 PropertyFunction create(java.lang.String arg0)
           
 QueryIterator exec(Binding binding, PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPINARQPFunction

public SPINARQPFunction(Function functionCls)
Method Detail

create

public PropertyFunction create(java.lang.String arg0)

exec

public QueryIterator exec(Binding binding,
                          PropFuncArg argSubject,
                          Node predicate,
                          PropFuncArg argObject,
                          ExecutionContext context)