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