public interface DynamicField extends ExportableField
Expression
that is added to the selection list of a
DynamicQuery
.
Formatter
that is used to format the values that are
selected by the expression before they are written to the file
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression(DbControl dc,
DynamicQuery query,
BioAssaySet source,
boolean forAverage)
Get an expression that selects the data that should be exported.
|
getFormatter, getTitle, getType
Expression getExpression(DbControl dc, DynamicQuery query, BioAssaySet source, boolean forAverage)
dc
- The DbControl that is used for database accessquery
- The query the expression will be used withsource
- The source bioassay setforAverage
- TRUE if the expression should generate an
average of multiple values