Package net.sourceforge.nite.nom.nomwrite

A set of interfaces which should be implemented for a read / write NOM.

See:
          Description

Interface Summary
NOMAnnotation NOMAnnotation extends NOMElement and represents an individual annotation on the data.
NOMAttribute Extends the nomread version with methods for editing attributes
NOMAttribute.SharedAtt This inner interface provides utility functions for shared NOM users - can be ignored if NOM is not shared amongst multiple applications that can write to the NOM.
NOMCorpus NOMCorpus is similar to the nomread version.
NOMElement Extends the nomread version with methods for adding & deleting elements & attributes
NOMElement.SharedEl This inner interface provides some utility functions for shared NOM users
NOMMaker This interface is for internally building a NOM, so has stubs for all the constructors of the NOM that are required to build from files up (i.e.
NOMObject NOMObject extends NOMElement and represents an element within an object set.
NOMPointer Extends the nomread version with methods for editing pointers
NOMPointer.SharedPoint This inner interface provides a single utility function for shared NOM users - can be ignored if NOM is not shared amongst multiple applications that can write to the NOM.
NOMResourceElement NOMResourceElement extends NOMElement and represents an individual element in a corpus resource.
NOMTypeElement NOMTypeElement extends NOMElement and represents an element within a type hierarchy or "ontology".
 

Package net.sourceforge.nite.nom.nomwrite Description

A set of interfaces which should be implemented for a read / write NOM. These extend the nomread interfaces.