org.maltparser.parser.history.action
Interface GuideUserAction
- All Known Implementing Classes: 
- ComplexDecisionAction
- public interface GuideUserAction 
- Since:
- 1.1
- Author:
- Johan Hall
 
addAction
void addAction(ArrayList<ActionContainer> actionContainers)
               throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
addAction
void addAction(ActionContainer[] actionContainers)
               throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
getAction
void getAction(ArrayList<ActionContainer> actionContainers)
               throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
getAction
void getAction(ActionContainer[] actionContainers)
               throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
getKBestLists
void getKBestLists(ArrayList<ScoredKBestList> kbestListContainers)
                   throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
getKBestLists
void getKBestLists(ScoredKBestList[] kbestListContainers)
                   throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
numberOfActions
int numberOfActions()
- 
 
getGuideUserHistory
GuideUserHistory getGuideUserHistory()
- 
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.