org.maltparser.parser.history
Class HistoryTree
java.lang.Object
   org.maltparser.parser.history.HistoryStructure
org.maltparser.parser.history.HistoryStructure
       org.maltparser.parser.history.HistoryTree
org.maltparser.parser.history.HistoryTree
- public class HistoryTree 
- extends HistoryStructure
- Author:
- Johan Hall
 
 
 
 
nodePool
protected final ObjectPoolList<HistoryNode> nodePool
HistoryTree
public HistoryTree()
getNewHistoryNode
public HistoryNode getNewHistoryNode(HistoryNode previousNode,
                                     GuideUserAction action)
                              throws MaltChainedException
- 
- Specified by:
- getNewHistoryNodein class- HistoryStructure
 
- 
- Throws:
- MaltChainedException
 
clear
public void clear()
           throws MaltChainedException
- 
- Specified by:
- clearin class- HistoryStructure
 
- 
- Throws:
- MaltChainedException
 
toFile
public void toFile()
            throws MaltChainedException
- 
- Specified by:
- toFilein class- HistoryStructure
 
- 
- Throws:
- MaltChainedException
 
close
public void close()
           throws MaltChainedException
- 
- Specified by:
- closein class- HistoryStructure
 
- 
- Throws:
- MaltChainedException
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.