Package net.sourceforge.nite.meta.impl

A metadata implementation.

See:
          Description

Class Summary
NiteAgent An agent as referred to in the metadata
NiteAnnotationSpec A AnnotationSpec as referred to in the metadata
NiteAttribute A attribute as referred to in the metadata
NiteCallableProgram Describes an external program that can be called on this corpus
NiteCoding A coding as referred to in the metadata
NiteCorpusResource An CorpusResource as referred to in the metadata
NiteCorpusResourceCoding A trivial extension of NCoding used so we can distinguish elements and layers in corpus resource files from those in normal annotation files.
NiteDataView Information about a NITE data view: a collection of displays on the screen used for a particular purpose.
NiteElement A element as referred to in the metadata
NiteLayer A layer as referred to in the metadata
NiteMetaConstants Constants used to read and write metadata files.
NiteMetaData Handles the metadata associated with a corpus: during validation this structure stores important information about the parsed metadata file.
NiteObjectSet An ObjectSet as referred to in the metadata
NiteObservation An observation as referred to in the metadata
NiteOntology An ontology as referred to in the metadata
NitePointer An pointer as referred to in the metadata
NiteResource represents a single resource in a resource file, containing all its attributes and dependencies.
NiteResourceData Instantiates NResourceData which handles any resource file associated with a corpus: if present this must define all the information about where on disk codings live, and what competing versions of annotations exist.
NiteResourceDependency Handles a single dependency between resources.
NiteResourceGroup Handles a resource-type element in a resource file.
NiteSignal A signal as referred to in the metadata
NiteStyle A stylesheet as referred to in the metadata
NiteUserCoding Information about a coding performed by a user.
NiteVirtualResource A virtual resource is a grouping of other resources, for example a gold-standard set that can be used by multiple automatic processes.
NiteWindow Information about a NITE window: a user interface element that must be popped up.
 

Exception Summary
NiteMetaException An error in the MetaData reading process
 

Package net.sourceforge.nite.meta.impl Description

A metadata implementation.