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

Method Summary
 GappedSequence[] getGappedSequences()
          Return all the sequences in this group as a GappedSequence array.
 
Methods inherited from interface uk.ac.man.bioinf.sequence.group.SequenceGroup
addSequenceToGroup, clearSequences, containsSequence, getNumberSequences, getSequences, iterator, removeSequenceFromGroup
 

Method Detail

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