edu.columbia.cs.ref.tool.io
Interface Writable

All Known Implementing Classes:
Document, TokenizedDocument

public interface Writable

The Interface Writable represents an object that can be written to a file.

Since:
2011-09-27
Version:
0.1
Author:
Pablo Barrio, Goncalo Simoes

Method Summary
 java.lang.String getWritableValue()
          Obtains the name of file where the object will be written
 

Method Detail

getWritableValue

java.lang.String getWritableValue()
Obtains the name of file where the object will be written

Returns:
the name of file where the object will be written