Uses of Interface
org.biojava.bio.seq.distributed.DistDataSource
Packages that use DistDataSource
Package
Description
Sequences and SequenceDBs which are composed from data taken
from a number of data sources.
-
Uses of DistDataSource in org.biojava.bio.seq.distributed
Classes in org.biojava.bio.seq.distributed that implement DistDataSourceModifier and TypeClassDescriptionclass
Use a GFFEntrySet as a DataSource for adding annotation to sequences.class
Turn an entire SequenceDB instance into a DistDataSource.Methods in org.biojava.bio.seq.distributed with parameters of type DistDataSourceModifier and TypeMethodDescriptionvoid
DistributedSequenceDB.addDataSource
(DistDataSource dds) Add a distributed data source.void
DistributedSequenceDB.removeDataSource
(DistDataSource dds) Remove a distributed data source.