org.inxar.syntacs.analyzer.syntactic
Interface Recovery

All Known Implementing Classes:
StandardRecovery

public interface Recovery

A Recovery is a sequential list of Correction instances to be executed by the Parser..


Method Summary
 boolean hasNext()
          Returns true if there is at least one more correction to apply, false if no more corrections need to be done.
 Correction next()
          Returns the next Correction to apply.
 

Method Detail

next

public Correction next()
Returns the next Correction to apply.

hasNext

public boolean hasNext()
Returns true if there is at least one more correction to apply, false if no more corrections need to be done.