Package parsing
Class OperationMaps
Object
OperationMaps
public class OperationMaps
extends Object
OperationMaps
is a centralized location for the strings of all unitary and binary operations to be stored for parsing.
The conversions between these strings and their GeneralFunction
equivalents are stored as lambdas in their respective maps.-
Field Summary
Fields Modifier and Type Field Description static Map<String,BinaryConstructor>
binaryOperations
A map between binary operation strings and their associated constructor lambdasstatic Map<String,UnitaryConstructor>
unitaryOperations
A map between unitary operation strings and their associated constructor lambdas -
Method Summary
-
Field Details
-
unitaryOperations
A map between unitary operation strings and their associated constructor lambdas -
binaryOperations
A map between binary operation strings and their associated constructor lambdas
-