MaltParser 1.0.1

Uses of Class
org.maltparser.parser.algorithm.helper.Transition

Packages that use Transition
org.maltparser.parser.algorithm.helper Contains classes that all deterministic parsing algorithm use (e.g., parser action and transition). 
 

Uses of Transition in org.maltparser.parser.algorithm.helper
 

Methods in org.maltparser.parser.algorithm.helper that return Transition
 Transition ParserAction.getLastTransition()
           
 Transition ParserAction.getTransition(int index)
           
 

Methods in org.maltparser.parser.algorithm.helper that return types with arguments of type Transition
 Collection<Transition> ParserAction.getTransitions()
           
 

Methods in org.maltparser.parser.algorithm.helper with parameters of type Transition
 int Transition.compareTo(Transition o)
           
 

Constructors in org.maltparser.parser.algorithm.helper with parameters of type Transition
ParserAction(Transition[] transitions, ParsingAlgorithm parsingAlgorithm)
           
 


MaltParser 1.0.1

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.