com.clarkparsia.pellet.rules.builtins
Class GeneralFunctionBuiltIn
java.lang.Object
com.clarkparsia.pellet.rules.builtins.GeneralFunctionBuiltIn
- All Implemented Interfaces:
- BuiltIn
public class GeneralFunctionBuiltIn
- extends java.lang.Object
- implements BuiltIn
Title: General Function BuiltIn
Description: A wrapper for built-ins that have one binding for a given set of variables.
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
- Author:
- Ron Alford
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneralFunctionBuiltIn
public GeneralFunctionBuiltIn(GeneralFunction function)
createHelper
public BindingHelper createHelper(BuiltInAtom atom)
- Specified by:
createHelper
in interface BuiltIn
Copyright © 2004 Evren Sirin. All Rights Reserved.