|
MaltParser 1.4.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LabeledStructure
Method Summary | |
---|---|
void |
addLabel(Element element,
String tableName,
String label)
Adds a label label to the graph element element |
void |
checkInLabelSet(LabelSet labelSet)
Checks in a label set. |
LabelSet |
checkOutNewLabelSet()
Checks out a new label set from the structure. |
SymbolTableHandler |
getSymbolTables()
Returns the symbol table handler. |
void |
setSymbolTables(SymbolTableHandler symbolTables)
Sets the symbol table handler. |
Method Detail |
---|
SymbolTableHandler getSymbolTables()
void setSymbolTables(SymbolTableHandler symbolTables)
symbolTables
- a symbol table handler.void addLabel(Element element, String tableName, String label) throws MaltChainedException
element
- a graph element element (a node or a edge).tableName
- the name of the symbol table.label
- the string value of the label.
MaltChainedException
LabelSet checkOutNewLabelSet() throws MaltChainedException
MaltChainedException
void checkInLabelSet(LabelSet labelSet) throws MaltChainedException
labelSet
- a label set.
MaltChainedException
|
MaltParser 1.4.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |