Uses of Class
org.apache.uima.internal.util.SymbolTable
Packages that use SymbolTable
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of SymbolTable in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as SymbolTableModifier and TypeFieldDescriptionprivate final SymbolTable
TypeSystemImpl.featureNameST
private final SymbolTable
TypeSystemImpl.typeNameST
Methods in org.apache.uima.cas.impl that return SymbolTableMethods in org.apache.uima.cas.impl with parameters of type SymbolTableModifier and TypeMethodDescription(package private) static String[]
CASMgrSerializer.symbolTable2StringArray
(SymbolTable st) -
Uses of SymbolTable in org.apache.uima.internal.util
Methods in org.apache.uima.internal.util that return SymbolTableModifier and TypeMethodDescriptionSymbolTable.copy()
Perform a deep copy.static SymbolTable
SymbolTable.readFromFile
(String filename) Read a file line by line, and create an entry for each line.