Uses of Class
org.apache.uima.internal.util.SymbolTable
-
Packages that use SymbolTable Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.internal.util -
-
Uses of SymbolTable in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl with parameters of type SymbolTable Modifier and Type Method Description (package private) static java.lang.String[]
CASMgrSerializer. symbolTable2StringArray(SymbolTable st)
-
Uses of SymbolTable in org.apache.uima.internal.util
Methods in org.apache.uima.internal.util that return SymbolTable Modifier and Type Method Description SymbolTable
SymbolTable. copy()
Perform a deep copy.static SymbolTable
SymbolTable. readFromFile(java.lang.String filename)
Read a file line by line, and create an entry for each line.
-