Uses of Interface
org.biojava.bio.seq.FeatureTypes.Type

Packages that use FeatureTypes.Type
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
 FeatureTypes.Type FeatureTypes.RepositoryImpl.createType(java.lang.String name, FeatureFilter schema, java.util.Set parents)
          Create a new type in this repository.
static FeatureTypes.Type FeatureTypes.getType(java.lang.String uri)
          Get a Type by URI.
 FeatureTypes.Type FeatureTypes.Repository.getType(java.lang.String name)
          Find the type for a name.
 FeatureTypes.Type FeatureTypes.RepositoryImpl.getType(java.lang.String name)
           
 

Methods in org.biojava.bio.seq with parameters of type FeatureTypes.Type
static boolean FeatureTypes.isSubTypeOf(FeatureTypes.Type subType, FeatureTypes.Type superType)
          Work out if one type is a sub-type of another.