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 classA simple implementation of a Repository.Methods in org.biojava.bio.seq that return FeatureTypes.RepositoryModifier and TypeMethodDescriptionstatic FeatureTypes.RepositoryFeatureTypes.getRepository(String name) Fetch a repository by name.Methods in org.biojava.bio.seq with parameters of type FeatureTypes.RepositoryModifier and TypeMethodDescriptionstatic voidFeatureTypes.addRepository(FeatureTypes.Repository repos) Add a repository to FeatureTypes.static voidFeatureTypes.removeRepository(FeatureTypes.Repository repos) Remove a repository from FeaturTypes.