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