uk.ac.man.bioinf.sequence.group
Interface GappedSequenceGroup
- All Superinterfaces:
- SequenceGroup
- All Known Implementing Classes:
- AbstractGappedSequenceGroup
- public interface GappedSequenceGroup
- extends SequenceGroup
GappedSequenceGroup.java
An extension of SequenceGroup with some methods to return
GappedSequences.
Created: Thu Jun 1 18:17:54 2000
- Version:
- $Id: GappedSequenceGroup.java,v 1.2 2001/04/11 17:04:43 lord Exp $
- Author:
- Phillip Lord
getGappedSequences
public GappedSequence[] getGappedSequences()
- Return all the sequences in this group as a GappedSequence
array. If this group contains sequences which are not
GappedSequences this will result in a run time
ClassCastException
- Returns:
- the sequences