Parsing Engine

danbikel.parser
Class EMItem.AntecedentPair

java.lang.Object
  extended by danbikel.parser.EMItem.AntecedentPair
All Implemented Interfaces:
Serializable
Enclosing class:
EMItem

public static class EMItem.AntecedentPair
extends Object
implements Serializable

Holds references to the one or two antecedents that yielded a particular consequent, along with the one or more events that generated the consequent. This class also has a next reference, so that it acts as a node in a singly-linked list of EMItem.AntecedentPair objects.

See Also:
Serialized Form

Method Summary
 String toString()
          The string representation of this antecedent pair.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
The string representation of this antecedent pair.

Overrides:
toString in class Object
Returns:
the string representation of this antecedent pair

Parsing Engine

Author: Dan Bikel.