Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.hartmath.mapping
Interface FunctionEvaluator  view FunctionEvaluator download FunctionEvaluator.java

All Known Implementing Classes:
ConstantNumericEvaluator, E1Arg, E2Arg, EB1Arg, EB1ObjectArg, EB2Arg, FunctionMapper, SFunctionEvaluator, SymbolEvaluator

public interface FunctionEvaluator

Interface that represents a function evaluation object. FunctionEvaluator is used as an interface for built-in functions, which are associated with a symbol.

Version:
%I%, %G%

Method Summary
 com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction fun)
          Evaluate the given function if possible.
 

Method Detail

evaluate

public com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction fun)
Evaluate the given function if possible.