Uses of Interface
org.biojava.bio.seq.FeatureTypes.Type
-
Packages that use FeatureTypes.Type Package Description org.biojava.bio.seq 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.Type Modifier and Type Method Description FeatureTypes.TypeFeatureTypes.RepositoryImpl. createType(String name, FeatureFilter schema, Set parents)Create a new type in this repository.static FeatureTypes.TypeFeatureTypes. getType(String uri)Get a Type by URI.FeatureTypes.TypeFeatureTypes.Repository. getType(String name)Find the type for a name.FeatureTypes.TypeFeatureTypes.RepositoryImpl. getType(String name)Methods in org.biojava.bio.seq with parameters of type FeatureTypes.Type Modifier and Type Method Description static booleanFeatureTypes. isSubTypeOf(FeatureTypes.Type subType, FeatureTypes.Type superType)Work out if one type is a sub-type of another.
-