com.clarkparsia.pellet.rules.builtins
Class FunctionBuiltIn

java.lang.Object
  extended by com.clarkparsia.pellet.rules.builtins.FunctionBuiltIn
All Implemented Interfaces:
BuiltIn

public class FunctionBuiltIn
extends java.lang.Object
implements BuiltIn

Title: Function Built-In

Description: A wrapper for built-ins that bind the first argument.

Copyright: Copyright (c) 2008

Company: Clark & Parsia, LLC.

Author:
Ron Alford

Constructor Summary
FunctionBuiltIn(Function function)
           
 
Method Summary
 BindingHelper createHelper(BuiltInAtom atom)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionBuiltIn

public FunctionBuiltIn(Function function)
Method Detail

createHelper

public BindingHelper createHelper(BuiltInAtom atom)
Specified by:
createHelper in interface BuiltIn


Copyright © 2004 Evren Sirin. All Rights Reserved.