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
MaltChainedException
public void setDefaultRootLabel(SymbolTable table, java.lang.String defaultRootSymbol) throws MaltChainedException
MaltChainedException
public java.lang.Integer getDefaultRootLabelCode(SymbolTable table) throws MaltChainedException
MaltChainedException
public LabelSet getDefaultRootLabels() throws MaltChainedException
MaltChainedException
public java.lang.String getDefaultRootLabelSymbol(SymbolTable table) throws MaltChainedException
MaltChainedException
public boolean checkRootLabelCodes(LabelSet rlc)
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.