net.sourceforge.nite.meta
Interface NFile

All Known Subinterfaces:
NCoding, NCorpusResource, NCorpusResourceCoding, NObjectSet, NOntology
All Known Implementing Classes:
NiteCoding, NiteCorpusResource, NiteCorpusResourceCoding, NiteObjectSet, NiteOntology

public interface NFile

A NFile is an interface that is useful as a catch-all for all kinds of file-level container - it is instantiated by NCoding, NOntology etc.

Author:
jonathan

Method Summary
 java.lang.String getFileName()
          returns the filename of this NFile.
 java.lang.String getName()
          returns the name of this NFile as used for pointing to it, This is not necessarily the same as the filename.
 

Method Detail

getName

java.lang.String getName()
returns the name of this NFile as used for pointing to it, This is not necessarily the same as the filename.


getFileName

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