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

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

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

Methods in org.jactr.tools.analysis.production.endstates with parameters of type BufferEndStates
 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.
 

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

Methods in org.jactr.tools.analysis.production.endstates.impl with parameters of type BufferEndStates
 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)
           
static java.util.Collection<org.antlr.runtime.tree.CommonTree> BufferStateUtilities.expandVariable(java.lang.String slotName, java.lang.String variableName, BufferEndStates endStates)
          this will search through all the conditions and queries looking for more information about variableName.
 

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

Methods in org.jactr.tools.analysis.production.relationships that return BufferEndStates
 BufferEndStates ProductionRelationships.getEndStates()
           
 

Methods in org.jactr.tools.analysis.production.relationships with parameters of type BufferEndStates
 IRelationship IRelationshipComputer.computeRelationship(BufferEndStates headEndStates, BufferEndStates tailEndStates)
           
 IRelationship GeneralRelationshipComputer.computeRelationship(BufferEndStates headEndStates, BufferEndStates tailEndStates)
           
 

Constructors in org.jactr.tools.analysis.production.relationships with parameters of type BufferEndStates
ProductionRelationships(java.lang.String productionName, BufferEndStates endStates)