Uses of Interface
org.biojava.bio.seq.FeatureTypes.Repository
Packages that use FeatureTypes.Repository
Package
Description
Classes and interfaces for defining biological sequences and informatics
objects.
-
Uses of FeatureTypes.Repository in org.biojava.bio.seq
Classes in org.biojava.bio.seq that implement FeatureTypes.RepositoryModifier and TypeClassDescriptionstatic class
A simple implementation of a Repository.Methods in org.biojava.bio.seq that return FeatureTypes.RepositoryModifier and TypeMethodDescriptionstatic FeatureTypes.Repository
FeatureTypes.getRepository
(String name) Fetch a repository by name.Methods in org.biojava.bio.seq with parameters of type FeatureTypes.RepositoryModifier and TypeMethodDescriptionstatic void
FeatureTypes.addRepository
(FeatureTypes.Repository repos) Add a repository to FeatureTypes.static void
FeatureTypes.removeRepository
(FeatureTypes.Repository repos) Remove a repository from FeaturTypes.