public class RootLabels extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ROOTSYMBOL |
Constructor and Description |
---|
RootLabels() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkRootLabelCodes(LabelSet rlc) |
Integer |
getDefaultRootLabelCode(SymbolTable table) |
LabelSet |
getDefaultRootLabels() |
String |
getDefaultRootLabelSymbol(SymbolTable table) |
void |
setDefaultRootLabel(SymbolTable table,
String defaultRootSymbol) |
void |
setRootLabels(String rootLabelOption,
SortedMap<String,SymbolTable> edgeSymbolTables) |
public static final String DEFAULT_ROOTSYMBOL
public RootLabels()
public void setRootLabels(String rootLabelOption, SortedMap<String,SymbolTable> edgeSymbolTables) throws MaltChainedException
MaltChainedException
public void setDefaultRootLabel(SymbolTable table, String defaultRootSymbol) throws MaltChainedException
MaltChainedException
public Integer getDefaultRootLabelCode(SymbolTable table) throws MaltChainedException
MaltChainedException
public LabelSet getDefaultRootLabels() throws MaltChainedException
MaltChainedException
public String getDefaultRootLabelSymbol(SymbolTable table) throws MaltChainedException
MaltChainedException
public boolean checkRootLabelCodes(LabelSet rlc)
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.