Uses of Class
org.jactr.tools.analysis.production.endstates.BufferEndState

Packages that use BufferEndState
org.jactr.tools.analysis.production.endstates   
org.jactr.tools.analysis.production.endstates.impl   
org.jactr.tools.analysis.production.relationships   
 

Uses of BufferEndState in org.jactr.tools.analysis.production.endstates
 

Methods in org.jactr.tools.analysis.production.endstates that return types with arguments of type BufferEndState
 java.util.Collection<BufferEndState> IBufferEndStateComputer.computePossibleEndStatesFor(BufferEndStates endStates, java.lang.String bufferName, SequenceAnalyzer analyzer)
          return a collection of all the possible buffer end states for a given production and buffer.
 java.util.Map<java.lang.String,java.util.Collection<BufferEndState>> BufferEndStates.getEndStates()
           
 

Methods in org.jactr.tools.analysis.production.endstates with parameters of type BufferEndState
 void BufferEndStates.addEndState(BufferEndState endState)
           
 

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

Subclasses of BufferEndState in org.jactr.tools.analysis.production.endstates.impl
 class SimpleBufferEndState
           
 

Methods in org.jactr.tools.analysis.production.endstates.impl that return types with arguments of type BufferEndState
 java.util.Collection<BufferEndState> RemovalEndStateComputer.computePossibleEndStatesFor(BufferEndStates endStates, java.lang.String bufferName, SequenceAnalyzer analyzer)
           
 java.util.Collection<BufferEndState> PMAddEndStateComputer.computePossibleEndStatesFor(BufferEndStates endStates, java.lang.String bufferName, SequenceAnalyzer analyzer)
           
 java.util.Collection<BufferEndState> ModifyEndStateComputer.computePossibleEndStatesFor(BufferEndStates endStates, java.lang.String bufferName, SequenceAnalyzer analyzer)
           
 java.util.Collection<BufferEndState> AddEndStateComputer.computePossibleEndStatesFor(BufferEndStates endStates, java.lang.String bufferName, SequenceAnalyzer analyzer)
           
 

Uses of BufferEndState in org.jactr.tools.analysis.production.relationships
 

Methods in org.jactr.tools.analysis.production.relationships that return BufferEndState
 BufferEndState IPair.getEndState()
           
 BufferEndState DefaultPair.getEndState()
           
 

Constructors in org.jactr.tools.analysis.production.relationships with parameters of type BufferEndState
DefaultPair(BufferEndState endState, org.antlr.runtime.tree.CommonTree condition)