|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.jddac.AggregateFunction
public class AggregateFunction
This Function is applied to an aggregation block. It converts the Samples that are stored internally from an ArgArray[] to an ArgArray like:
ArgArray {
"0": argArray[0]
"1": argArray[1]
"2": argArray[2]
...
}
This allows the records to be passed on to other FunctionBlocks that expect
an argArray
| Field Summary |
|---|
| Fields inherited from interface org.mbari.jddac.IFunction |
|---|
KEY, OPID_IN, OPID_OUT |
| Constructor Summary | |
|---|---|
AggregateFunction(AggregationBlock aggregationBlock)
|
|
| Method Summary | |
|---|---|
net.java.jddac.common.type.ArgArray |
execute(net.java.jddac.common.type.ArgArray argArray)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AggregateFunction(AggregationBlock aggregationBlock)
| Method Detail |
|---|
public net.java.jddac.common.type.ArgArray execute(net.java.jddac.common.type.ArgArray argArray)
execute in interface IFunction
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||