Schreiber, Mark wrote: > I may be missing the issue here but why not make a SymbolList iterator. > If a Sequence is added to the Alignment it will forever be a Sequence so > a quick instanceof test when retreiving SymbolLists from the iterator > could automagically turn it back into a Sequence again. > > - Mark >
After talking with several people on chat and e-mails, we've plumped for migrating to Iterator symbolListIterator() that returns an iterator over each symbol list in the alignment. I hope this change doesn't cause too many upsets. Matthew > > >>-----Original Message----- >>From: Matthew Pocock [mailto:[EMAIL PROTECTED]] >>Sent: Wednesday, 14 August 2002 11:20 p.m. >>To: [EMAIL PROTECTED] >>Subject: [Biojava-l] Alignment.sequenceIterator() >> >> >>Hi. >> >>Did we come to some agreement over >>Alignment.sequenceIterator()? I'm in >>the process of implementing an alignment where there is no >>sensible way >>to view the entries in the alignment as sequences - they are symbol >>lists in this case. So, did we reach a consensus about what the >>signature of this method should become? >> >>Matthew >> >>ps We should realy set up that devel list >> >>__________________________________________________ >>Do You Yahoo!? >>Everything you'll ever need on one web page >>from News and Sport to Email and Music Charts http://uk.my.yahoo.com >> >>_______________________________________________ >>Biojava-l mailing list - [EMAIL PROTECTED] >>http://biojava.org/mailman/listinfo/biojava-l >> > > ======================================================================= > Attention: The information contained in this message and/or attachments > from AgResearch Limited is intended only for the persons or entities > to which it is addressed and may contain confidential and/or privileged > material. Any review, retransmission, dissemination or other use of, or > taking of any action in reliance upon, this information by persons or > entities other than the intended recipients is prohibited by AgResearch > Limited. If you have received this message in error, please notify the > sender immediately. > ======================================================================= > _______________________________________________ > Biojava-l mailing list - [EMAIL PROTECTED] > http://biojava.org/mailman/listinfo/biojava-l > __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com _______________________________________________ Biojava-l mailing list - [EMAIL PROTECTED] http://biojava.org/mailman/listinfo/biojava-l
