Uses of Interface
org.biojava.bio.AnnotationType
-
Packages that use AnnotationType Package Description org.biojava.bio The core classes that will be used throughout the bio packages.org.biojava.bio.annodb Databases of generic structured data (annotation) objects.org.biojava.bio.program.formats Experimental parsers using the tagvalue framework.org.biojava.bio.program.indexdb A flat-file ascii index of ascii flat files as per the OBDA specification.org.biojava.bio.program.tagvalue Process files as streams of records, each with tags with values.org.biojava.bio.program.unigene Objects for representing Unigene clusters.org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects.org.biojava.bio.seq.io.filterxml Tools for reading and writing an XML representation of BioJava's FeatureFilter language. -
-
Uses of AnnotationType in org.biojava.bio
Classes in org.biojava.bio that implement AnnotationType Modifier and Type Class Description static classAnnotationType.AbstractAn abstract base class useful for implementing AnnotationType instances.static classAnnotationType.ImplAn implementation ofAnnotationType.Fields in org.biojava.bio declared as AnnotationType Modifier and Type Field Description static AnnotationTypeAnnotationType. ANYThe type that accepts all annotations and is the supertype of all other annotations.static AnnotationTypeAnnotationType. NONEThe type that accepts no annotations at all and is the subtype of all other annotations.Methods in org.biojava.bio that return AnnotationType Modifier and Type Method Description AnnotationTypePropertyConstraint.ByAnnotationType. getAnnotationType()Get the AnnotationType used as a constraint.static AnnotationTypeAnnotationTools. intersection(AnnotationType ann1, AnnotationType ann2)Calculate an AnnotationType that matches all Annotation instances matched by both types.static AnnotationTypeAnnotationTools. union(AnnotationType ann1, AnnotationType ann2)Create an AnnotationType that matches all Anntotations that are accepted by two others.Methods in org.biojava.bio with parameters of type AnnotationType Modifier and Type Method Description static AnnotationAnnotationTools. allIn(Annotation annotation, AnnotationType annType)Destructive down-cast an annotation to a type.static AnnotationAnnotationTools. allOut(Annotation annotation, AnnotationType annType)allOutreturns a newAnnotationcontaining only those values in theAnnotationargument which are not of a type specified by theAnnotationType.static AnnotationTypeAnnotationTools. intersection(AnnotationType ann1, AnnotationType ann2)Calculate an AnnotationType that matches all Annotation instances matched by both types.static SetAnnotationTools. searchAnnotation(Annotation ann, AnnotationType query)Scans an Annotation with an AnnotationType and returns all Annotation instances matching a Type.booleanAnnotationType.Abstract. subTypeOf(AnnotationType subType)booleanAnnotationType. subTypeOf(AnnotationType subType)See if an AnnotationType is a specialisation of this type.static AnnotationTypeAnnotationTools. union(AnnotationType ann1, AnnotationType ann2)Create an AnnotationType that matches all Anntotations that are accepted by two others.Constructors in org.biojava.bio with parameters of type AnnotationType Constructor Description ByAnnotationType(AnnotationType annType)Create a new constraint by type. -
Uses of AnnotationType in org.biojava.bio.annodb
Methods in org.biojava.bio.annodb that return AnnotationType Modifier and Type Method Description AnnotationTypeAnnotationDB. getSchema()Get an AnnotationType that accepts all Annotation instances in this DB.AnnotationTypeIndexedAnnotationDB. getSchema()AnnotationTypeLazyFilteredAnnotationDB. getSchema()AnnotationTypeLazySearchedAnnotationDB. getSchema()AnnotationTypeMergingAnnotationDB. getSchema()AnnotationTypeSimpleAnnotationDB. getSchema()Methods in org.biojava.bio.annodb with parameters of type AnnotationType Modifier and Type Method Description AnnotationDBAnnotationDB. filter(AnnotationType at)Find all Annotation instances in this DB that are of a particular type.AnnotationDBIndexedAnnotationDB. filter(AnnotationType at)AnnotationDBLazyFilteredAnnotationDB. filter(AnnotationType at)AnnotationDBLazySearchedAnnotationDB. filter(AnnotationType at)AnnotationDBMergingAnnotationDB. filter(AnnotationType at)AnnotationDBSimpleAnnotationDB. filter(AnnotationType at)AnnotationDBAnnotationDB. search(AnnotationType at)Find all Annotation instances in this DB and any Annotations that are child properties of these that match an AnnotationType.AnnotationDBIndexedAnnotationDB. search(AnnotationType at)AnnotationDBLazyFilteredAnnotationDB. search(AnnotationType at)AnnotationDBLazySearchedAnnotationDB. search(AnnotationType at)AnnotationDBMergingAnnotationDB. search(AnnotationType at)AnnotationDBSimpleAnnotationDB. search(AnnotationType at)Constructors in org.biojava.bio.annodb with parameters of type AnnotationType Constructor Description IndexedAnnotationDB(String dbName, File storeLoc, Index2Model model, List toIndex, int maxKeyLen, AnnotationType schema, IndexedAnnotationDB.ParserListenerFactory plFactory)Create a new IndexedAnnotationDB.LazyFilteredAnnotationDB(String name, AnnotationDB source, AnnotationType schema)Create a new DB by wrapping another with a schema.LazySearchedAnnotationDB(String name, AnnotationDB source, AnnotationType schema)Create a new DB from an old one by applying a schema.SimpleAnnotationDB(String name, Set anns, AnnotationType schema)Create a no-frills AnnotationDB instancec. -
Uses of AnnotationType in org.biojava.bio.program.formats
Methods in org.biojava.bio.program.formats that return AnnotationType Modifier and Type Method Description AnnotationTypeEmbl. getType()AnnotationTypeEnzyme. getType()AnnotationTypeFormat. getType()Get the AnnotationType that constrains the events that will be fired.AnnotationTypeLigand.Compound. getType()AnnotationTypeLigand.Enzyme. getType()AnnotationTypeLigand.Reaction. getType()AnnotationTypeSwissprot. getType() -
Uses of AnnotationType in org.biojava.bio.program.indexdb
Fields in org.biojava.bio.program.indexdb declared as AnnotationType Modifier and Type Field Description static AnnotationTypeBioStoreFactory. META_DATA_TYPEAnnotationType that all meta-data files should fit. -
Uses of AnnotationType in org.biojava.bio.program.tagvalue
Fields in org.biojava.bio.program.tagvalue declared as AnnotationType Modifier and Type Field Description static AnnotationTypeFormats. EMBL_GENBANK_FEATURE_TABLE_TYPEstatic AnnotationTypeFormats. EMBL_TYPEstatic AnnotationTypeFormats. SWISSPROT_TYPEConstructors in org.biojava.bio.program.tagvalue with parameters of type AnnotationType Constructor Description AnnotationBuilder(AnnotationType type)Make a new AnnotationBuilder that will build Annotation instances of a given type. -
Uses of AnnotationType in org.biojava.bio.program.unigene
Fields in org.biojava.bio.program.unigene declared as AnnotationType Modifier and Type Field Description static AnnotationTypeUnigeneTools. LIBRARY_ANNOTATIONAnnotation schema for all Unigene libraries.static AnnotationTypeUnigeneTools. UNIGENE_ANNOTATIONAnnotation schema for all UnigeneCluster instances. -
Uses of AnnotationType in org.biojava.bio.seq
Methods in org.biojava.bio.seq that return AnnotationType Modifier and Type Method Description AnnotationTypeFeatureFilter.ByAnnotationType. getType()Methods in org.biojava.bio.seq with parameters of type AnnotationType Modifier and Type Method Description static FeatureFilterFilterUtils. byAnnotationType(AnnotationType type)Match features with annotations matching the specifiedAnnotationTypeprotected voidFeatureFilter.ByAnnotationType. setType(AnnotationType type)Constructors in org.biojava.bio.seq with parameters of type AnnotationType Constructor Description ByAnnotationType(AnnotationType type) -
Uses of AnnotationType in org.biojava.bio.seq.io.filterxml
Methods in org.biojava.bio.seq.io.filterxml that return AnnotationType Modifier and Type Method Description AnnotationTypeXMLAnnotationTypeHandler. getAnnotationType()Return the AnnotationType built by this handlerMethods in org.biojava.bio.seq.io.filterxml with parameters of type AnnotationType Modifier and Type Method Description voidXMLAnnotationTypeWriter. writeAnnotationType(AnnotationType at, XMLWriter xw)Write anAnnotationTypeto the specified XMLWriter.
-