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 FieldReportFieldFilenameGenerator. m_Fieldthe field to obtain the filename from.Methods in adams.core.io that return Field Modifier and Type Method Description FieldReportFieldFilenameGenerator. getField()Returns the field in use.Methods in adams.core.io with parameters of type Field Modifier and Type Method Description voidReportFieldFilenameGenerator. 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_Fieldsthe 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 voidReportFieldSubtraction. 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_Fieldsthe fields to turn into an instance.protected FieldReportArrayToMap. m_Keythe 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.FieldReportArrayToMap. 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 voidReportToWekaInstance. setFields(Field[] value)Sets the fields to use.voidReportArrayToMap. 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 FieldTimeseriesShiftTimestamps. m_ReportFieldthe reprt field to use.Methods in adams.data.filter that return Field Modifier and Type Method Description FieldTimeseriesShiftTimestamps. getReportField()The report field to obtain the timestamp from.Methods in adams.data.filter with parameters of type Field Modifier and Type Method Description voidTimeseriesShiftTimestamps. 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 FieldReportField. m_Fieldthe report field.protected FieldReportFieldRegExp. m_Fieldthe report field.Methods in adams.data.groupextraction that return Field Modifier and Type Method Description FieldReportField. getField()Returns the field to get the group from.FieldReportFieldRegExp. getField()Returns the field to get the group from.Methods in adams.data.groupextraction with parameters of type Field Modifier and Type Method Description voidReportField. setField(Field value)Sets the field to get the group from.voidReportFieldRegExp. 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 FieldReportField. m_Fieldthe report field.Methods in adams.data.groupupdate that return Field Modifier and Type Method Description FieldReportField. getField()Returns the field to set the group under.Methods in adams.data.groupupdate with parameters of type Field Modifier and Type Method Description voidReportField. 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 FieldReportField. m_Fieldthe report field.Methods in adams.data.idextraction that return Field Modifier and Type Method Description FieldReportField. getField()Returns the field to get the group from.Methods in adams.data.idextraction with parameters of type Field Modifier and Type Method Description voidReportField. 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 FieldReportField. m_Fieldthe report field.Methods in adams.data.idupdate that return Field Modifier and Type Method Description FieldReportField. getField()Returns the field to set the ID under.Methods in adams.data.idupdate with parameters of type Field Modifier and Type Method Description voidReportField. 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_Fieldsfields 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 voidAbstractImageFeatureGenerator. 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_Fieldsthe 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 voidReportFieldSubtraction. 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 voidInstanceGeneratorWithAdditionalFields. setAdditionalFields(Field[] value)Sets the additional fields to add.voidInstanceGeneratorWithFields. 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 FieldImageClassificationJsonReportReader. m_FieldLabelthe report field to store the label under.protected FieldImageClassificationSpreadSheetReportReader. m_FieldLabelthe report field to store the label under.protected FieldImageClassificationJsonReportReader. m_FieldScorethe report file to store the score under.protected FieldImageClassificationSpreadSheetReportReader. m_FieldScorethe report file to store the score under.protected FieldOpexObjectLocationsReader. m_IDthe field to use for the ID.protected FieldPascalVOCObjectLocationsReader. m_IDthe field to use for the ID.protected FieldOpexObjectLocationsReader. m_Timestampthe field to use for the timestamp.protected FieldPascalVOCObjectLocationsReader. m_Timestampthe field to use for the timestamp.Methods in adams.data.io.input that return Field Modifier and Type Method Description FieldImageClassificationJsonReportReader. getFieldLabel()Returns the field for the label.FieldImageClassificationSpreadSheetReportReader. getFieldLabel()Returns the field for the label.FieldImageClassificationJsonReportReader. getFieldScore()Returns the field for the score.FieldImageClassificationSpreadSheetReportReader. getFieldScore()Returns the field for the score.FieldOpexObjectLocationsReader. getID()Returns the field to use for the ID.FieldPascalVOCObjectLocationsReader. getID()Returns the field to use for the ID.FieldOpexObjectLocationsReader. getTimestamp()Returns the field to use for the timestamp.FieldPascalVOCObjectLocationsReader. 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 voidImageClassificationJsonReportReader. setFieldLabel(Field value)Sets the field for the label.voidImageClassificationSpreadSheetReportReader. setFieldLabel(Field value)Sets the field for the label.voidImageClassificationJsonReportReader. setFieldScore(Field value)Sets the field for the score.voidImageClassificationSpreadSheetReportReader. setFieldScore(Field value)Sets the field for the score.voidOpexObjectLocationsReader. setID(Field value)Sets the field to use for the ID.voidPascalVOCObjectLocationsReader. setID(Field value)Sets the field to use for the ID.voidOpexObjectLocationsReader. setTimestamp(Field value)Sets the field to use for the timestamp.voidPascalVOCObjectLocationsReader. 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 FieldOpexObjectLocationsWriter. m_IDthe meta-data key with the ID.protected FieldOpexObjectLocationsWriter. m_Timestampthe field with the timestamp.Methods in adams.data.io.output that return Field Modifier and Type Method Description FieldOpexObjectLocationsWriter. getID()Returns the field to use for the ID.FieldOpexObjectLocationsWriter. 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 voidOpexObjectLocationsWriter. setID(Field value)Sets the field to use for the ID.voidOpexObjectLocationsWriter. 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_Fieldsthe 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 voidReportFieldSubtraction. 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 FieldMinMax. m_fieldthe quant field.protected FieldFieldRequired. m_Fieldthe name of the field that needs to be present.protected FieldStringMatcher. m_Fieldthe name of the reference compound.protected FieldTargetRequired. m_Fieldthe name of the reference compound.Methods in adams.data.outlier that return Field Modifier and Type Method Description FieldFieldRequired. getField()Returns the current reference (i.e., class).FieldMinMax. getField()Returns the field.FieldStringMatcher. getField()Returns the current reference (i.e., class).FieldTargetRequired. getField()Returns the current reference (i.e., class).Methods in adams.data.outlier with parameters of type Field Modifier and Type Method Description voidFieldRequired. setField(Field value)Sets the reference, i.e., the class.voidMinMax. setField(Field value)Sets the field.voidStringMatcher. setField(Field value)Sets the reference, i.e., the class.voidTargetRequired. 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 classPrefixFieldA compound filed that only displays the first half of the name.classSuffixFieldA 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 FieldFieldUtils. 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.JsonObjectReportJsonUtils. 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_Fieldsfields 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 voidAbstractTimeseriesFeatureGenerator. 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 FieldReportTableByDBID. createField(String name, String type)Creates a new Field object.protected FieldReportTableByID. createField(String name, String type)Creates a new Field object.Methods in adams.db with parameters of type Field Modifier and Type Method Description booleanReportProvider. store(I parent_id, T report, boolean removeExisting, boolean merge, Field[] overwrite)Stores the report.booleanReportProviderByDBID. store(Integer parent_id, T report, boolean removeExisting, boolean merge, Field[] overwrite)Stores the report.booleanReportProviderByID. store(String id, T report, boolean removeExisting, boolean merge, Field[] overwrite)Stores the report.booleanReportTableByDBID. store(Integer parent_id, R report, boolean removeExisting, boolean merge, Field[] overwrite)Stores the report.booleanReportTableByID. 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 FieldBooleanReportValue. m_Fieldthe field in the report to check.protected FieldReportValueExists. m_Fieldthe field in the report to check.Methods in adams.flow.condition.bool that return Field Modifier and Type Method Description FieldBooleanReportValue. getField()Returns the field to look for in the report.FieldReportValueExists. 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 voidBooleanReportValue. setField(Field value)Sets the field to look for in the report.voidReportValueExists. 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 FieldStoreReportValueInVariable. m_Fieldthe report field to extract.Methods in adams.flow.template that return Field Modifier and Type Method Description FieldStoreReportValueInVariable. getField()Returns the field to retrieve from the report.Methods in adams.flow.template with parameters of type Field Modifier and Type Method Description voidStoreReportValueInVariable. 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 FieldImageLabeler. m_Fieldthe field to use in the report.protected FieldReportMathExpression. m_Fieldthe field for the result.protected Field[]AbstractReportValueDbWriter. m_Fieldsthe fields to write to DB.protected FieldMergeReportFromMap. m_Keythe field to acts as key in the map.protected Field[]AbstractReportDbWriter. m_OverwriteFieldsthe fields to overwrite in "merge" mode.protected Field[]AbstractReportFileImport. m_OverwriteFieldsthe 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 FieldGetReportValue. getDefaultField()Returns the default field for the option.protected FieldSetReportValue. getDefaultField()Returns the default field for the option.FieldDeleteReportValueByExpression. getField()Returns the field to delete from the report.FieldGetReportValue. getField()Returns the field to retrieve from the report.FieldImageLabeler. getField()Returns the field to use for the label.FieldReportMathExpression. getField()Returns the field to update.FieldSetReportValue. getField()Returns the field to retrieve from the report.Field[]DeleteReportValue. getFields()Returns the fields to delete from the report.FieldMergeReportFromMap. 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 FieldSpreadSheetInfo. 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 voidDeleteReportValueByExpression. setField(Field value)Sets the field to delete from the report.voidGetReportValue. setField(Field value)Sets the field to retrieve from the report.voidImageLabeler. setField(Field value)Sets the field to use for the label.voidReportMathExpression. setField(Field value)Sets the field to update.voidSetReportValue. setField(Field value)Sets the field to retrieve from the report.voidDeleteReportValue. setFields(Field[] value)Sets the fields to delete from the report.voidMergeReportFromMap. setKey(Field value)Sets the field to use as key in the map.voidAbstractReportDbWriter. setOverwriteFields(Field[] value)Sets the fields to overwrite in "merge" mode.voidAbstractReportFileImport. setOverwriteFields(Field[] value)Sets the fields to overwrite in "merge" mode.Constructors in adams.flow.transformer with parameters of type Field Constructor Description GetReportValue(Field field)Constructor with field.GetReportValue(Field field, Conversion conversion)Constructor with field and conversion. -
Uses of Field in adams.flow.transformer.timeseriessplit
Fields in adams.flow.transformer.timeseriessplit declared as Field Modifier and Type Field Description protected FieldReportDate. m_Fieldthe field in the report to split on.Methods in adams.flow.transformer.timeseriessplit that return Field Modifier and Type Method Description FieldReportDate. 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 voidReportDate. 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 voidSelectFieldPanel. 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 FieldImageClassificationHandler. m_FieldLabelthe report field to get the label from.protected FieldImageClassificationHandler. m_FieldScorethe report file to get the score from.Methods in adams.gui.tools.previewbrowser that return Field Modifier and Type Method Description FieldImageClassificationHandler. getFieldLabel()Returns the field for the label.FieldImageClassificationHandler. getFieldScore()Returns the field for the score.Methods in adams.gui.tools.previewbrowser with parameters of type Field Modifier and Type Method Description voidImageClassificationHandler. setFieldLabel(Field value)Sets the field for the label.voidImageClassificationHandler. 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 FieldMetaDataText. m_Fieldthe meta-data field to display.Methods in adams.gui.visualization.image that return Field Modifier and Type Method Description FieldMetaDataText. getField()Returns the meta-data field to display.Methods in adams.gui.visualization.image with parameters of type Field Modifier and Type Method Description voidMetaDataText. 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 FieldReportColorInstancePaintlet. m_ColorFieldthe report field to get the color from.Methods in adams.gui.visualization.instance that return Field Modifier and Type Method Description FieldReportColorInstancePaintlet. 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 voidReportColorInstancePaintlet. 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 FieldClassificationLabelAnnotator. m_Fieldthe field to store the classification label in.Methods in adams.gui.visualization.object.annotator that return Field Modifier and Type Method Description FieldClassificationLabelAnnotator. getField()Returns the field to use.Methods in adams.gui.visualization.object.annotator with parameters of type Field Modifier and Type Method Description voidClassificationLabelAnnotator. 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 FieldClassificationLabelTextOverlay. m_Fieldthe field to store the classification label in.Methods in adams.gui.visualization.object.overlay that return Field Modifier and Type Method Description FieldClassificationLabelTextOverlay. getField()Returns the field to use.Methods in adams.gui.visualization.object.overlay with parameters of type Field Modifier and Type Method Description voidClassificationLabelTextOverlay. 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 FieldReportDateFieldRangePaintlet. m_Endthe date field in the report (end).protected Field[]ReportDateFieldPaintlet. m_Fieldsthe date fields in the report.protected FieldReportFactory.StandardsDialog. m_SelectedCompoundthe selected compound.protected FieldReportDateFieldRangePaintlet. m_Startthe date field in the report (start).Methods in adams.gui.visualization.report that return Field Modifier and Type Method Description FieldReportDateFieldRangePaintlet. 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.FieldReportFactory.StandardsDialog. getSelectedCompound()Returns the selected compound (only set if OK clicked).FieldReportDateFieldRangePaintlet. 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 voidReportDateFieldRangePaintlet. setEnd(Field value)Sets the date field in the report to use for the end of the region.voidReportDateFieldPaintlet. setFields(Field[] value)Sets the date fields in the report to use.voidReportDateFieldRangePaintlet. 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 voidReportFactory.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 FieldReportColorTimeseriesPaintlet. m_ColorFieldthe report field to get the color from.Methods in adams.gui.visualization.timeseries that return Field Modifier and Type Method Description FieldReportColorTimeseriesPaintlet. 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 voidReportColorTimeseriesPaintlet. setColorField(Field value)Sets the report field that contains the color.
-