net.sourceforge.nite.meta
Interface NCorpusResource

All Superinterfaces:
NFile
All Known Implementing Classes:
NiteCorpusResource

public interface NCorpusResource
extends NFile

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.util.List getLayers()
          CorpusResources contain a bunch of layers
 NLayer getTopLayer()
          get the top layer of this resource - returns an NLayer
 
Methods inherited from interface net.sourceforge.nite.meta.NFile
getFileName, getName
 

Method Detail

getDescription

java.lang.String getDescription()
returns a description of the 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