public interface SymbolTable extends Table
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEAN |
static java.lang.String[] |
categories |
static int |
INPUT |
static int |
INTEGER |
static int |
NA |
static int |
OUTPUT |
static int |
REAL |
static int |
STRING |
static java.lang.String[] |
types |
| Modifier and Type | Method and Description |
|---|---|
int |
getNullValueCode(NullValues.NullValueId nullValueIdentifier) |
java.lang.String |
getNullValueSymbol(NullValues.NullValueId nullValueIdentifier) |
int |
getValueCounter() |
boolean |
isNullValue(int code) |
boolean |
isNullValue(java.lang.String value) |
void |
load(java.io.BufferedReader in) |
void |
save(java.io.BufferedWriter out) |
addSymbol, getName, getSymbolCodeToString, getSymbolStringToCode, getSymbolStringToValue, sizestatic final int NA
static final int INPUT
static final int OUTPUT
static final java.lang.String[] categories
static final int STRING
static final int INTEGER
static final int BOOLEAN
static final int REAL
static final java.lang.String[] types
void save(java.io.BufferedWriter out) throws MaltChainedException
MaltChainedExceptionvoid load(java.io.BufferedReader in) throws MaltChainedException
MaltChainedExceptionint getValueCounter()
int getNullValueCode(NullValues.NullValueId nullValueIdentifier) throws MaltChainedException
MaltChainedExceptionjava.lang.String getNullValueSymbol(NullValues.NullValueId nullValueIdentifier) throws MaltChainedException
MaltChainedExceptionboolean isNullValue(java.lang.String value) throws MaltChainedException
MaltChainedExceptionboolean isNullValue(int code) throws MaltChainedException
MaltChainedExceptionCopyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.