Uses of Interface
org.biojava.bio.seq.FeatureTypes.Type
Packages that use FeatureTypes.Type
Package
Description
Classes and interfaces for defining biological sequences and informatics
objects.
-
Uses of FeatureTypes.Type in org.biojava.bio.seq
Methods in org.biojava.bio.seq that return FeatureTypes.TypeModifier and TypeMethodDescriptionFeatureTypes.RepositoryImpl.createType
(String name, FeatureFilter schema, Set parents) Create a new type in this repository.static FeatureTypes.Type
Get a Type by URI.Find the type for a name.Methods in org.biojava.bio.seq with parameters of type FeatureTypes.TypeModifier and TypeMethodDescriptionstatic boolean
FeatureTypes.isSubTypeOf
(FeatureTypes.Type subType, FeatureTypes.Type superType) Work out if one type is a sub-type of another.