org.eclipse.mat.query.quantize
Interface Quantize.Function.Factory

All Known Implementing Classes:
LatestValueFunction
Enclosing interface:
Quantize.Function

public static interface Quantize.Function.Factory

Interface for a function factory.


Method Summary
 Quantize.Function build()
          Builds a new function.
 Column column(java.lang.String label)
          Creates a new column to display the values of a function.
 

Method Detail

build

Quantize.Function build()
                        throws java.lang.Exception
Builds a new function.

Throws:
java.lang.Exception

column

Column column(java.lang.String label)
Creates a new column to display the values of a function.