uk.ac.man.bioinf.sequence.alignment
Class Gap

java.lang.Object
  |
  +--uk.ac.man.bioinf.sequence.alignment.Gap
All Implemented Interfaces:
Element

public class Gap
extends Object
implements Element

Gap.java Created: Wed Mar 1 19:35:57 2000

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

Field Summary
static Gap gap
           
static Gap GAP
           
 
Method Summary
 char toChar()
          Returns a character representation of this element.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

gap

public static final Gap gap

GAP

public static final Gap GAP
Method Detail

toChar

public char toChar()
Description copied from interface: Element
Returns a character representation of this element. This may be non-alphanumeric, and should be unique within a SequenceType.

Specified by:
toChar in interface Element
Returns:
the char representation
See Also:
SequenceType

toString

public String toString()
Overrides:
toString in class Object