org.jactr.tools.analysis.production.endstates.impl
Class SimpleBufferEndState

java.lang.Object
  extended by org.jactr.tools.analysis.production.endstates.BufferEndState
      extended by org.jactr.tools.analysis.production.endstates.impl.SimpleBufferEndState

public class SimpleBufferEndState
extends BufferEndState

Author:
harrison

Field Summary
 
Fields inherited from class org.jactr.tools.analysis.production.endstates.BufferEndState
BUSY, EMPTY, ERROR, FALSE, FREE, FULL, NIL, NULL, TRUE
 
Constructor Summary
SimpleBufferEndState(java.lang.String bufferName, java.lang.String slotName, org.antlr.runtime.tree.CommonTree... content)
           
SimpleBufferEndState(java.lang.String bufferName, java.lang.String conditionedOn, java.lang.String slotName, org.antlr.runtime.tree.CommonTree... content)
          first commontree is the equality, everything else is the not
 
Method Summary
 
Methods inherited from class org.jactr.tools.analysis.production.endstates.BufferEndState
addSlotHypothesis, computeRelationship, getBufferName, getConditionedOn, getSupport, isEmpty, isQuery, setIsQuery, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleBufferEndState

public SimpleBufferEndState(java.lang.String bufferName,
                            java.lang.String conditionedOn,
                            java.lang.String slotName,
                            org.antlr.runtime.tree.CommonTree... content)
first commontree is the equality, everything else is the not

Parameters:
bufferName -
slotName -
content -

SimpleBufferEndState

public SimpleBufferEndState(java.lang.String bufferName,
                            java.lang.String slotName,
                            org.antlr.runtime.tree.CommonTree... content)