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

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

public class SwissProtIdentifier
extends DatabaseIdentifier

SwissProtIdentifier.java Created: Wed Jul 5 14:16:55 2000

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

Constructor Summary
SwissProtIdentifier(Source source, String accessionNumber)
           
 
Method Summary
 String getDatabaseName()
           
 
Methods inherited from class uk.ac.man.bioinf.sequence.identifier.DatabaseIdentifier
getAccession, getTitle
 
Methods inherited from class uk.ac.man.bioinf.sequence.identifier.AbstractIdentifier
getSource, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwissProtIdentifier

public SwissProtIdentifier(Source source,
                           String accessionNumber)
                    throws MalformedAccessionException
Method Detail

getDatabaseName

public String getDatabaseName()
Specified by:
getDatabaseName in class DatabaseIdentifier