Package edu.northwestern.at.wordhoard.model

Object model.

See:
          Description

Interface Summary
CanCountPhrases An object which can count the phrases it contains.
CanCountWords An object which can count the words it contains.
CanGetRelFreq An object which can compute relative word frequencies.
HasTag An object which has a persistent tag.
PersistentObject A persistent object.
 

Class Summary
Author An author.
ColocatePreloader A colocate preloader.
Corpus A corpus.
Line A line.
PersistenceManager WordHoard persistence manager.
PersistentClasses Lists persistent WordHoard classes.
Word A word occurrence.
WordForms Word form constants.
Work A work.
WorkPart A work part.
 

Package edu.northwestern.at.wordhoard.model Description

Object model.

This package, together with its subpackages, implements the object model for WordHoard. It defines all of the WordHoard objects, their attributes, and their relationships. It maintains and guarantees the structural integrity of the model as defined by the relationships.