Uses of Class
analysis.parsing.Tuple

Packages that use Tuple
analysis.parsing   
 

Uses of Tuple in analysis.parsing
 

Methods in analysis.parsing that return Tuple
 Tuple[] Tuple.getFathers()
          Returns the fathers
static Tuple EarleyParser.parsing(MyGrammar myGrammar, java.lang.String[] tokens)
          Returns the ultimate tuple if the sentence belongs to the grammar
 

Methods in analysis.parsing with parameters of type Tuple
 void Tuple.addFather(Tuple father)
          Adds a tuple to the father tuple list.
 

Constructors in analysis.parsing with parameters of type Tuple
Tuple(int pv, int dv, int sv, Tuple father)
          Creates an instance of Tuple.