MaltParser 1.7.1

org.maltparser.parser.history.container
Class ActionContainer

java.lang.Object
  extended by org.maltparser.parser.history.container.ActionContainer

public class ActionContainer
extends Object

Author:
Johan Hall

Constructor Summary
ActionContainer(TableContainer tableContainer)
           
 
Method Summary
 void clear()
           
 int getActionCode()
           
 String getActionSymbol()
           
 Table getTable()
           
 String getTableContainerName()
           
 String getTableName()
           
 String setAction(int code)
           
 int setAction(String symbol)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionContainer

public ActionContainer(TableContainer tableContainer)
Method Detail

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()

toString

public String toString()
Overrides:
toString in class Object

MaltParser 1.7.1

Copyright 2007-2012 Johan Hall, Jens Nilsson and Joakim Nivre.