public abstract class BaseRecognizer extends java.lang.Object implements Recognizer
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
cell |
protected com.sqlstream.webagent.Json_column |
column |
Constructor and Description |
---|
BaseRecognizer() |
Modifier and Type | Method and Description |
---|---|
void |
_clear() |
void |
_prepare(com.sqlstream.webagent.Json_column col,
java.lang.Object cell) |
protected java.lang.Float |
getFloat()
This method is used to return a cached float value
|
java.lang.String |
getTextFalse()
A text to display if the test was false
|
protected boolean |
isInteger()
Helper method to define if the current cell is an Integer
|
protected boolean |
isNumeric()
Helper method to define if the current cell is numeric or not
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCategory, getLongName, getShortName, getTextTrue, test
protected com.sqlstream.webagent.Json_column column
protected java.lang.Object cell
protected java.lang.Float getFloat()
protected boolean isNumeric()
protected boolean isInteger()
public void _prepare(com.sqlstream.webagent.Json_column col, java.lang.Object cell)
public void _clear()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getTextFalse()
Recognizer
getTextFalse
in interface Recognizer