Uses of Interface
org.jactr.tools.analysis.production.endstates.IBufferEndStateComputer

Packages that use IBufferEndStateComputer
org.jactr.tools.analysis.production   
org.jactr.tools.analysis.production.endstates.impl   
 

Uses of IBufferEndStateComputer in org.jactr.tools.analysis.production
 

Methods in org.jactr.tools.analysis.production with parameters of type IBufferEndStateComputer
 void SequenceAnalyzer.add(IBufferEndStateComputer computer)
           
 

Uses of IBufferEndStateComputer in org.jactr.tools.analysis.production.endstates.impl
 

Classes in org.jactr.tools.analysis.production.endstates.impl that implement IBufferEndStateComputer
 class AddEndStateComputer
          deal with add operations..
 class ModifyEndStateComputer
          computes the end state for a given buffer where the action is a modify and possibly a condition (well, there'd better be a condition).
 class PMAddEndStateComputer
          deal with add operations..
 class RemovalEndStateComputer
          creates an end state for productions that have an explicit remove, OR a match but no modify.