danbikel.parser
Class EMItem.AntecedentPair
java.lang.Object
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. |
toString
public String toString()
- The string representation of this antecedent pair.
- Overrides:
toString
in class Object
- Returns:
- the string representation of this antecedent pair
Author: Dan Bikel.