public class FunctionDefinition extends Object
| Modifier and Type | Field and Description | 
|---|---|
static int | 
TYPE_INFIX  | 
static String[] | 
TYPE_NAMES  | 
static int | 
TYPE_POSTFIX  | 
static int | 
TYPE_PREFIX  | 
static int | 
TYPE_USUAL  | 
| Constructor and Description | 
|---|
FunctionDefinition(Function function)  | 
FunctionDefinition(String name,
                  int arity,
                  int type)  | 
public static int TYPE_USUAL
public static int TYPE_INFIX
public static int TYPE_POSTFIX
public static int TYPE_PREFIX
public static String[] TYPE_NAMES
public FunctionDefinition(String name, int arity, int type)
public FunctionDefinition(Function function)
 DL-Learner is licenced 						under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann