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 classGFFDataSourceUse a GFFEntrySet as a DataSource for adding annotation to sequences.classSequenceDBDataSourceTurn an entire SequenceDB instance into a DistDataSource.Methods in org.biojava.bio.seq.distributed with parameters of type DistDataSource Modifier and Type Method Description voidDistributedSequenceDB. addDataSource(DistDataSource dds)Add a distributed data source.voidDistributedSequenceDB. removeDataSource(DistDataSource dds)Remove a distributed data source.
-