jigcell.compare
Interface IPersistableDataSource
- All Superinterfaces:
- java.lang.Cloneable, IDataSource, java.awt.datatransfer.Transferable
- All Known Implementing Classes:
- FileDataSource, RawFileDataSource, XMLFileDataSource
public interface IPersistableDataSource
- extends IDataSource
A source of data that has persistent storage and a uniquely identifiable address.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
- Author:
- Nicholas Allen
|
Method Summary |
java.lang.String |
getLocation()
A unique identifier for this data source. |
void |
setLocation(java.lang.String location)
Sets the unique identifier for this data source. |
| Methods inherited from interface java.awt.datatransfer.Transferable |
getTransferData, getTransferDataFlavors, isDataFlavorSupported |
getLocation
java.lang.String getLocation()
- A unique identifier for this data source.
setLocation
void setLocation(java.lang.String location)
- Sets the unique identifier for this data source.
- Parameters:
location - Location