uk.ac.man.bioinf.sequence.identifier
Interface Source

All Known Implementing Classes:
FileSource, NoSource, SimpleSource

public interface Source

SequenceSource.java This class represents the source that is used to produce a sequence. Source means for example, the physical location, or means that were used to retrieve this sequence, such as file name, URL, or the name of the program that was used to retrieve the sequence. Created: Tue Jul 4 14:50:31 2000

Version:
$Id: Source.java,v 1.2 2001/04/11 17:04:43 lord Exp $
Author:
Phillip Lord

Method Summary
 String getTitle()
          Get the human readable name for this SequenceSource
 

Method Detail

getTitle

public String getTitle()
Get the human readable name for this SequenceSource

Returns: