org.ckkloverdos.function
Interface IFunction

All Known Subinterfaces:
IFilterFunction

public interface IFunction

A generic function interface.

Author:
Christos KK Loverdos

Method Summary
 java.lang.Object evaluate(java.lang.Object object, java.lang.Object hints)
          Evaluates the function for the given object.
 

Method Detail

evaluate

java.lang.Object evaluate(java.lang.Object object,
                          java.lang.Object hints)
Evaluates the function for the given object. In case extra parameters are needed, these are given by hints.

Parameters:
object -
hints -


Copyright © 1999-2007 Christos KK Loverdos. All Rights Reserved.