public abstract class AbstractFormulaProcessor extends Object implements FormulaProcessor
| Constructor and Description |
|---|
AbstractFormulaProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,List<CellRef>> |
buildJointedCellRefMap(Transformer transformer,
CellData formulaCellData) |
protected Map<CellRef,List<CellRef>> |
buildTargetCellRefMap(Transformer transformer,
Area area,
CellData formulaCellData) |
void |
processAreaFormulas(Transformer transformer)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessAreaFormulasprotected Map<CellRef,List<CellRef>> buildTargetCellRefMap(Transformer transformer, Area area, CellData formulaCellData)
protected Map<String,List<CellRef>> buildJointedCellRefMap(Transformer transformer, CellData formulaCellData)
@Deprecated public void processAreaFormulas(Transformer transformer)
FormulaProcessorprocessAreaFormulas in interface FormulaProcessortransformer - -Copyright © 2019. All rights reserved.