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

Nested Class Summary
 
Nested classes/interfaces inherited from interface jigcell.compare.IDataSource
IDataSource.Option
 
Field Summary
 
Fields inherited from interface jigcell.compare.IDataSource
OPTION_NAME
 
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 jigcell.compare.IDataSource
addOption, clone, configure, getName, getOption, getState, setOption, setState
 
Methods inherited from interface java.awt.datatransfer.Transferable
getTransferData, getTransferDataFlavors, isDataFlavorSupported
 

Method Detail

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