Revision 592

org.bridgedb
Interface XrefIterator

All Known Implementing Classes:
IDMapperRdb, SimpleGdb, SimpleGdbImplCommon

public interface XrefIterator


Method Summary
 java.lang.Iterable<Xref> getIterator()
          Create an iterator that iterates over all Xrefs defined by this IDMapper.
 java.lang.Iterable<Xref> getIterator(DataSource ds)
          Create an iterator that iterates over all Xrefs of a certain DataSource defined by this IDMapper.
 

Method Detail

getIterator

java.lang.Iterable<Xref> getIterator(DataSource ds)
                                     throws IDMapperException
Create an iterator that iterates over all Xrefs of a certain DataSource defined by this IDMapper.

Throws:
IDMapperException

getIterator

java.lang.Iterable<Xref> getIterator()
                                     throws IDMapperException
Create an iterator that iterates over all Xrefs defined by this IDMapper.

Throws:
IDMapperException

Generated May 18 2012