|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the methods that must be implemented by a class that will perform calculations on column data. The class includes methods to provide data sources to the derived calculator and to remove the sources.
Method Summary | |
void |
calculate(CalculatedAttributeInfo ca,
javax.infobus.ImmediateAccess ia)
Calculates the new value based upon the source values. |
void |
sourceAdded(ColumnInfo col)
Adds a ColumnInfo to this Calculator as a source. |
void |
sourceRemoved(ColumnInfo col)
Removes a ColumnInfo from this Calculator. |
Method Detail |
public void sourceAdded(ColumnInfo col)
col
- the ColumnInfo added as a value source.public void sourceRemoved(ColumnInfo col)
col
- the ColumnInfo removed as a value source.public void calculate(CalculatedAttributeInfo ca, javax.infobus.ImmediateAccess ia)
ca
- the CalculatedAttributeInfo to be updated.ia
- the ImmediateAccess DataItem that contains the current
value and stores the new value.
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.