Uses of Interface
org.biojava.bio.seq.FeatureTypes.Repository
-
Packages that use FeatureTypes.Repository Package Description org.biojava.bio.seq 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.Repository Modifier and Type Class Description static classFeatureTypes.RepositoryImplA simple implementation of a Repository.Methods in org.biojava.bio.seq that return FeatureTypes.Repository Modifier and Type Method Description static FeatureTypes.RepositoryFeatureTypes. getRepository(String name)Fetch a repository by name.Methods in org.biojava.bio.seq with parameters of type FeatureTypes.Repository Modifier and Type Method Description static voidFeatureTypes. addRepository(FeatureTypes.Repository repos)Add a repository to FeatureTypes.static voidFeatureTypes. removeRepository(FeatureTypes.Repository repos)Remove a repository from FeaturTypes.
-