jigcell.compare.objective
Interface IInterpolationObjective
- All Superinterfaces:
- java.lang.Cloneable, IDataGenerator, IDataSource, IReadableDataSource, java.awt.datatransfer.Transferable
- All Known Implementing Classes:
- WOSSObjective
public interface IInterpolationObjective
- extends IDataGenerator
A data generator supporting the concept of data interpolation.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
- Author:
- Nicholas Allen
Methods inherited from interface java.awt.datatransfer.Transferable |
getTransferData, getTransferDataFlavors, isDataFlavorSupported |
ATTRIBUTE_INTERPOLATION
static final java.lang.String ATTRIBUTE_INTERPOLATION
- Attribute key for the current interpolation method
- See Also:
- Constant Field Values
INTERPOLATION_NONE
static final java.lang.String INTERPOLATION_NONE
- Default interpolation of none
- See Also:
- Constant Field Values
OPTION_INTERPOLATIONS
static final java.lang.String OPTION_INTERPOLATIONS
- Option for all supported interpolation methods
- See Also:
- Constant Field Values
getInterpolation
java.lang.String getInterpolation()
- The interpolation.
getInterpolations
java.util.List getInterpolations()
- The valid interpolations
setInterpolation
void setInterpolation(java.lang.String interpolation)
- Sets the suggested interpolation. Implementations should act on this reasonably.
- Parameters:
interpolation
- Interpolation