uk.ac.man.bioinf.sequence.identifier
Class NoIdentifier

java.lang.Object
  |
  +--uk.ac.man.bioinf.sequence.identifier.NoIdentifier
All Implemented Interfaces:
Identifier

public class NoIdentifier
extends Object
implements Identifier

NoSequenceIdentifier.java Created: Wed Jul 5 18:42:11 2000

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

Constructor Summary
NoIdentifier()
           
NoIdentifier(Source source)
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoIdentifier

public NoIdentifier()

NoIdentifier

public NoIdentifier(Source source)
Method Detail

getSource

public Source getSource()
Description copied from interface: Identifier
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.

Specified by:
getSource in interface Identifier
Returns:

setSource

public void setSource(Source source)
Specified by:
setSource in interface Identifier

getTitle

public String getTitle()
Description copied from interface: Identifier
Gets a human readable title for the Sequence

Specified by:
getTitle in interface Identifier
Returns: