Package adams.data.instances
Interface InstanceGeneratorWithTargetField
-
- All Known Implementing Classes:
AbstractFieldInstanceGeneratorWithClass,AbstractSpectrumInstanceGeneratorWithClass,FieldInstanceGeneratorWithClass,SimpleInstanceGenerator
public interface InstanceGeneratorWithTargetFieldInstance 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 StringfieldTipText()Returns the tip text for this property.adams.data.report.FieldgetField()Returns the field that acts as class attribute.voidsetField(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.
-
-