Uses of Interface
org.biojava.bio.Annotation
-
Packages that use Annotation Package Description org.biojava.bio The core classes that will be used throughout the bio packages.org.biojava.bio.dp HMM and Dynamic Programming Algorithms.org.biojava.bio.molbio The classes and interfaces in this package cover common molecular biological techniques such as restriction digests and PCR.org.biojava.bio.program.gff3 Support for reading and writing GFF3.org.biojava.bio.program.hmmer Tools for working with profile Hidden Markov Models from the HMMer package.org.biojava.bio.program.indexdb A flat-file ascii index of ascii flat files as per the OBDA specification.org.biojava.bio.program.phred Parser for Phred outputorg.biojava.bio.program.ssbind Creation of objects from SAX events using the BioJava BlastLikeDataSetCollection DTD.org.biojava.bio.program.tagvalue Process files as streams of records, each with tags with values.org.biojava.bio.program.xff Event-driven parsing system for the Extensible Feature Format (XFF).org.biojava.bio.search Interfaces and classes for representing sequence similarity search results.org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects.org.biojava.bio.seq.impl Standard in-memory implementations ofSequenceandFeature.org.biojava.bio.seq.io Classes and interfaces for processing and producing flat-file representations of sequences.org.biojava.bio.seq.io.agave Classes for converting between AGAVE XML and BioJava objects.org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them.org.biojava.bio.taxa Taxonomy object for representing species information.org.biojava.ontology A general-purpose API for ontologies.org.biojavax The Biojava extensions packages, classes that extend the core biojava functionalityorg.biojavax.bio Classes to represent biological entities and their relationships.org.biojavax.bio.seq Rich implementations of Sequences, Locations and Features.org.biojavax.ontology Extensions to the biojava ontology model that represent BioSQL ontology. -
-
Uses of Annotation in org.biojava.bio
Classes in org.biojava.bio that implement Annotation Modifier and Type Class Description classAbstractAnnotationA utility class to ease the problem of implementing an Annotation to that of providing an apropreate implementation of Map.classAnnotationChangerAnnotationChangerremaps the values of anAnnotationto new values specified by aValueChanger.classAnnotationRenamerAnnotationRenamerremaps the keys of anAnnotationto new keys specified by aTagMapper.classBeanAsAnnotationCreate an Annotation with properties matching those of a JavaBean instance.classMergeAnnotationMerged view onto a list of underlying Annotation objects.classOverlayAnnotationAnnotation implementation which allows new key-value pairs to be layered on top of an underlying Annotation.classSimpleAnnotationA no-frills implementation of Annotation that is just a wrapper around aLinkedHashMap.classSmallAnnotationAnnotation that is optimized for memory usage.Fields in org.biojava.bio declared as Annotation Modifier and Type Field Description static AnnotationAnnotation. EMPTY_ANNOTATIONA really useful empty and immutable annotation object.Methods in org.biojava.bio that return Annotation 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.AnnotationAnnotatable. getAnnotation()Should return the associated annotation object.AnnotationAnnotationChanger. getWrapped()getWrappedreturns theAnnotationbeing remapped.AnnotationAnnotationRenamer. getWrapped()getWrappedreturns theAnnotationbeing remapped.Methods in org.biojava.bio with parameters of type Annotation Modifier and Type Method Description voidMergeAnnotation. addAnnotation(Annotation ann)Add a new Annotation to to the end of the list to be merged.voidAnnotationType.Abstract. addProperty(Annotation ann, Object key, Object value)voidAnnotationType. addProperty(Annotation ann, Object property, Object value)Add a value to the specified property slot.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.CollectionAnnotationType.Abstract. getProperty(Annotation ann, Object property)CollectionAnnotationType. getProperty(Annotation ann, Object property)Get the Collection of values associated with an Annotation bundle according to the type we believe it to be.booleanAnnotationType.Abstract. instanceOf(Annotation ann)booleanAnnotationType. instanceOf(Annotation ann)Validate an Annotation against this AnnotationType.voidMergeAnnotation. removeAnnotation(Annotation ann)Remove an Annotation from the list.voidAnnotationType.Abstract. removeProperty(Annotation ann, Object key, Object value)voidAnnotationType. removeProperty(Annotation ann, Object property, Object value)Remove a value from the specified property slot.static SetAnnotationTools. searchAnnotation(Annotation ann, AnnotationType query)Scans an Annotation with an AnnotationType and returns all Annotation instances matching a Type.voidAnnotationType.Abstract. setProperty(Annotation ann, Object property, Object value)voidAnnotationType. setProperty(Annotation ann, Object property, Object value)Set the property in an annotation bundle according to the type we believe it should be.Constructors in org.biojava.bio with parameters of type Annotation Constructor Description AbstractAnnotation(Annotation ann)Copy-constructor.AnnotationChanger(Annotation wrapped, ChangeTable changer)Creates a newAnnotationChangerusing the specifiedValueChangerto remap its values.AnnotationRenamer(Annotation wrapped, PropertyChanger mapper)Creates a newAnnotationRenamerusing the specifiedTagMapperto remap its keys.OverlayAnnotation(Annotation par)Construct an annotation which can overlay new key-value pairs onto an underlying annotation.SimpleAnnotation(Annotation ann)Create a new SimpleAnnotation by copying the properties from another one.SmallAnnotation(Annotation ann)Return a new SmallAnnotation that copies all values from another annoation. -
Uses of Annotation in org.biojava.bio.dp
Methods in org.biojava.bio.dp that return Annotation Modifier and Type Method Description AnnotationSimpleEmissionState. getAnnotation()Methods in org.biojava.bio.dp with parameters of type Annotation Modifier and Type Method Description voidSimpleEmissionState. setAnnotation(Annotation ann)Constructors in org.biojava.bio.dp with parameters of type Annotation Constructor Description SimpleDotState(char token, String name, Annotation annotation)Deprecated.token is ignored since 1.2.SimpleDotState(String name, Annotation annotation)Construct a new state with the specified name and annotationSimpleEmissionState(String name, Annotation ann, int[] advance, Distribution dis) -
Uses of Annotation in org.biojava.bio.molbio
Methods in org.biojava.bio.molbio that return Annotation Modifier and Type Method Description static AnnotationRestrictionEnzymeManager. getAnnotation(RestrictionEnzyme enzyme)getAnnotationreturns an immutable, static annotation describing the enzyme. -
Uses of Annotation in org.biojava.bio.program.gff3
Methods in org.biojava.bio.program.gff3 that return Annotation Modifier and Type Method Description AnnotationGFF3Record.Impl. getAnnotation()Methods in org.biojava.bio.program.gff3 with parameters of type Annotation Modifier and Type Method Description protected voidGFF3Parser. parseAttribute(String attValList, Annotation anno, Ontology onto, Ontology fallBack)Parse attValList into a Map of attributes and value lists. -
Uses of Annotation in org.biojava.bio.program.hmmer
Methods in org.biojava.bio.program.hmmer with parameters of type Annotation Modifier and Type Method Description protected EmissionStateHmmerProfileHMM. makeNewInsertState(String str, Annotation ann, int[] adv, Distribution dis)protected EmissionStateHmmerProfileHMM. makeNewMatchState(String str, Annotation ann, int[] adv, Distribution dis)Constructors in org.biojava.bio.program.hmmer with parameters of type Annotation Constructor Description ProfileEmissionState(String str, Annotation ann, int[] adv, Distribution dis) -
Uses of Annotation in org.biojava.bio.program.indexdb
Methods in org.biojava.bio.program.indexdb that return Annotation Modifier and Type Method Description AnnotationBioStore. getMetaData()AnnotationIndexStore. getMetaData()getMetaDatareturns a data structure which represents an OBDA "config.dat" flatfile indexing configuration file. -
Uses of Annotation in org.biojava.bio.program.phred
Constructors in org.biojava.bio.program.phred with parameters of type Annotation Constructor Description PhredSequence(SymbolList phredSequence, String name, String urn, Annotation anno)Constructs a new PhredSequence. -
Uses of Annotation in org.biojava.bio.program.ssbind
Methods in org.biojava.bio.program.ssbind that return Annotation Modifier and Type Method Description static AnnotationAnnotationFactory. makeAnnotation(Map m)makeAnnotationcreates the annotation. -
Uses of Annotation in org.biojava.bio.program.tagvalue
Methods in org.biojava.bio.program.tagvalue that return Annotation Modifier and Type Method Description AnnotationAnnotationBuilder. getLast()Get the last complete annotation built. -
Uses of Annotation in org.biojava.bio.program.xff
Methods in org.biojava.bio.program.xff that return Annotation Modifier and Type Method Description AnnotationXFFFeatureSetHandler. getMergeAnnotation()Methods in org.biojava.bio.program.xff with parameters of type Annotation Modifier and Type Method Description static voidXFFTools. annotateXFF(File xffFile, Sequence sequence, Annotation ann)voidXFFFeatureSetHandler. setMergeAnnotation(Annotation ann) -
Uses of Annotation in org.biojava.bio.search
Methods in org.biojava.bio.search that return Annotation Modifier and Type Method Description AnnotationSequenceDBSearchHit. getAnnotation()Deprecated.getAnnotationreturns the Annotation associated with this hit.AnnotationSequenceDBSearchResult. getAnnotation()Deprecated.getAnnotationreturns the Annotation associated with this hit.AnnotationSequenceDBSearchSubHit. getAnnotation()Deprecated.AnnotationSimpleSeqSimilaritySearchHit. getAnnotation()getAnnotationreturns the Annotation associated with this hit.AnnotationSimpleSeqSimilaritySearchResult. getAnnotation()getAnnotationreturns the Annotation associated with this hit.AnnotationSimpleSeqSimilaritySearchSubHit. getAnnotation()getAnnotationreturns the Annotation associated with this sub-hit.Constructors in org.biojava.bio.search with parameters of type Annotation Constructor Description SequenceDBSearchHit(double score, double eValue, double pValue, int queryStart, int queryEnd, StrandedFeature.Strand queryStrand, int subjectStart, int subjectEnd, StrandedFeature.Strand subjectStrand, String subjectID, Annotation annotation, List subHits)Deprecated.Creates a newSequenceDBSearchHitobject.SequenceDBSearchResult(Sequence querySequence, SequenceDB sequenceDB, Map searchParameters, List hits, Annotation annotation)Deprecated.Creates a newSequenceDBSearchResult.SequenceDBSearchSubHit(double score, double eValue, double pValue, int queryStart, int queryEnd, StrandedFeature.Strand queryStrand, int subjectStart, int subjectEnd, StrandedFeature.Strand subjectStrand, Alignment alignment, Annotation annotation)Deprecated.Creates a newSequenceDBSearchSubHitobject.SimpleSeqSimilaritySearchHit(double score, double eValue, double pValue, int queryStart, int queryEnd, StrandedFeature.Strand queryStrand, int subjectStart, int subjectEnd, StrandedFeature.Strand subjectStrand, String subjectID, Annotation annotation, List subHits)Creates a newSimpleSeqSimilaritySearchHitobject.SimpleSeqSimilaritySearchResult(Sequence querySequence, SequenceDB sequenceDB, Map searchParameters, List hits, Annotation annotation)Creates a newSimpleSeqSimilaritySearchResult.SimpleSeqSimilaritySearchSubHit(double score, double eValue, double pValue, int queryStart, int queryEnd, StrandedFeature.Strand queryStrand, int subjectStart, int subjectEnd, StrandedFeature.Strand subjectStrand, Alignment alignment, Annotation annotation)Creates a newSimpleSeqSimilaritySearchSubHitobject. -
Uses of Annotation in org.biojava.bio.seq
Fields in org.biojava.bio.seq declared as Annotation Modifier and Type Field Description AnnotationFeature.Template. annotationMethods in org.biojava.bio.seq that return Annotation Modifier and Type Method Description AnnotationFeatureTypes.RepositoryImpl. getAnnotation()AnnotationNewSimpleAssembly. getAnnotation()AnnotationSimpleAssembly. getAnnotation()Methods in org.biojava.bio.seq with parameters of type Annotation Modifier and Type Method Description SequenceSequenceFactory. createSequence(SymbolList symList, String uri, String name, Annotation annotation)Deprecated.Creates a sequence using these parameters.static SequenceSequenceTools. createSequence(SymbolList syms, String uri, String name, Annotation ann) -
Uses of Annotation in org.biojava.bio.seq.impl
Methods in org.biojava.bio.seq.impl that return Annotation Modifier and Type Method Description AnnotationDummySequence. getAnnotation()AnnotationSimpleFeature. getAnnotation()AnnotationSimpleGappedSequence. getAnnotation()AnnotationSimpleSequence. getAnnotation()AnnotationSubSequence. getAnnotation()AnnotationViewSequence. getAnnotation()Methods in org.biojava.bio.seq.impl with parameters of type Annotation Modifier and Type Method Description SequenceSimpleSequenceFactory. createSequence(SymbolList symList, String uri, String name, Annotation annotation)Constructors in org.biojava.bio.seq.impl with parameters of type Annotation Constructor Description RevCompSequence(Sequence seq, String urn, String name, Annotation annotation)SimpleSequence(SymbolList sym, String urn, String name, Annotation annotation)Create a SimpleSequence with the symbols and alphabet of sym, and the sequence properties listed.SimpleSequence(SymbolList sym, String urn, String name, Annotation annotation, FeatureRealizer realizer)Create a SimpleSequence using a specified FeatureRealizer. -
Uses of Annotation in org.biojava.bio.seq.io
Classes in org.biojava.bio.seq.io that implement Annotation Modifier and Type Class Description classReferenceAnnotationDeprecated.Use org.biojavax.bio.seq.io framework insteadFields in org.biojava.bio.seq.io declared as Annotation Modifier and Type Field Description protected AnnotationSequenceBuilderBase. annotationMethods in org.biojava.bio.seq.io that return Annotation Modifier and Type Method Description AnnotationAlternateTokenization. getAnnotation()AnnotationCharacterTokenization. getAnnotation()AnnotationWordTokenization. getAnnotation()Methods in org.biojava.bio.seq.io with parameters of type Annotation Modifier and Type Method Description protected voidSequenceBuilderBase. addProperty(Annotation ann, Object key, Object value) -
Uses of Annotation in org.biojava.bio.seq.io.agave
Methods in org.biojava.bio.seq.io.agave with parameters of type Annotation Modifier and Type Method Description StringAgave2AgaveAnnotFilter. getAccession(Annotation annot)StringAGAVEAnnotFilter. getAccession(Annotation annot)StringEmbl2AgaveAnnotFilter. getAccession(Annotation annot)StringSimpleAnnotFilter. getAccession(Annotation annot)StringAGAVEAnnotFilter. getAlignLength(Annotation annot)StringSimpleAnnotFilter. getAlignLength(Annotation annot)StringAgave2AgaveAnnotFilter. getAlignUnits(Annotation annot)StringAGAVEAnnotFilter. getAlignUnits(Annotation annot)StringSimpleAnnotFilter. getAlignUnits(Annotation annot)AGAVEDbId[]Agave2AgaveAnnotFilter. getAltIds(Annotation annot)AGAVEDbId[]AGAVEAnnotFilter. getAltIds(Annotation annot)AGAVEDbId[]SimpleAnnotFilter. getAltIds(Annotation annot)StringAgave2AgaveAnnotFilter. getChromNum(Annotation annot)StringAGAVEAnnotFilter. getChromNum(Annotation annot)StringSimpleAnnotFilter. getChromNum(Annotation annot)StringAgave2AgaveAnnotFilter. getChromosome(Annotation annot)StringAGAVEAnnotFilter. getChromosome(Annotation annot)StringSimpleAnnotFilter. getChromosome(Annotation annot)StringAgave2AgaveAnnotFilter. getClassifyId(Annotation annot)StringAGAVEAnnotFilter. getClassifyId(Annotation annot)StringSimpleAnnotFilter. getClassifyId(Annotation annot)StringAgave2AgaveAnnotFilter. getClassifySystem(Annotation annot)StringAGAVEAnnotFilter. getClassifySystem(Annotation annot)StringSimpleAnnotFilter. getClassifySystem(Annotation annot)StringAgave2AgaveAnnotFilter. getClassifyType(Annotation annot)StringAGAVEAnnotFilter. getClassifyType(Annotation annot)StringSimpleAnnotFilter. getClassifyType(Annotation annot)StringAgave2AgaveAnnotFilter. getCloneId(Annotation annot)StringAGAVEAnnotFilter. getCloneId(Annotation annot)StringSimpleAnnotFilter. getCloneId(Annotation annot)StringAgave2AgaveAnnotFilter. getCloneLibrary(Annotation annot)StringAGAVEAnnotFilter. getCloneLibrary(Annotation annot)StringSimpleAnnotFilter. getCloneLibrary(Annotation annot)StringAgave2AgaveAnnotFilter. getConfidence(Annotation annot)StringAGAVEAnnotFilter. getConfidence(Annotation annot)StringSimpleAnnotFilter. getConfidence(Annotation annot)StringAgave2AgaveAnnotFilter. getCreateDate(Annotation annot)StringAGAVEAnnotFilter. getCreateDate(Annotation annot)StringSimpleAnnotFilter. getCreateDate(Annotation annot)AGAVEDbIdAgave2AgaveAnnotFilter. getDbId(Annotation annot)AGAVEDbIdAGAVEAnnotFilter. getDbId(Annotation annot)AGAVEDbIdEmbl2AgaveAnnotFilter. getDbId(Annotation annot)AGAVEDbIdSimpleAnnotFilter. getDbId(Annotation annot)StringAgave2AgaveAnnotFilter. getDescription(Annotation annot)StringAGAVEAnnotFilter. getDescription(Annotation annot)StringEmbl2AgaveAnnotFilter. getDescription(Annotation annot)StringSimpleAnnotFilter. getDescription(Annotation annot)StringAgave2AgaveAnnotFilter. getEcNumber(Annotation annot)StringAGAVEAnnotFilter. getEcNumber(Annotation annot)StringSimpleAnnotFilter. getEcNumber(Annotation annot)StringAgave2AgaveAnnotFilter. getElementId(Annotation annot)StringAGAVEAnnotFilter. getElementId(Annotation annot)StringSimpleAnnotFilter. getElementId(Annotation annot)String[]Agave2AgaveAnnotFilter. getElementIds(Annotation annot)String[]AGAVEAnnotFilter. getElementIds(Annotation annot)String[]SimpleAnnotFilter. getElementIds(Annotation annot)String[]Agave2AgaveAnnotFilter. getExonIds(Annotation annot)String[]AGAVEAnnotFilter. getExonIds(Annotation annot)String[]SimpleAnnotFilter. getExonIds(Annotation annot)StringAgave2AgaveAnnotFilter. getFeatureType(Annotation annot)StringAGAVEAnnotFilter. getFeatureType(Annotation annot)StringSimpleAnnotFilter. getFeatureType(Annotation annot)StringAgave2AgaveAnnotFilter. getGroupOrder(Annotation annot)StringAGAVEAnnotFilter. getGroupOrder(Annotation annot)StringSimpleAnnotFilter. getGroupOrder(Annotation annot)AGAVEIdAlias[]Agave2AgaveAnnotFilter. getIdAlias(Annotation annot)AGAVEIdAlias[]AGAVEAnnotFilter. getIdAlias(Annotation annot)AGAVEIdAlias[]SimpleAnnotFilter. getIdAlias(Annotation annot)StringAgave2AgaveAnnotFilter. getKeyword(Annotation annot)StringAGAVEAnnotFilter. getKeyword(Annotation annot)StringEmbl2AgaveAnnotFilter. getKeyword(Annotation annot)StringSimpleAnnotFilter. getKeyword(Annotation annot)StringAgave2AgaveAnnotFilter. getLabel(Annotation annot)StringAGAVEAnnotFilter. getLabel(Annotation annot)StringSimpleAnnotFilter. getLabel(Annotation annot)AGAVEMapLocation[]Agave2AgaveAnnotFilter. getMapLocation(Annotation annot)AGAVEMapLocation[]AGAVEAnnotFilter. getMapLocation(Annotation annot)AGAVEMapLocation[]SimpleAnnotFilter. getMapLocation(Annotation annot)StringAgave2AgaveAnnotFilter. getMapPosition(Annotation annot)StringAGAVEAnnotFilter. getMapPosition(Annotation annot)StringSimpleAnnotFilter. getMapPosition(Annotation annot)StringAgave2AgaveAnnotFilter. getMatchAlign(Annotation annot)StringAGAVEAnnotFilter. getMatchAlign(Annotation annot)StringSimpleAnnotFilter. getMatchAlign(Annotation annot)StringAgave2AgaveAnnotFilter. getMatchDesc(Annotation annot)StringAGAVEAnnotFilter. getMatchDesc(Annotation annot)StringSimpleAnnotFilter. getMatchDesc(Annotation annot)AGAVEMatchRegionAgave2AgaveAnnotFilter. getMatchRegion(Annotation annot)AGAVEMatchRegionAGAVEAnnotFilter. getMatchRegion(Annotation annot)AGAVEMatchRegionSimpleAnnotFilter. getMatchRegion(Annotation annot)StringAgave2AgaveAnnotFilter. getMolType(Annotation annot)StringAGAVEAnnotFilter. getMolType(Annotation annot)StringEmbl2AgaveAnnotFilter. getMolType(Annotation annot)StringSimpleAnnotFilter. getMolType(Annotation annot)StringAgave2AgaveAnnotFilter. getNote(Annotation annot)StringAGAVEAnnotFilter. getNote(Annotation annot)StringEmbl2AgaveAnnotFilter. getNote(Annotation annot)StringSimpleAnnotFilter. getNote(Annotation annot)StringAgave2AgaveAnnotFilter. getOrganism(Annotation annot)StringAGAVEAnnotFilter. getOrganism(Annotation annot)StringEmbl2AgaveAnnotFilter. getOrganism(Annotation annot)StringSimpleAnnotFilter. getOrganism(Annotation annot)StringAgave2AgaveAnnotFilter. getOS(Annotation annot)StringAGAVEAnnotFilter. getOS(Annotation annot)StringEmbl2AgaveAnnotFilter. getOS(Annotation annot)StringSimpleAnnotFilter. getOS(Annotation annot)AGAVEProperty[]Agave2AgaveAnnotFilter. getProperty(Annotation annot, String type)AGAVEProperty[]AGAVEAnnotFilter. getProperty(Annotation annot, String type)AGAVEProperty[]SimpleAnnotFilter. getProperty(Annotation annot, String type)ThomasD made this a bit safer...static ObjectUtilHelper. getProperty(Annotation annot, String key)inhibit the getProperty(key) of Annotation from throw exception when key does not exist.AGAVEQueryRegionAgave2AgaveAnnotFilter. getQueryRegion(Annotation annot)AGAVEQueryRegionAGAVEAnnotFilter. getQueryRegion(Annotation annot)AGAVEQueryRegionSimpleAnnotFilter. getQueryRegion(Annotation annot)AGAVERelatedAnnot[]Agave2AgaveAnnotFilter. getRelatedAnnot(Annotation annot)AGAVERelatedAnnot[]AGAVEAnnotFilter. getRelatedAnnot(Annotation annot)AGAVERelatedAnnot[]SimpleAnnotFilter. getRelatedAnnot(Annotation annot)StringAgave2AgaveAnnotFilter. getResultType(Annotation annot)StringAGAVEAnnotFilter. getResultType(Annotation annot)StringSimpleAnnotFilter. getResultType(Annotation annot)StringAGAVEAnnotFilter. getSequenceId(Annotation annot)StringSimpleAnnotFilter. getSequenceId(Annotation annot)StringAgave2AgaveAnnotFilter. getTaxonId(Annotation annot)StringAGAVEAnnotFilter. getTaxonId(Annotation annot)StringSimpleAnnotFilter. getTaxonId(Annotation annot)StringAgave2AgaveAnnotFilter. getUpdateDate(Annotation annot)StringAGAVEAnnotFilter. getUpdateDate(Annotation annot)StringSimpleAnnotFilter. getUpdateDate(Annotation annot)StringAgave2AgaveAnnotFilter. getVersion(Annotation annot)StringAGAVEAnnotFilter. getVersion(Annotation annot)StringEmbl2AgaveAnnotFilter. getVersion(Annotation annot)StringSimpleAnnotFilter. getVersion(Annotation annot)AGAVEXrefs[]Agave2AgaveAnnotFilter. getXrefs(Annotation annot)AGAVEXrefs[]AGAVEAnnotFilter. getXrefs(Annotation annot)AGAVEXrefs[]SimpleAnnotFilter. getXrefs(Annotation annot) -
Uses of Annotation in org.biojava.bio.symbol
Methods in org.biojava.bio.symbol that return Annotation Modifier and Type Method Description AnnotationDoubleAlphabet.DoubleRange. getAnnotation()AnnotationDoubleAlphabet.DoubleSymbol. getAnnotation()AnnotationDoubleAlphabet. getAnnotation()AnnotationDoubleAlphabet.SubDoubleAlphabet. getAnnotation()AnnotationFundamentalAtomicSymbol. getAnnotation()AnnotationIntegerAlphabet. getAnnotation()AnnotationIntegerAlphabet.IntegerSymbol. getAnnotation()AnnotationIntegerAlphabet.SubIntegerAlphabet. getAnnotation()AnnotationSimpleAlphabet. getAnnotation()AnnotationSingletonAlphabet. getAnnotation()AnnotationSoftMaskedAlphabet.CaseSensitiveTokenization. getAnnotation()AnnotationSoftMaskedAlphabet. getAnnotation()The SoftMaskedAlphabet has no annotationMethods in org.biojava.bio.symbol with parameters of type Annotation Modifier and Type Method Description static AtomicSymbolAlphabetManager. createSymbol(char token, String name, Annotation annotation)Deprecated.Use the two-arg version of this method instead.static SymbolAlphabetManager. createSymbol(char token, Annotation annotation, List symList, Alphabet alpha)Deprecated.use the new version, without the token argumentstatic SymbolAlphabetManager. createSymbol(char token, Annotation annotation, Set symSet, Alphabet alpha)Deprecated.use the three-arg version of this method instead.static AtomicSymbolAlphabetManager. createSymbol(String name, Annotation annotation)Generate a new AtomicSymbol instance with a name and Annotation.static SymbolAlphabetManager. createSymbol(Annotation annotation, List symList, Alphabet alpha)Generates a new Symbol instance that represents the tuple of Symbols in symList.static SymbolAlphabetManager. createSymbol(Annotation annotation, Set symSet, Alphabet alpha)Generates a new Symbol instance that represents the tuple of Symbols in symList.Constructors in org.biojava.bio.symbol with parameters of type Annotation Constructor Description FundamentalAtomicSymbol(String name, Annotation annotation)SimpleAtomicSymbol(Annotation annotation, List syms) -
Uses of Annotation in org.biojava.bio.taxa
Methods in org.biojava.bio.taxa that return Annotation Modifier and Type Method Description AnnotationAbstractTaxon. getAnnotation()Deprecated. -
Uses of Annotation in org.biojava.ontology
Methods in org.biojava.ontology that return Annotation Modifier and Type Method Description AnnotationIntegerOntology.IntTerm. getAnnotation()AnnotationOntologyTerm.Impl. getAnnotation()AnnotationRemoteTerm.Impl. getAnnotation()AnnotationTerm.Impl. getAnnotation()AnnotationTriple.Impl. getAnnotation()Methods in org.biojava.ontology with parameters of type Annotation Modifier and Type Method Description voidTerm.Impl. setAnnotation(Annotation annotation) -
Uses of Annotation in org.biojavax
Subinterfaces of Annotation in org.biojavax Modifier and Type Interface Description interfaceRichAnnotationAn annotation collection which stores annotations as Note objects.Classes in org.biojavax that implement Annotation Modifier and Type Class Description classEmptyRichAnnotationA place holder for a RichAnnotation that prevents null having to be usedclassSimpleRichAnnotationSimple annotation wrapper.Methods in org.biojavax that return Annotation Modifier and Type Method Description AnnotationSimpleCrossRef. getAnnotation()Should return the associated annotation object. -
Uses of Annotation in org.biojavax.bio
Methods in org.biojavax.bio that return Annotation Modifier and Type Method Description AnnotationSimpleBioEntry. getAnnotation()Should return the associated annotation object. -
Uses of Annotation in org.biojavax.bio.seq
Methods in org.biojavax.bio.seq that return Annotation Modifier and Type Method Description AnnotationCompoundRichLocation. getAnnotation()Should return the associated annotation object.AnnotationEmptyRichLocation. getAnnotation()Should return the associated annotation object.AnnotationSimpleRichFeature. getAnnotation()Should return the associated annotation object.AnnotationSimpleRichLocation. getAnnotation()Should return the associated annotation object. -
Uses of Annotation in org.biojavax.ontology
Methods in org.biojavax.ontology that return Annotation Modifier and Type Method Description AnnotationSimpleComparableTerm. getAnnotation()Should return the associated annotation object.AnnotationSimpleComparableTriple. getAnnotation()Should return the associated annotation object.
-