Uses of Interface
org.biojava.bio.seq.distributed.DistDataSource

Packages that use DistDataSource
org.biojava.bio.program.das Development client for the Distributed Annotation System. 
org.biojava.bio.seq.distributed Sequences and SequenceDBs which are composed from data taken from a number of data sources. 
 

Uses of DistDataSource in org.biojava.bio.program.das
 

Methods in org.biojava.bio.program.das that return DistDataSource
 DistDataSource ReferenceServer.getDistDataSource()
           
 DistDataSource DataSource.getDistDataSource()
           
 

Uses of DistDataSource in org.biojava.bio.seq.distributed
 

Classes in org.biojava.bio.seq.distributed that implement DistDataSource
 class GFFDataSource
          Use a GFFEntrySet as a DataSource for adding annotation to sequences.
 class SequenceDBDataSource
          Turn an entire SequenceDB instance into a DistDataSource.
 

Methods in org.biojava.bio.seq.distributed with parameters of type DistDataSource
 void DistributedSequenceDB.addDataSource(DistDataSource dds)
          Add a distributed data source.
 void DistributedSequenceDB.removeDataSource(DistDataSource dds)
          Remove a distributed data source.