Package com.haley.haleyrules.eclipsefunction

Provides interfaces to be implemnted by objects that define functions that can be called from rules.

See:
          Description

Class Summary
EclipseFunction The EclipseFunction abstract class provides the necessary public definitions needed to extend the Inference Engine with a user-defined Java function.
EclipseFunctionWithNoArguments The EclipseFunctionWithNoArguments abstract class provides the necessary public definitions needed to extend the Inference Engine with a function with no arguments.
EclipseFunctionWithOneArgument The EclipseFunctionWithOneArgument abstract class provides the necessary public definitions needed to extend the Inference Engine with a function with one argument.
EclipseFunctionWithTwoArguments The EclipseFunctionWithTwoArguments abstract class provides the necessary public definitions needed to extend the Inference Engine with a function with two arguments.
EclipseFunctionWithVariableArguments The EclipseFunctionWithVariableArguments abstract class provides the necessary public definitions needed to extend the Inference Engine with a function with a variable number of arguments.
 

Package com.haley.haleyrules.eclipsefunction Description

Provides interfaces to be implemnted by objects that define functions that can be called from rules.



Copyright © 1998-2006 Haley Systems, Inc. All Rights Reserved.