Data Fields | |
ParsingChart * | chart |
unsigned int | row |
unsigned int | column |
gboolean | only_top_nt |
NTItemList * | exploration_list |
Iterator used to extract syntactic interpretations contained in a parsing chart
The source parsing chart from which syntactic interpretations must be extracted
unsigned int InterpretationIterator::column |
The column index of the chart from which interpretations must be extracted
Internal field that stores the current exploring state
gboolean InterpretationIterator::only_top_nt |
Flag that set if only interpretations from the higher level non-terminal are considered (TRUE
), or all possible interpretations (FALSE
)
unsigned int InterpretationIterator::row |
The row index of the chart from which interpretations must be extracted