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

O

ONE - Static variable in class DefaultFunctions
A Constant with the value of 1
operand - Variable in class UnitaryFunction
The GeneralFunction which the UnitaryFunction operates 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 CommutativeFunction on 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
OperationMaps is 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 Outputable interface allows objects, mainly GeneralFunctions, to be converted to an OutputFunction for 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 OutputBinary function
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 OutputUnitary function
OutputCommutative(String, List<OutputFunction>, Collector<CharSequence, ?, String>, Collector<CharSequence, ?, String>) - Constructor for class OutputCommutative
Returns a new OutputUnitary function
OutputCommutative(String, OutputFunction...) - Constructor for class OutputCommutative
Returns a new OutputUnitary function
OutputFunction - Interface in output
The OutputFunction is the core of the system for outputting function trees in a readable way
OutputParenthesizer - Class in output
An OutputFunction that simply parenthesizes its operand
OutputParenthesizer(OutputFunction) - Constructor for class OutputParenthesizer
Returns a new OutputParenthesizer
OutputString - Class in output
Provides an OutputFunction whose 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 OutputUnitary function
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