Abstract class for a function expression implementation
By default this implementation returns the provided {@link #fallback} value. To implementa function please override the {@link #evaluate(Object)} method.
@author James Macgill, PSU
@source $URL$
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.