Uses of Package
csheets.core.formula

Packages that use csheets.core.formula
csheets.core Provides the core classes for the application's data model, i.e. workbooks, spreadsheets, cells, addresses and values. 
csheets.core.formula Provides classes for representing formulas. 
csheets.core.formula.compiler Provides classes for compiling formulas from strings. 
csheets.core.formula.lang Provides the operators, functions and references supported by the formula language. 
csheets.core.formula.util Provides utilities for performing operations on formulas. 
csheets.ext Provides an extension mechanism for the application. 
csheets.ext.assertion Provides support for user-specified and system-generated assertions. 
csheets.ext.deptree Provides customized JTree components for displaying dependencies between cells. 
csheets.ext.test Provides support for test cases and test case parameters. 
 

Classes in csheets.core.formula used by csheets.core
Formula
          A formula in a cell.
 

Classes in csheets.core.formula used by csheets.core.formula
BinaryOperator
          A binary operator in a formula.
Expression
          An expression in a formula, that can be evaluated and visited.
Function
          A function that can be used in a formula.
FunctionParameter
          A parameter of a function, i.e. the definition of a valid argument.
Operation
          An operation in a formula.
Operator
          An operator in a formula.
Reference
          A reference to one or more cells in a spreadsheet.
UnaryOperator
          A unary operator in a formula.
 

Classes in csheets.core.formula used by csheets.core.formula.compiler
Expression
          An expression in a formula, that can be evaluated and visited.
Formula
          A formula in a cell.
Function
          A function that can be used in a formula.
FunctionParameter
          A parameter of a function, i.e. the definition of a valid argument.
 

Classes in csheets.core.formula used by csheets.core.formula.lang
BinaryOperation
          A binary operation in a formula.
BinaryOperator
          A binary operator in a formula.
Expression
          An expression in a formula, that can be evaluated and visited.
Function
          A function that can be used in a formula.
FunctionParameter
          A parameter of a function, i.e. the definition of a valid argument.
Operation
          An operation in a formula.
Operator
          An operator in a formula.
Reference
          A reference to one or more cells in a spreadsheet.
UnaryOperator
          A unary operator in a formula.
 

Classes in csheets.core.formula used by csheets.core.formula.util
BinaryOperation
          A binary operation in a formula.
Expression
          An expression in a formula, that can be evaluated and visited.
Formula
          A formula in a cell.
FunctionCall
          A call to a function in a formula.
Literal
          A literal value in a formula.
Reference
          A reference to one or more cells in a spreadsheet.
UnaryOperation
          A unary operation in a formula.
 

Classes in csheets.core.formula used by csheets.ext
Formula
          A formula in a cell.
 

Classes in csheets.core.formula used by csheets.ext.assertion
BinaryOperation
          A binary operation in a formula.
Expression
          An expression in a formula, that can be evaluated and visited.
FunctionCall
          A call to a function in a formula.
Literal
          A literal value in a formula.
Reference
          A reference to one or more cells in a spreadsheet.
UnaryOperation
          A unary operation in a formula.
 

Classes in csheets.core.formula used by csheets.ext.deptree
Reference
          A reference to one or more cells in a spreadsheet.
 

Classes in csheets.core.formula used by csheets.ext.test
Expression
          An expression in a formula, that can be evaluated and visited.
Formula
          A formula in a cell.
Literal
          A literal value in a formula.
Reference
          A reference to one or more cells in a spreadsheet.