public class Formula<E extends DataObject<E>>
extends java.lang.Object
Constructor and Description |
---|
Formula(CalculatedFieldExtractor<E> extractor,
FormulaElement<E> headelement) |
Modifier and Type | Method and Description |
---|---|
NamedList<DataUpdateTrigger<E>> |
compute(E contextobject)
compute method for a formula.
|
public Formula(CalculatedFieldExtractor<E> extractor, FormulaElement<E> headelement)
public NamedList<DataUpdateTrigger<E>> compute(E contextobject)
contextobject
- the object to execute the calculation on