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

All Known Implementing Classes:
AbstractIdentifier, NoIdentifier

public interface Identifier

SequenceIdentifier.java Created: Mon Jul 3 16:07:39 2000

Version:
$Id: Identifier.java,v 1.3 2001/05/24 15:36:13 lord Exp $
Author:
Phillip Lord

Method Summary
 Source getSource()
          This returns the source of the sequence.
 String getTitle()
          Gets a human readable title for the Sequence
 void setSource(Source source)
           
 

Method Detail

getSource

public Source getSource()
This returns the source of the sequence. This might be a File object if the sequence has been read straight from file, or a URL from the internet. Alternatively it could be a Java Obect reference if the sequence has been retrieved by calculation, say of a Consensus.

Returns:

setSource

public void setSource(Source source)

getTitle

public String getTitle()
Gets a human readable title for the Sequence

Returns: