Uses of Interface
org.biojava.bio.seq.distributed.DistDataSource
-
Packages that use DistDataSource Package Description 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.seq.distributed
Classes in org.biojava.bio.seq.distributed that implement DistDataSource Modifier and Type Class Description 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 Modifier and Type Method Description void
DistributedSequenceDB. addDataSource(DistDataSource dds)
Add a distributed data source.void
DistributedSequenceDB. removeDataSource(DistDataSource dds)
Remove a distributed data source.
-