Package adams.data.instances
Interface InstanceGeneratorWithTargetField
-
- All Known Implementing Classes:
AbstractFieldInstanceGeneratorWithClass
,AbstractSpectrumInstanceGeneratorWithClass
,FieldInstanceGeneratorWithClass
,SimpleInstanceGenerator
public interface InstanceGeneratorWithTargetField
Instance generator with a target field, i.e., class.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
fieldTipText()
Returns the tip text for this property.adams.data.report.Field
getField()
Returns the field that acts as class attribute.void
setField(adams.data.report.Field value)
Sets the field to act as class attribute.
-
-
-
Method Detail
-
setField
void setField(adams.data.report.Field value)
Sets the field to act as class attribute.- Parameters:
value
- the field
-
getField
adams.data.report.Field getField()
Returns the field that acts as class attribute.- Returns:
- the field
-
fieldTipText
String fieldTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-