Package net.sourceforge.nite.meta

A set of interfaces to be implemented for NITE metadata.

See:
          Description

Interface Summary
NAgent Information about an Agent.
NAnnotationSpec Information about an annotation board specification (used by the OTAB to display an annotation view).
NAttribute NAttribute describes an attribute along with its valid values if it is enumerated.
NCallableProgram Describes an external program that can be called on this corpus
NCallableProgram.Argument  
NCoding Information about a coding file.
NCorpusResource Information about a Corpus Resource.
NCorpusResourceCoding A trivial extension of NCoding used so we can distinguish elements and layers in corpus resource files from those in normal annotation files.
NDataView Information about a NITE data view: a collection of displays on the screen used for a particular purpose.
NElement NElement describes an element type.
NFile A NFile is an interface that is useful as a catch-all for all kinds of file-level container - it is instantiated by NCoding, NOntology etc.
NLayer Layers describe the permissible content models of the hierarchies in the NOM.
NMetaData Handles the metadata associated with a corpus: during validation this structure stores important information about the parsed metadata file.
NObjectSet Information about an Object Set.
NObservation Information about an Observation.
NOntology Information about an Ontology.
NPointer Information about a Pointer.
NRealResource A single resource in a resource file, provides access methods for its attributes and dependencies.
NResource A single resource in a resource file, provides access methods for its ID, coding and dependencies.
NResourceData 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.
NResourceDependency Handles a single dependency between resources.
NResourceGroup Handles a resource-type element in a resource file.
NSignal Information about the location and type of a signal.
NStyle Information about a "style": a specification used by the NITE Interface Engine (NIE) or the Observable Track Annotation Board (OTAB).
NUserCoding Information about a coding performed by a user.
NVirtualResource A virtual resource is a grouping of other resources, for example a gold-standard set that can be used by multiple automatic processes.
NWindow Information about a NITE window: a user interface element that must be popped up.
 

Package net.sourceforge.nite.meta Description

A set of interfaces to be implemented for NITE metadata.