Package net.sourceforge.nite.nom.nomread.impl

A read-only implementation of the NOM.

See:
          Description

Class Summary
NOMReadAnnotation NOMAnnotation extends NOMElement and represents an individual annotation on the data.
NOMReadAttribute Extends the nomread version with methods for editing attributes
NOMReadCorpus Our first implementation of NOMReadCorpus is actually an extension of NOMWriteCorpus because we're a bit lazy that way.
NOMReadElement Extends the nomread version with methods for adding & deleting elements & attributes
NOMReadObject NOMObject extends NOMElement and represents an element within an object set.
NOMReadPointer Extends the nomwrite version restricting methods for editing pointers
NOMReadResourceElement NOMResourceElement extends NOMElement and represents an individual element in a corpus resource.
NOMReadTypeElement NOMReadTypeElement extends NOMElement and represents an individual element in a corpus resource.
 

Package net.sourceforge.nite.nom.nomread.impl Description

A read-only implementation of the NOM. Note that this implementation simply extends the nom.nomwrite.impl implementation by overriding and disallowing the editing functions.