|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ContextDerivedData.DerivedCalculator
A way of actually doing the calculations.
| Method Summary | |
|---|---|
void |
calculate(ContextDerivedData.DerivedOperation operation,
Object row,
IProgressListener listener)
Do the calculation for the row. |
Object |
lookup(Object row)
Get the results of the calculation from the row. |
| Method Detail |
|---|
Object lookup(Object row)
row - the row
void calculate(ContextDerivedData.DerivedOperation operation,
Object row,
IProgressListener listener)
throws SnapshotException
lookup(Object)
operation - the operation to do on the row to get the derived datarow - the rowlistener - to indicate progress and exceptions
SnapshotException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||