org.maltparser.parser.history.container
Class ActionContainer
java.lang.Object
   org.maltparser.parser.history.container.ActionContainer
org.maltparser.parser.history.container.ActionContainer
- public class ActionContainer 
- extends Object
- Since:
- 1.1
- Author:
- Johan Hall
 
 
 
 
actionCode
protected int actionCode
actionSymbol
protected String actionSymbol
table
protected Table table
name
protected String name
ActionContainer
public ActionContainer(TableContainer tableContainer)
clear
public void clear()
- 
 
getActionSymbol
public String getActionSymbol()
- 
 
getActionCode
public int getActionCode()
- 
 
setAction
public String setAction(int code)
                 throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
setAction
public int setAction(String symbol)
              throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
getTable
public Table getTable()
- 
 
getTableName
public String getTableName()
- 
 
getTableContainerName
public String getTableContainerName()
- 
 
setTable
public void setTable(Table table)
- 
 
setName
protected void setName(String name)
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.