org.maltparser.parser.history
Interface HistoryNode
- All Known Implementing Classes: 
- HistoryListNode, HistoryTreeNode
- public interface HistoryNode 
- Author:
- Johan Hall
 
getPreviousNode
HistoryNode getPreviousNode()
- 
 
getAction
GuideUserAction getAction()
- 
 
setAction
void setAction(GuideUserAction action)
- 
 
setPreviousNode
void setPreviousNode(HistoryNode node)
- 
 
getPosition
int getPosition()
- 
 
clear
void clear()
           throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.