Package net.sourceforge.nite.nom.nomwrite.impl

An implementation of a read / write NOM.

See:
          Description

Class Summary
NOMFile NOMFile is an attempt to take the file and directory naming approach out of NOMCorpus and into a coherent package.
NOMWriteAnnotation NOMAnnotation extends NOMElement and represents an element within an Annotation set.
NOMWriteAttribute A simple implementation of an attribute in a NOM corpus allowing for either numerical or string attributes and teh standard get and set methods.
NOMWriteCorpus NOMCorpus is the top-level class & represents a multi-rooted directed graph: the NOM structure.
NOMWriteElement This abstract class is extended by the three different types of element in a NOM Corpus: Annotations, Objects (part of an object set) and TypeElements (part of a type hierarchy).
NOMWriteObject NOMObject extends NOMElement and represents an element within an object set.
NOMWritePointer A simple implementation of a pointer in a NOM corpus.
NOMWriteResourceElement NOMWriteResourceElement extends NOMWriteElement and represents an element within a corpus resource.
NOMWriteTypeElement NOMTypeElement extends NOMElement and represents an element within a type hierarchy or "ontology".
 

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

An implementation of a read / write NOM.