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
gap
public static final Gap gap
GAP
public static final Gap GAP
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