net.sourceforge.nite.meta.impl
Class NiteCorpusResourceCoding

java.lang.Object
  extended by net.sourceforge.nite.meta.impl.NiteCoding
      extended by net.sourceforge.nite.meta.impl.NiteCorpusResourceCoding
All Implemented Interfaces:
NCoding, NCorpusResourceCoding, NFile

public class NiteCorpusResourceCoding
extends NiteCoding
implements NCorpusResourceCoding

A trivial extension of NCoding used so we can distinguish elements and layers in corpus resource files from those in normal annotation files.

Author:
jonathan

Field Summary
 
Fields inherited from interface net.sourceforge.nite.meta.NCoding
AGENT_CODING, INTERACTION_CODING
 
Constructor Summary
NiteCorpusResourceCoding(NMetaData meta, java.lang.String name, int type, NLayer top, NLayer bottom, java.lang.String path)
           
 
Method Summary
 
Methods inherited from class net.sourceforge.nite.meta.impl.NiteCoding
getBottomLayer, getFileName, getLayers, getName, getPath, getRelativePath, getTopLayer, getType, setBottomLayer, setPath, setTopLayer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.nite.meta.NCoding
getBottomLayer, getLayers, getPath, getTopLayer, getType, setPath
 
Methods inherited from interface net.sourceforge.nite.meta.NFile
getFileName, getName
 

Constructor Detail

NiteCorpusResourceCoding

public NiteCorpusResourceCoding(NMetaData meta,
                                java.lang.String name,
                                int type,
                                NLayer top,
                                NLayer bottom,
                                java.lang.String path)