MaltParser 1.2

Uses of Class
org.maltparser.parser.history.container.ActionContainer

Packages that use ActionContainer
org.maltparser.parser.algorithm.covington Implements the Covington deterministic parsing algorithms. 
org.maltparser.parser.algorithm.nivre Implements the Nivre deterministic parsing algorithms. 
org.maltparser.parser.history Contains classes for managing the history feature model. 
org.maltparser.parser.history.action Provides classes for different kinds of parser actions 
org.maltparser.parser.history.container Contains classes for intermediate storing of the parser action 
 

Uses of ActionContainer in org.maltparser.parser.algorithm.covington
 

Fields in org.maltparser.parser.algorithm.covington declared as ActionContainer
protected  ActionContainer Covington.pushActionContainer
           
protected  ActionContainer Covington.transActionContainer
           
 

Fields in org.maltparser.parser.algorithm.covington with type parameters of type ActionContainer
protected  ArrayList<ActionContainer> Covington.actionContainers
           
protected  HashSet<ActionContainer> Covington.arcLabelActionContainers
           
 

Methods in org.maltparser.parser.algorithm.covington with parameters of type ActionContainer
protected  void Covington.addTransition(ActionContainer transitionContainer, GuideUserAction action, int value)
           
 

Uses of ActionContainer in org.maltparser.parser.algorithm.nivre
 

Fields in org.maltparser.parser.algorithm.nivre declared as ActionContainer
protected  ActionContainer Nivre.pushActionContainer
           
protected  ActionContainer Nivre.transActionContainer
           
 

Fields in org.maltparser.parser.algorithm.nivre with type parameters of type ActionContainer
protected  ArrayList<ActionContainer> Nivre.actionContainers
           
protected  HashSet<ActionContainer> Nivre.arcLabelActionContainers
           
 

Methods in org.maltparser.parser.algorithm.nivre with parameters of type ActionContainer
protected  void Nivre.addTransition(ActionContainer transitionContainer, GuideUserAction action, int value)
           
 

Uses of ActionContainer in org.maltparser.parser.history
 

Methods in org.maltparser.parser.history that return types with arguments of type ActionContainer
 ArrayList<ActionContainer> History.getActionContainers()
           
 ArrayList<ActionContainer> GuideUserHistory.getActionContainers()
           
 

Uses of ActionContainer in org.maltparser.parser.history.action
 

Method parameters in org.maltparser.parser.history.action with type arguments of type ActionContainer
 void GuideUserAction.addAction(ArrayList<ActionContainer> actionContainers)
           
 void ComplexDecisionAction.addAction(ArrayList<ActionContainer> actionContainers)
           
 void GuideUserAction.getAction(ArrayList<ActionContainer> actionContainers)
           
 void ComplexDecisionAction.getAction(ArrayList<ActionContainer> actionContainers)
           
 

Uses of ActionContainer in org.maltparser.parser.history.container
 

Method parameters in org.maltparser.parser.history.container with type arguments of type ActionContainer
 int CombinedTableContainer.getCombinedCode(List<ActionContainer> codesToCombine)
           
 void CombinedTableContainer.setActionContainer(List<ActionContainer> actionContainers, int decision)
           
 


MaltParser 1.2

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