Uses of Class
adams.data.report.Field
-
-
Uses of Field in adams.core.io
Fields in adams.core.io declared as Field Modifier and Type Field Description protected Field
ReportFieldFilenameGenerator. m_Field
the field to obtain the filename from.Methods in adams.core.io that return Field Modifier and Type Method Description Field
ReportFieldFilenameGenerator. getField()
Returns the field in use.Methods in adams.core.io with parameters of type Field Modifier and Type Method Description void
ReportFieldFilenameGenerator. setField(Field value)
Sets the field to use. -
Uses of Field in adams.data.boofcv.multiimageoperation
Fields in adams.data.boofcv.multiimageoperation declared as Field Modifier and Type Field Description protected Field[]
ReportFieldSubtraction. m_Fields
the report fields to subtract.Methods in adams.data.boofcv.multiimageoperation that return Field Modifier and Type Method Description Field[]
ReportFieldSubtraction. getFields()
Returns the fields.Methods in adams.data.boofcv.multiimageoperation with parameters of type Field Modifier and Type Method Description void
ReportFieldSubtraction. setFields(Field[] value)
Sets the fields. -
Uses of Field in adams.data.conversion
Fields in adams.data.conversion declared as Field Modifier and Type Field Description protected Field[]
ReportToWekaInstance. m_Fields
the fields to turn into an instance.protected Field
ReportArrayToMap. m_Key
the field to acts as key in the map.Methods in adams.data.conversion that return Field Modifier and Type Method Description Field[]
ReportToWekaInstance. getFields()
Returns the fields in use.Field
ReportArrayToMap. getKey()
Returns the field in use as key in the map.Methods in adams.data.conversion with parameters of type Field Modifier and Type Method Description void
ReportToWekaInstance. setFields(Field[] value)
Sets the fields to use.void
ReportArrayToMap. setKey(Field value)
Sets the field to use as key in the map. -
Uses of Field in adams.data.filter
Fields in adams.data.filter declared as Field Modifier and Type Field Description protected Field
TimeseriesShiftTimestamps. m_ReportField
the reprt field to use.Methods in adams.data.filter that return Field Modifier and Type Method Description Field
TimeseriesShiftTimestamps. getReportField()
The report field to obtain the timestamp from.Methods in adams.data.filter with parameters of type Field Modifier and Type Method Description void
TimeseriesShiftTimestamps. setReportField(Field value)
Sets the report field to obtain the timestamp from. -
Uses of Field in adams.data.groupextraction
Fields in adams.data.groupextraction declared as Field Modifier and Type Field Description protected Field
ReportField. m_Field
the report field.protected Field
ReportFieldRegExp. m_Field
the report field.Methods in adams.data.groupextraction that return Field Modifier and Type Method Description Field
ReportField. getField()
Returns the field to get the group from.Field
ReportFieldRegExp. getField()
Returns the field to get the group from.Methods in adams.data.groupextraction with parameters of type Field Modifier and Type Method Description void
ReportField. setField(Field value)
Sets the field to get the group from.void
ReportFieldRegExp. setField(Field value)
Sets the field to get the group from. -
Uses of Field in adams.data.groupupdate
Fields in adams.data.groupupdate declared as Field Modifier and Type Field Description protected Field
ReportField. m_Field
the report field.Methods in adams.data.groupupdate that return Field Modifier and Type Method Description Field
ReportField. getField()
Returns the field to set the group under.Methods in adams.data.groupupdate with parameters of type Field Modifier and Type Method Description void
ReportField. setField(Field value)
Sets the field to set the group under. -
Uses of Field in adams.data.idextraction
Fields in adams.data.idextraction declared as Field Modifier and Type Field Description protected Field
ReportField. m_Field
the report field.Methods in adams.data.idextraction that return Field Modifier and Type Method Description Field
ReportField. getField()
Returns the field to get the group from.Methods in adams.data.idextraction with parameters of type Field Modifier and Type Method Description void
ReportField. setField(Field value)
Sets the field to get the group from. -
Uses of Field in adams.data.idupdate
Fields in adams.data.idupdate declared as Field Modifier and Type Field Description protected Field
ReportField. m_Field
the report field.Methods in adams.data.idupdate that return Field Modifier and Type Method Description Field
ReportField. getField()
Returns the field to set the ID under.Methods in adams.data.idupdate with parameters of type Field Modifier and Type Method Description void
ReportField. setField(Field value)
Sets the field to set the ID under. -
Uses of Field in adams.data.image
Fields in adams.data.image declared as Field Modifier and Type Field Description protected Field[]
AbstractImageFeatureGenerator. m_Fields
fields to add to the output data.Methods in adams.data.image that return Field Modifier and Type Method Description Field[]
AbstractImageFeatureGenerator. getFields()
Returns the targets to add.Methods in adams.data.image with parameters of type Field Modifier and Type Method Description void
AbstractImageFeatureGenerator. setFields(Field[] value)
Sets the targets to add. -
Uses of Field in adams.data.image.multiimageoperation
Fields in adams.data.image.multiimageoperation declared as Field Modifier and Type Field Description protected Field[]
ReportFieldSubtraction. m_Fields
the report fields to subtract.Methods in adams.data.image.multiimageoperation that return Field Modifier and Type Method Description Field[]
ReportFieldSubtraction. getFields()
Returns the fields.Methods in adams.data.image.multiimageoperation with parameters of type Field Modifier and Type Method Description void
ReportFieldSubtraction. setFields(Field[] value)
Sets the fields. -
Uses of Field in adams.data.instances
Methods in adams.data.instances that return Field Modifier and Type Method Description Field[]
InstanceGeneratorWithAdditionalFields. getAdditionalFields()
Returns the additional fields to add.Field[]
InstanceGeneratorWithFields. getFields()
Returns the targets to add.Methods in adams.data.instances with parameters of type Field Modifier and Type Method Description void
InstanceGeneratorWithAdditionalFields. setAdditionalFields(Field[] value)
Sets the additional fields to add.void
InstanceGeneratorWithFields. setFields(Field[] value)
Sets the targets to add. -
Uses of Field in adams.data.io.input
Fields in adams.data.io.input declared as Field Modifier and Type Field Description protected Field
ImageClassificationJsonReportReader. m_FieldLabel
the report field to store the label under.protected Field
ImageClassificationSpreadSheetReportReader. m_FieldLabel
the report field to store the label under.protected Field
ImageClassificationJsonReportReader. m_FieldScore
the report file to store the score under.protected Field
ImageClassificationSpreadSheetReportReader. m_FieldScore
the report file to store the score under.protected Field
OpexObjectLocationsReader. m_ID
the field to use for the ID.protected Field
PascalVOCObjectLocationsReader. m_ID
the field to use for the ID.protected Field
OpexObjectLocationsReader. m_Timestamp
the field to use for the timestamp.protected Field
PascalVOCObjectLocationsReader. m_Timestamp
the field to use for the timestamp.Methods in adams.data.io.input that return Field Modifier and Type Method Description Field
ImageClassificationJsonReportReader. getFieldLabel()
Returns the field for the label.Field
ImageClassificationSpreadSheetReportReader. getFieldLabel()
Returns the field for the label.Field
ImageClassificationJsonReportReader. getFieldScore()
Returns the field for the score.Field
ImageClassificationSpreadSheetReportReader. getFieldScore()
Returns the field for the score.Field
OpexObjectLocationsReader. getID()
Returns the field to use for the ID.Field
PascalVOCObjectLocationsReader. getID()
Returns the field to use for the ID.Field
OpexObjectLocationsReader. getTimestamp()
Returns the field to use for the timestamp.Field
PascalVOCObjectLocationsReader. getTimestamp()
Returns the field to use for the timestamp.Methods in adams.data.io.input with parameters of type Field Modifier and Type Method Description void
ImageClassificationJsonReportReader. setFieldLabel(Field value)
Sets the field for the label.void
ImageClassificationSpreadSheetReportReader. setFieldLabel(Field value)
Sets the field for the label.void
ImageClassificationJsonReportReader. setFieldScore(Field value)
Sets the field for the score.void
ImageClassificationSpreadSheetReportReader. setFieldScore(Field value)
Sets the field for the score.void
OpexObjectLocationsReader. setID(Field value)
Sets the field to use for the ID.void
PascalVOCObjectLocationsReader. setID(Field value)
Sets the field to use for the ID.void
OpexObjectLocationsReader. setTimestamp(Field value)
Sets the field to use for the timestamp.void
PascalVOCObjectLocationsReader. setTimestamp(Field value)
Sets the field to use for the timestamp. -
Uses of Field in adams.data.io.output
Fields in adams.data.io.output declared as Field Modifier and Type Field Description protected Field
OpexObjectLocationsWriter. m_ID
the meta-data key with the ID.protected Field
OpexObjectLocationsWriter. m_Timestamp
the field with the timestamp.Methods in adams.data.io.output that return Field Modifier and Type Method Description Field
OpexObjectLocationsWriter. getID()
Returns the field to use for the ID.Field
OpexObjectLocationsWriter. getTimestamp()
Returns the field to use for the timestamp.Methods in adams.data.io.output with parameters of type Field Modifier and Type Method Description void
OpexObjectLocationsWriter. setID(Field value)
Sets the field to use for the ID.void
OpexObjectLocationsWriter. setTimestamp(Field value)
Sets the field to use for the timestamp. -
Uses of Field in adams.data.opencv.multiimageoperation
Fields in adams.data.opencv.multiimageoperation declared as Field Modifier and Type Field Description protected Field[]
ReportFieldSubtraction. m_Fields
the report fields to subtract.Methods in adams.data.opencv.multiimageoperation that return Field Modifier and Type Method Description Field[]
ReportFieldSubtraction. getFields()
Returns the fields.Methods in adams.data.opencv.multiimageoperation with parameters of type Field Modifier and Type Method Description void
ReportFieldSubtraction. setFields(Field[] value)
Sets the fields. -
Uses of Field in adams.data.outlier
Fields in adams.data.outlier declared as Field Modifier and Type Field Description protected Field
MinMax. m_field
the quant field.protected Field
FieldRequired. m_Field
the name of the field that needs to be present.protected Field
StringMatcher. m_Field
the name of the reference compound.protected Field
TargetRequired. m_Field
the name of the reference compound.Methods in adams.data.outlier that return Field Modifier and Type Method Description Field
FieldRequired. getField()
Returns the current reference (i.e., class).Field
MinMax. getField()
Returns the field.Field
StringMatcher. getField()
Returns the current reference (i.e., class).Field
TargetRequired. getField()
Returns the current reference (i.e., class).Methods in adams.data.outlier with parameters of type Field Modifier and Type Method Description void
FieldRequired. setField(Field value)
Sets the reference, i.e., the class.void
MinMax. setField(Field value)
Sets the field.void
StringMatcher. setField(Field value)
Sets the reference, i.e., the class.void
TargetRequired. setField(Field value)
Sets the reference, i.e., the class. -
Uses of Field in adams.data.report
Subclasses of Field in adams.data.report Modifier and Type Class Description class
PrefixField
A compound filed that only displays the first half of the name.class
SuffixField
A compound filed that only displays the second half of the name.Methods in adams.data.report that return Field Modifier and Type Method Description static Field
FieldUtils. fixClass(FieldType type, AbstractField field)
Creates a field object with the correct class.static Field[]
FieldUtils. fixClass(FieldType type, AbstractField[] fields)
Creates an array with the correct class.Methods in adams.data.report with parameters of type Field Modifier and Type Method Description static com.google.gson.JsonObject
ReportJsonUtils. toJson(Report report, Field[] fields)
Turns the specified fields from the report into a json structure. -
Uses of Field in adams.data.timeseries
Fields in adams.data.timeseries declared as Field Modifier and Type Field Description protected Field[]
AbstractTimeseriesFeatureGenerator. m_Fields
fields to add to the output data.Methods in adams.data.timeseries that return Field Modifier and Type Method Description Field[]
AbstractTimeseriesFeatureGenerator. getFields()
Returns the targets to add.Methods in adams.data.timeseries with parameters of type Field Modifier and Type Method Description void
AbstractTimeseriesFeatureGenerator. setFields(Field[] value)
Sets the targets to add. -
Uses of Field in adams.db
Methods in adams.db that return Field Modifier and Type Method Description protected Field
ReportTableByDBID. createField(String name, String type)
Creates a new Field object.protected Field
ReportTableByID. createField(String name, String type)
Creates a new Field object.Methods in adams.db with parameters of type Field Modifier and Type Method Description boolean
ReportProvider. store(I parent_id, T report, boolean removeExisting, boolean merge, Field[] overwrite)
Stores the report.boolean
ReportProviderByDBID. store(Integer parent_id, T report, boolean removeExisting, boolean merge, Field[] overwrite)
Stores the report.boolean
ReportProviderByID. store(String id, T report, boolean removeExisting, boolean merge, Field[] overwrite)
Stores the report.boolean
ReportTableByDBID. store(Integer parent_id, R report, boolean removeExisting, boolean merge, Field[] overwrite)
Stores the report.boolean
ReportTableByID. store(String id, R report, boolean removeExisting, boolean merge, Field[] overwrite)
Stores the report. -
Uses of Field in adams.flow.condition.bool
Fields in adams.flow.condition.bool declared as Field Modifier and Type Field Description protected Field
BooleanReportValue. m_Field
the field in the report to check.protected Field
ReportValueExists. m_Field
the field in the report to check.Methods in adams.flow.condition.bool that return Field Modifier and Type Method Description Field
BooleanReportValue. getField()
Returns the field to look for in the report.Field
ReportValueExists. getField()
Returns the field to look for in the report.Methods in adams.flow.condition.bool with parameters of type Field Modifier and Type Method Description void
BooleanReportValue. setField(Field value)
Sets the field to look for in the report.void
ReportValueExists. setField(Field value)
Sets the field to look for in the report.Constructors in adams.flow.condition.bool with parameters of type Field Constructor Description ReportValueExists(Field field)
Initializes with the specified field. -
Uses of Field in adams.flow.template
Fields in adams.flow.template declared as Field Modifier and Type Field Description protected Field
StoreReportValueInVariable. m_Field
the report field to extract.Methods in adams.flow.template that return Field Modifier and Type Method Description Field
StoreReportValueInVariable. getField()
Returns the field to retrieve from the report.Methods in adams.flow.template with parameters of type Field Modifier and Type Method Description void
StoreReportValueInVariable. setField(Field value)
Sets the field to retrieve from the report. -
Uses of Field in adams.flow.transformer
Fields in adams.flow.transformer declared as Field Modifier and Type Field Description protected Field
ImageLabeler. m_Field
the field to use in the report.protected Field
ReportMathExpression. m_Field
the field for the result.protected Field[]
AbstractReportValueDbWriter. m_Fields
the fields to write to DB.protected Field
MergeReportFromMap. m_Key
the field to acts as key in the map.protected Field[]
AbstractReportDbWriter. m_OverwriteFields
the fields to overwrite in "merge" mode.protected Field[]
AbstractReportFileImport. m_OverwriteFields
the fields to overwrite in "merge" mode.Methods in adams.flow.transformer that return Field Modifier and Type Method Description protected Field[]
AbstractReportValueDbWriter. assembleFields()
Method for assembling the fields to overwrite.protected Field
GetReportValue. getDefaultField()
Returns the default field for the option.protected Field
SetReportValue. getDefaultField()
Returns the default field for the option.Field
DeleteReportValueByExpression. getField()
Returns the field to delete from the report.Field
GetReportValue. getField()
Returns the field to retrieve from the report.Field
ImageLabeler. getField()
Returns the field to use for the label.Field
ReportMathExpression. getField()
Returns the field to update.Field
SetReportValue. getField()
Returns the field to retrieve from the report.Field[]
DeleteReportValue. getFields()
Returns the fields to delete from the report.Field
MergeReportFromMap. getKey()
Returns the field in use as key in the map.Field[]
AbstractReportDbWriter. getOverwriteFields()
Returns the fields to overwrite in "merge" mode.Field[]
AbstractReportFileImport. getOverwriteFields()
Returns the fields to overwrite in "merge" mode.protected Field
SpreadSheetInfo. toField(SpreadSheet sheet, int col)
Turns the column into a field.Methods in adams.flow.transformer with parameters of type Field Modifier and Type Method Description void
DeleteReportValueByExpression. setField(Field value)
Sets the field to delete from the report.void
GetReportValue. setField(Field value)
Sets the field to retrieve from the report.void
ImageLabeler. setField(Field value)
Sets the field to use for the label.void
ReportMathExpression. setField(Field value)
Sets the field to update.void
SetReportValue. setField(Field value)
Sets the field to retrieve from the report.void
DeleteReportValue. setFields(Field[] value)
Sets the fields to delete from the report.void
MergeReportFromMap. setKey(Field value)
Sets the field to use as key in the map.void
AbstractReportDbWriter. setOverwriteFields(Field[] value)
Sets the fields to overwrite in "merge" mode.void
AbstractReportFileImport. setOverwriteFields(Field[] value)
Sets the fields to overwrite in "merge" mode. -
Uses of Field in adams.flow.transformer.timeseriessplit
Fields in adams.flow.transformer.timeseriessplit declared as Field Modifier and Type Field Description protected Field
ReportDate. m_Field
the field in the report to split on.Methods in adams.flow.transformer.timeseriessplit that return Field Modifier and Type Method Description Field
ReportDate. getField()
Returns the report field to obtain the split date from.Methods in adams.flow.transformer.timeseriessplit with parameters of type Field Modifier and Type Method Description void
ReportDate. setField(Field value)
Sets the report field to obtain the split date from. -
Uses of Field in adams.gui.selection
Method parameters in adams.gui.selection with type arguments of type Field Modifier and Type Method Description protected void
SelectFieldPanel. processMissing(Vector<Field> missing)
Hook method for processing items that were not found when trying to select them initially. -
Uses of Field in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as Field Modifier and Type Field Description protected Field
ImageClassificationHandler. m_FieldLabel
the report field to get the label from.protected Field
ImageClassificationHandler. m_FieldScore
the report file to get the score from.Methods in adams.gui.tools.previewbrowser that return Field Modifier and Type Method Description Field
ImageClassificationHandler. getFieldLabel()
Returns the field for the label.Field
ImageClassificationHandler. getFieldScore()
Returns the field for the score.Methods in adams.gui.tools.previewbrowser with parameters of type Field Modifier and Type Method Description void
ImageClassificationHandler. setFieldLabel(Field value)
Sets the field for the label.void
ImageClassificationHandler. setFieldScore(Field value)
Sets the field for the score. -
Uses of Field in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
Methods in adams.gui.visualization.container.datacontainerpanel.containerlistpopup that return types with arguments of type Field Modifier and Type Method Description protected com.github.fracpete.javautils.struct.Struct2<Field,Object>
StoreValueInReport. enterValue(AbstractContainerListPopupCustomizer.Context<T,M,C> context)
Prompts the user to enter a field and value. -
Uses of Field in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as Field Modifier and Type Field Description protected Field
MetaDataText. m_Field
the meta-data field to display.Methods in adams.gui.visualization.image that return Field Modifier and Type Method Description Field
MetaDataText. getField()
Returns the meta-data field to display.Methods in adams.gui.visualization.image with parameters of type Field Modifier and Type Method Description void
MetaDataText. setField(Field value)
Sets the meta-data field to display. -
Uses of Field in adams.gui.visualization.instance
Fields in adams.gui.visualization.instance declared as Field Modifier and Type Field Description protected Field
ReportColorInstancePaintlet. m_ColorField
the report field to get the color from.Methods in adams.gui.visualization.instance that return Field Modifier and Type Method Description Field
ReportColorInstancePaintlet. getColorField()
Returns the report field that contains the color.Methods in adams.gui.visualization.instance with parameters of type Field Modifier and Type Method Description void
ReportColorInstancePaintlet. setColorField(Field value)
Sets the report field that contains the color. -
Uses of Field in adams.gui.visualization.object.annotator
Fields in adams.gui.visualization.object.annotator declared as Field Modifier and Type Field Description protected Field
ClassificationLabelAnnotator. m_Field
the field to store the classification label in.Methods in adams.gui.visualization.object.annotator that return Field Modifier and Type Method Description Field
ClassificationLabelAnnotator. getField()
Returns the field to use.Methods in adams.gui.visualization.object.annotator with parameters of type Field Modifier and Type Method Description void
ClassificationLabelAnnotator. setField(Field value)
Sets the field to use. -
Uses of Field in adams.gui.visualization.object.overlay
Fields in adams.gui.visualization.object.overlay declared as Field Modifier and Type Field Description protected Field
ClassificationLabelTextOverlay. m_Field
the field to store the classification label in.Methods in adams.gui.visualization.object.overlay that return Field Modifier and Type Method Description Field
ClassificationLabelTextOverlay. getField()
Returns the field to use.Methods in adams.gui.visualization.object.overlay with parameters of type Field Modifier and Type Method Description void
ClassificationLabelTextOverlay. setField(Field value)
Sets the field to use. -
Uses of Field in adams.gui.visualization.report
Fields in adams.gui.visualization.report declared as Field Modifier and Type Field Description protected Field
ReportDateFieldRangePaintlet. m_End
the date field in the report (end).protected Field[]
ReportDateFieldPaintlet. m_Fields
the date fields in the report.protected Field
ReportFactory.StandardsDialog. m_SelectedCompound
the selected compound.protected Field
ReportDateFieldRangePaintlet. m_Start
the date field in the report (start).Methods in adams.gui.visualization.report that return Field Modifier and Type Method Description Field
ReportDateFieldRangePaintlet. getEnd()
Returns the currently set date field in use for the end of the region.Field[]
ReportDateFieldPaintlet. getFields()
Returns the currently set date fields in use.Field
ReportFactory.StandardsDialog. getSelectedCompound()
Returns the selected compound (only set if OK clicked).Field
ReportDateFieldRangePaintlet. getStart()
Returns the currently set date field in use for the start of the region.Methods in adams.gui.visualization.report that return types with arguments of type Field Modifier and Type Method Description List<Field>
ReportFactory.StandardsDialog. getCompounds()
Returns the underlying compounds.Methods in adams.gui.visualization.report with parameters of type Field Modifier and Type Method Description void
ReportDateFieldRangePaintlet. setEnd(Field value)
Sets the date field in the report to use for the end of the region.void
ReportDateFieldPaintlet. setFields(Field[] value)
Sets the date fields in the report to use.void
ReportDateFieldRangePaintlet. setStart(Field value)
Sets the date field in the report to use for the start of the region.Method parameters in adams.gui.visualization.report with type arguments of type Field Modifier and Type Method Description void
ReportFactory.StandardsDialog. setCompounds(List<Field> value)
Sets the compounds to display. -
Uses of Field in adams.gui.visualization.timeseries
Fields in adams.gui.visualization.timeseries declared as Field Modifier and Type Field Description protected Field
ReportColorTimeseriesPaintlet. m_ColorField
the report field to get the color from.Methods in adams.gui.visualization.timeseries that return Field Modifier and Type Method Description Field
ReportColorTimeseriesPaintlet. getColorField()
Returns the report field that contains the color.Methods in adams.gui.visualization.timeseries with parameters of type Field Modifier and Type Method Description void
ReportColorTimeseriesPaintlet. setColorField(Field value)
Sets the report field that contains the color.
-