net.sourceforge.nite.meta
Interface NCorpusResource

All Known Implementing Classes:
NiteCorpusResource

public interface NCorpusResource

Information about a Corpus Resource. e.g. information about agents. A corpus resource can be any XML file

Author:
jonathan

Method Summary
 NLayer getBottomLayer()
          get the bottom layer of this resource - returns an NLayer
 java.lang.String getDescription()
          returns a description of the CorpusResource.
 java.lang.String getFileName()
          returns the filename of this CorpusResource
 java.util.List getLayers()
          CorpusResources contain a bunch of layers
 java.lang.String getName()
          returns the name of this CorpusResource as used for pointing to it
 NLayer getTopLayer()
          get the top layer of this resource - returns an NLayer
 

Method Detail

getName

java.lang.String getName()
returns the name of this CorpusResource as used for pointing to it


getDescription

java.lang.String getDescription()
returns a description of the CorpusResource.


getFileName

java.lang.String getFileName()
returns the filename of this CorpusResource


getLayers

java.util.List getLayers()
CorpusResources contain a bunch of layers


getTopLayer

NLayer getTopLayer()
get the top layer of this resource - returns an NLayer


getBottomLayer

NLayer getBottomLayer()
get the bottom layer of this resource - returns an NLayer