Parsing Engine

danbikel.lisp
Interface SexpConvertible

All Superinterfaces:
Serializable
All Known Subinterfaces:
Subcat, WordList
All Known Implementing Classes:
BrokenSubcatBag, CKYItem, CKYItem.BaseNPAware, CKYItem.KBestHack, CKYItem.MappedPrevModBaseNPAware, CKYItem.PrevModIsStart, EMItem, HeadTreeNode, LexTreeConstraint, PartialLexTreeConstraint, PartialTreeConstraint, SexpEvent, SexpSubcatEvent, SubcatBag, SubcatList, UnlexTreeConstraint, Word

public interface SexpConvertible
extends Serializable

A simple interface to identify classes that have a method that converts instances to Sexp objects.


Method Summary
 Sexp toSexp()
          Converts this object to an S-expression.
 

Method Detail

toSexp

Sexp toSexp()
Converts this object to an S-expression.

Returns:
the S-expression that represents an instance of an implementor of this class

Parsing Engine

Author: Dan Bikel.