gr.demokritos.iit.jinsect.structs
Interface INamed

All Known Implementing Classes:
NamedDocumentNGramGraph

public interface INamed

Shows an object that has a name.


Method Summary
 java.lang.String getName()
          Returns the name of the given object.
 

Method Detail

getName

java.lang.String getName()
Returns the name of the given object.

Returns:
A string indicating the name of the object.