Class SpreadsheetBlock.FormulaCell
java.lang.Object
neqsim.process.equipment.util.SpreadsheetBlock.FormulaCell
- All Implemented Interfaces:
Serializable, SpreadsheetBlock.CellDefinition
- Enclosing class:
SpreadsheetBlock
private static class SpreadsheetBlock.FormulaCell
extends Object
implements SpreadsheetBlock.CellDefinition
Cell computed by a formula referencing other cells.
- Version:
- 1.0
- Author:
- ESOL
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
formula
-
-
Constructor Details
-
FormulaCell
-
-
Method Details
-
evaluate
Description copied from interface:SpreadsheetBlock.CellDefinitionEvaluate this cell given the current state of all previously computed cells.- Specified by:
evaluatein interfaceSpreadsheetBlock.CellDefinition- Parameters:
currentValues- map of cell name to value for already-computed cells- Returns:
- the evaluated value
-