|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.nite.meta.impl.NiteCorpusResource
public class NiteCorpusResource
An CorpusResource as referred to in the metadata
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 |
---|
public NiteCorpusResource(java.lang.String name, java.lang.String description, java.lang.String filename)
Method Detail |
---|
public java.lang.String getName()
getName
in interface NCorpusResource
public java.lang.String getDescription()
getDescription
in interface NCorpusResource
public java.lang.String getFileName()
getFileName
in interface NCorpusResource
public java.util.List getLayers()
getLayers
in interface NCorpusResource
public NLayer getTopLayer()
getTopLayer
in interface NCorpusResource
public NLayer getBottomLayer()
getBottomLayer
in interface NCorpusResource
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |