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