- Direct Known Subclasses:
- OneArgFunction, TwoArgFunction
public abstract class Function
extends java.lang.Object
Abstract class type for functions.
Each function needs to specify the number of arguments in its variable
list. The Function prototype can take at most two arguments. Functions
with more arguments can be represented by multiple function pairs.
- Version:
- 1.5 11/25/2017
- Author:
- David Wanqian Liu, Dana M. Proctor