Serialized Form

Class Agenda extends java.util.LinkedList implements Serializable


Class AugmentedGrammar extends Grammar implements Serializable


Class AugmentedLexicon extends Lexicon implements Serializable


Class Expression extends java.util.ArrayList implements Serializable


Class GapFeaturedGrammar extends HeadFeaturedGrammar implements Serializable

Serialized Fields

lexicalCategories

java.util.List lexicalCategories
The list of lexical categories (could be a set but...).


SYMBOL_GAP

Symbol SYMBOL_GAP
The Symbol ``GAP'', used for indicating the GAP feature.


SYMBOL_PLUS

Symbol SYMBOL_PLUS
The Symbol ``+'', used for indicating the GAP feature's value.


Class Grammar extends java.util.HashMap implements Serializable

Serialized Fields

description

java.lang.String description
The text description of this Grammar. This may be useful in displays, tools, or just as a comment in the files.


Class HeadFeaturedGrammar extends AugmentedGrammar implements Serializable

Serialized Fields

headFeatures

AssociationList headFeatures
The set of head features defined for various categories.


Class Lexicon extends java.util.HashMap implements Serializable

Serialized Fields

description

java.lang.String description
The text description of this Lexicon. This may be useful in displays, tools, or just as a comment in the files.