org.maltparser.parser.history
Class HistoryStructure
java.lang.Object
org.maltparser.parser.history.HistoryStructure
- Direct Known Subclasses:
- HistoryList, HistoryTree
public abstract class HistoryStructure
- extends Object
- Author:
- Johan Hall
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryStructure
public HistoryStructure()
getNewHistoryNode
public abstract HistoryNode getNewHistoryNode(HistoryNode previousNode,
GuideUserAction action)
throws MaltChainedException
- Throws:
MaltChainedException
clear
public abstract void clear()
throws MaltChainedException
- Throws:
MaltChainedException
toFile
public abstract void toFile()
throws MaltChainedException
- Throws:
MaltChainedException
close
public abstract void close()
throws MaltChainedException
- Throws:
MaltChainedException
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.