Index
A B C D E F G H I K L M N O P R S T U V X Y Z
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
O
- ONE - Static variable in class DefaultFunctions
-
A
Constantwith the value of1 - operand - Variable in class UnitaryFunction
-
The
GeneralFunctionwhich theUnitaryFunctionoperates on - operand - Variable in class OutputParenthesizer
-
The operand to be parenthesized
- operand - Variable in class OutputUnitary
-
The operand of the function
- operands - Variable in class OutputCommutative
-
The operands of the function
- operate(double, double) - Method in class CommutativeFunction
-
Performs the operation of this
CommutativeFunctionon the two inputs - operate(double, double) - Method in class IntegerCommutativeFunction
- operate(double, double) - Method in class Product
- operate(double, double) - Method in class Sum
- operate(int) - Method in class RFactorial
- operate(int) - Method in class SFactorial
- operate(int) - Method in class IntegerUnitaryFunction
-
Performs the operation of this function
- operate(int, int) - Method in class IntegerBinaryFunction
-
Performs the operation of this function on the inputs
- operate(int, int) - Method in class IntegerQuotient
- operate(int, int) - Method in class Modulo
- operateInt(int...) - Method in class GCD
- operateInt(int...) - Method in class IntegerCommutativeFunction
-
Performs the operation of this function on the inputs
- operateInt(int...) - Method in class LCM
- OperationMaps - Class in parsing
-
OperationMapsis a centralized location for the strings of all unitary and binary operations to be stored for parsing. - output - package output
- Outputable - Interface in functions
-
The
Outputableinterface allows objects, mainlyGeneralFunctions, to be converted to anOutputFunctionfor processing. - OutputBinary - Class in output
-
Provides a parent class for all
OutputFunctions of two arguments - OutputBinary(String, OutputFunction, OutputFunction) - Constructor for class OutputBinary
-
Returns a new
OutputBinaryfunction - OutputCommutative - Class in output
-
Provides a parent class for all
OutputFunctions of any number of commutative arguments - OutputCommutative(String, List<OutputFunction>) - Constructor for class OutputCommutative
-
Returns a new
OutputUnitaryfunction - OutputCommutative(String, List<OutputFunction>, Collector<CharSequence, ?, String>, Collector<CharSequence, ?, String>) - Constructor for class OutputCommutative
-
Returns a new
OutputUnitaryfunction - OutputCommutative(String, OutputFunction...) - Constructor for class OutputCommutative
-
Returns a new
OutputUnitaryfunction - OutputFunction - Interface in output
-
The
OutputFunctionis the core of the system for outputting function trees in a readable way - OutputParenthesizer - Class in output
-
An
OutputFunctionthat simply parenthesizes its operand - OutputParenthesizer(OutputFunction) - Constructor for class OutputParenthesizer
-
Returns a new
OutputParenthesizer - OutputString - Class in output
-
Provides an
OutputFunctionwhose representations are a simple string - OutputString(String) - Constructor for class OutputString
- OutputUnitary - Class in output
-
Provides a parent class for all
OutputFunctions of one argument - OutputUnitary(String, OutputFunction) - Constructor for class OutputUnitary
-
Returns a new
OutputUnitaryfunction
All Classes|All Packages