net.sourceforge.nite.meta.impl
Class NiteCorpusResource

java.lang.Object
  extended by net.sourceforge.nite.meta.impl.NiteCorpusResource
All Implemented Interfaces:
NCorpusResource

public class NiteCorpusResource
extends java.lang.Object
implements NCorpusResource

An CorpusResource as referred to in the metadata

Author:
jonathan

Constructor Summary
NiteCorpusResource(java.lang.String name, java.lang.String description, java.lang.String filename)
           
 
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()
          get the list of layers valid in this resource - returns an ArrayList of NLayers
 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NiteCorpusResource

public NiteCorpusResource(java.lang.String name,
                          java.lang.String description,
                          java.lang.String filename)
Method Detail

getName

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

Specified by:
getName in interface NCorpusResource

getDescription

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

Specified by:
getDescription in interface NCorpusResource

getFileName

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

Specified by:
getFileName in interface NCorpusResource

getLayers

public java.util.List getLayers()
get the list of layers valid in this resource - returns an ArrayList of NLayers

Specified by:
getLayers in interface NCorpusResource

getTopLayer

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

Specified by:
getTopLayer in interface NCorpusResource

getBottomLayer

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

Specified by:
getBottomLayer in interface NCorpusResource