org.Biocorba.Seqcore
Interface SeqFeatureIterator

All Known Implementing Classes:
_SeqFeatureIteratorImplBase, _SeqFeatureIteratorStub

public interface SeqFeatureIterator
extends org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, Unknown


Method Summary
 boolean has_more()
           
 SeqFeature next()
           
 
Methods inherited from interface GNOME.Unknown
query_interface, ref, unref
 

Method Detail

next

public SeqFeature next()
                throws EndOfStream,
                       UnableToProcess

has_more

public boolean has_more()