uk.ac.man.bioinf.sequence.identifier
Class SimpleSource
java.lang.Object
|
+--uk.ac.man.bioinf.sequence.identifier.SimpleSource
- All Implemented Interfaces:
- Source
- Direct Known Subclasses:
- ReaderSource
- public class SimpleSource
- extends Object
- implements Source
SimpleSource.java
Utility class mainly meant to extend from.
Created: Fri Sep 8 18:18:15 2000
- Version:
- $Id: SimpleSource.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleSource
public SimpleSource(String title)
getTitle
public String getTitle()
- Description copied from interface:
Source
- Get the human readable name for this SequenceSource
- Specified by:
getTitle
in interface Source
- Returns: