jess
Interface Accelerator


public interface Accelerator

An accelerator generates Java versions of rule LHSs, compiles them and returns new Test objects to execute them.

(C) 1997 Ernest J. Friedman-Hill and Sandia National Laboratories

Author:
Ernest J. Friedman-Hill

Method Summary
 Test speedup(Funcall f)
          Given the function call, return a Test object.
 

Method Detail

speedup

public Test speedup(Funcall f)
             throws JessException
Given the function call, return a Test object.
Parameters:
f - A function call to translate
Returns:
A jess.Test object that performs equivalently to the Funcall.

© 1997 E.J. Friedman-Hill and Sandia Corporation