public abstract class Approximator
extends java.lang.Object
Constructor and Description |
---|
Approximator() |
Modifier and Type | Method and Description |
---|---|
abstract Datum |
approximate(Cell c,
Point p) |
abstract Datum |
approximate(Cell c,
Point p,
RecordSpec s) |
java.lang.String |
toString()
Return a String representing the object.
|
java.lang.String |
toString(java.lang.String indent)
Return a String representing the object indented by the argument string.
|
public abstract Datum approximate(Cell c, Point p, RecordSpec s)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.lang.String indent)