A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

a() - Static method in class org.biojava.bio.seq.DNATools
 
a() - Static method in class org.biojava.bio.seq.NucleotideTools
 
a() - Static method in class org.biojava.bio.seq.ProteinTools
Returns the AtomicSymbol for the amino acid Alanine
a() - Static method in class org.biojava.bio.seq.RNATools
 
A_THALIANA - Static variable in interface org.biojava.bio.program.homologene.Taxon
 
AA - Static variable in class org.biojava.bio.seq.io.SeqIOConstants
AA indicates that a sequence contains AA (amino acid) symbols.
AAindex - Class in org.biojava.bio.proteomics.aaindex
Symbol property table based on the Amino Acid Index Database.
AAindex(String) - Constructor for class org.biojava.bio.proteomics.aaindex.AAindex
Initializes the AAindex symbol property table.
AAindexStreamReader - Class in org.biojava.bio.proteomics.aaindex
Iterator over AAindex objects that are stored in a stream in the AAindex1 file format.
AAindexStreamReader(Reader) - Constructor for class org.biojava.bio.proteomics.aaindex.AAindexStreamReader
Initializes the iterator.
AAindexStreamReader(BufferedReader) - Constructor for class org.biojava.bio.proteomics.aaindex.AAindexStreamReader
Initializes the iterator.
ABBREV_NAME_KEY - Static variable in class org.biojavax.bio.seq.io.UniProtXMLFormat.Terms
 
abbreviation - Variable in class org.biojava.bibliography.BiblioJournal
An abbreviation of the journal title.
ABI_MAGIC - Static variable in class org.biojava.bio.chromatogram.ChromatogramFactory
The magic number for ABIF files.
ABIFChromatogram - Class in org.biojava.bio.program.abi
An implementation of Chromatogram to encapulsulate chromatogram data extracted from the files produced by ABI sequencers, such as the the 377 and the 3700.
ABIFChromatogram() - Constructor for class org.biojava.bio.program.abi.ABIFChromatogram
 
ABIFChromatogram.Parser - Class in org.biojava.bio.program.abi
An extension of ABIFParser that reads the particular fields from the ABIF that contain the chromatogram data and initializes the fields in its enclosing ABIFChromatogram instance.
ABIFChromatogram.Parser(InputStream) - Constructor for class org.biojava.bio.program.abi.ABIFChromatogram.Parser
 
ABIFChromatogram.Parser(File) - Constructor for class org.biojava.bio.program.abi.ABIFChromatogram.Parser
 
ABIFParser - Class in org.biojava.bio.program.abi
A general base parser for files produced by ABI software.
ABIFParser(File) - Constructor for class org.biojava.bio.program.abi.ABIFParser
Creates a new ABIFParser for a file.
ABIFParser(InputStream) - Constructor for class org.biojava.bio.program.abi.ABIFParser
Creates a new ABIFParser for an input stream.
ABIFParser(ABIFParser.DataAccess) - Constructor for class org.biojava.bio.program.abi.ABIFParser
Creates a new ABIFParser for the specified ABIFParser.DataAccess object.
ABIFParser.DataAccess - Interface in org.biojava.bio.program.abi
Concatenation of the Seekable and DataInput interfaces.
ABIFParser.TaggedDataRecord - Class in org.biojava.bio.program.abi
An aggregate immutable type for an ABIF tagged data record.
ABIFParser.TaggedDataRecord(ABIFParser.DataAccess) - Constructor for class org.biojava.bio.program.abi.ABIFParser.TaggedDataRecord
Creates a new TaggedDataRecord from the next 28 bytes of din.
ABITools - Class in org.biojava.bio.program.abi
Useful functionality for working with fasta files where the quality of the DNA is encoded as upper and lower case DNA characters.
ABITools() - Constructor for class org.biojava.bio.program.abi.ABITools
 
ABITrace - Class in org.biojava.bio.program.abi
Title: ABITrace

ABITrace is a class for managing ABI file information, it is capable of opening an ABI file and storing the most important fields, which can be recalled as simple java types.
ABITrace(File) - Constructor for class org.biojava.bio.program.abi.ABITrace
The File constructor opens a local ABI file and parses the content.
ABITrace(URL) - Constructor for class org.biojava.bio.program.abi.ABITrace
The URL constructor opens an ABI file from any URL.
ABITrace(byte[]) - Constructor for class org.biojava.bio.program.abi.ABITrace
The byte[] constructor parses an ABI file represented as a byte array.
AbiTraceRenderer - Class in org.biojava.bio.gui.sequence
Renders an ABI trace file as a chromatogram graph.
AbiTraceRenderer() - Constructor for class org.biojava.bio.gui.sequence.AbiTraceRenderer
 
ABORT_PARSING - Static variable in interface org.biojava.bio.program.gff.GFFErrorHandler
 
AbstractAlignmentStyler - Class in org.biojava.bio.program.blast2html
Abstract implementation of AlignmentStyler, contains utility methods for generating a set of HTML styles from a list of RGB colours.
AbstractAlignmentStyler() - Constructor for class org.biojava.bio.program.blast2html.AbstractAlignmentStyler
 
AbstractAlphabet - Class in org.biojava.bio.symbol
An abstract implementation of Alphabet.
AbstractAlphabet() - Constructor for class org.biojava.bio.symbol.AbstractAlphabet
 
AbstractAnnotation - Class in org.biojava.bio
A utility class to ease the problem of implementing an Annotation to that of providing an apropreate implementation of Map.
AbstractAnnotation() - Constructor for class org.biojava.bio.AbstractAnnotation
Protected no-args constructor intended for sub-classes.
AbstractAnnotation(Annotation) - Constructor for class org.biojava.bio.AbstractAnnotation
Copy-constructor.
AbstractAnnotation(Map) - Constructor for class org.biojava.bio.AbstractAnnotation
Create a new Annotation by copying the key-value pairs from a map.
AbstractBeadRenderer - Class in org.biojava.bio.gui.sequence
AbstractBeadRenderer is a an abstract base class for the creation of FeatureRenderers which use a 'string of beads' metaphor for displaying features.
AbstractBeadRenderer() - Constructor for class org.biojava.bio.gui.sequence.AbstractBeadRenderer
Creates a new AbstractBeadRenderer with no delegates.
AbstractBeadRenderer(double, double, Paint, Paint, Stroke) - Constructor for class org.biojava.bio.gui.sequence.AbstractBeadRenderer
Creates a new AbstractBeadRenderer object.
AbstractBean - Class in org.biojava.bio.structure.io.mmcif.model
a generic class that implements the toString method for a bean
AbstractBean() - Constructor for class org.biojava.bio.structure.io.mmcif.model.AbstractBean
 
AbstractBioEntryDB - Class in org.biojavax.bio.db
An abstract implementation of BioEntryDB that provides the getBioEntryIterator method.
AbstractBioEntryDB() - Constructor for class org.biojavax.bio.db.AbstractBioEntryDB
 
AbstractChangeable - Class in org.biojava.utils
Useful base-class for objects implementing Changeable
AbstractChangeable() - Constructor for class org.biojava.utils.AbstractChangeable
 
AbstractChromatogram - Class in org.biojava.bio.chromatogram
A basic, abstract implementation of Chromatogram.
AbstractChromatogram() - Constructor for class org.biojava.bio.chromatogram.AbstractChromatogram
Create a new AbstractChromatogram.
AbstractCrossOverFunction - Class in org.biojavax.ga.functions
Abstract implementation of CrossOverFunction.
AbstractCrossOverFunction() - Constructor for class org.biojavax.ga.functions.AbstractCrossOverFunction
 
AbstractDistribution - Class in org.biojava.bio.dist
An abstract implementation of Distribution.
AbstractDistribution() - Constructor for class org.biojava.bio.dist.AbstractDistribution
 
AbstractFeatureHolder - Class in org.biojava.bio.seq
An abstract implementation of FeatureHolder.
AbstractFeatureHolder() - Constructor for class org.biojava.bio.seq.AbstractFeatureHolder
 
AbstractGeneticAlgorithm - Class in org.biojavax.ga.impl
Base class from which most implementations of GeneticAlgorithm will inherit.
AbstractGeneticAlgorithm() - Constructor for class org.biojavax.ga.impl.AbstractGeneticAlgorithm
 
AbstractLocation - Class in org.biojava.bio.symbol
An abstract implementation of Location.
AbstractLocation() - Constructor for class org.biojava.bio.symbol.AbstractLocation
 
AbstractLocationDecorator - Class in org.biojava.bio.symbol
Abstract Location decorator (wrapper).
AbstractLocationDecorator(Location) - Constructor for class org.biojava.bio.symbol.AbstractLocationDecorator
Construct a new decorator wrapping the specified Location.
AbstractManyToOneTranslationTable - Class in org.biojava.bio.symbol
an abstract class implementing basic functionality of a translation table that translates Symbols from one Alphabet to another.
AbstractManyToOneTranslationTable() - Constructor for class org.biojava.bio.symbol.AbstractManyToOneTranslationTable
 
AbstractMatrixPairDPCursor - Class in org.biojava.bio.dp.twohead
 
AbstractMatrixPairDPCursor(SymbolList, SymbolList, int, int, int, int, PairDPMatrix, EmissionCache) - Constructor for class org.biojava.bio.dp.twohead.AbstractMatrixPairDPCursor
 
AbstractMutationFunction - Class in org.biojavax.ga.functions
Abstract implementation of MutationFunction all custom implementations should inherit from here.
AbstractMutationFunction() - Constructor for class org.biojavax.ga.functions.AbstractMutationFunction
 
AbstractOrderNDistribution - Class in org.biojava.bio.dist
Simple base class for OrderNDistributions.
AbstractOrderNDistribution(Alphabet) - Constructor for class org.biojava.bio.dist.AbstractOrderNDistribution
Construct a new NthOrderDistribution.
AbstractOrganism - Class in org.biojavax.ga.impl
Abstract implementation of Organism.
AbstractOrganism() - Constructor for class org.biojavax.ga.impl.AbstractOrganism
 
AbstractOrganism(Organism, String) - Constructor for class org.biojavax.ga.impl.AbstractOrganism
 
AbstractOrthologueSet - Class in org.biojava.bio.program.homologene
 
AbstractOrthologueSet() - Constructor for class org.biojava.bio.program.homologene.AbstractOrthologueSet
 
AbstractOrthoPairCollection - Class in org.biojava.bio.program.homologene
An abstract implementation of the OrthoPairCollection interface.
AbstractOrthoPairCollection() - Constructor for class org.biojava.bio.program.homologene.AbstractOrthoPairCollection
 
AbstractOrthoPairSet - Class in org.biojava.bio.program.homologene
represents the Homologene Group.
AbstractOrthoPairSet() - Constructor for class org.biojava.bio.program.homologene.AbstractOrthoPairSet
 
AbstractPeptideDigestRenderer - Class in org.biojava.bio.gui.sequence
A SequenceRenderer that renders a set of Features that match a FeatureFilter in such a way that they do not overlap in the display.
AbstractPeptideDigestRenderer() - Constructor for class org.biojava.bio.gui.sequence.AbstractPeptideDigestRenderer
 
AbstractPeptideDigestRenderer(FeatureSource) - Constructor for class org.biojava.bio.gui.sequence.AbstractPeptideDigestRenderer
 
AbstractPeptideDigestRenderer(FeatureSource, FeatureFilter) - Constructor for class org.biojava.bio.gui.sequence.AbstractPeptideDigestRenderer
 
AbstractPeptideDigestRenderer(FeatureSource, FeatureFilter, int) - Constructor for class org.biojava.bio.gui.sequence.AbstractPeptideDigestRenderer
 
AbstractPopulation - Class in org.biojavax.ga.impl
Most Population implementations will want to inherit from here.
AbstractPopulation() - Constructor for class org.biojavax.ga.impl.AbstractPopulation
 
AbstractPopulation(String) - Constructor for class org.biojavax.ga.impl.AbstractPopulation
 
AbstractRangeLocation - Class in org.biojava.bio.symbol
Base class for simple contiguous Location implementations.
AbstractRangeLocation() - Constructor for class org.biojava.bio.symbol.AbstractRangeLocation
 
AbstractReversibleTranslationTable - Class in org.biojava.bio.symbol
an abstract class implementing basic functionality of a translation table that translates Symbols from one Alphabet to another.
AbstractReversibleTranslationTable() - Constructor for class org.biojava.bio.symbol.AbstractReversibleTranslationTable
 
AbstractRichSequenceDB - Class in org.biojavax.bio.db
An abstract implementation of RichSequenceDB that provides the getRichSequenceIterator method.
AbstractRichSequenceDB() - Constructor for class org.biojavax.bio.db.AbstractRichSequenceDB
 
AbstractSequenceDB - Class in org.biojava.bio.seq.db
An abstract implementation of SequenceDB that provides the sequenceIterator method.
AbstractSequenceDB() - Constructor for class org.biojava.bio.seq.db.AbstractSequenceDB
 
AbstractSVMClassifierModel - Class in org.biojava.stats.svm
Abstract implementation of SVMClassifierModel.
AbstractSVMClassifierModel() - Constructor for class org.biojava.stats.svm.AbstractSVMClassifierModel
 
AbstractSVMTarget - Class in org.biojava.stats.svm
An abstract implementation of an SVMModel.
AbstractSVMTarget() - Constructor for class org.biojava.stats.svm.AbstractSVMTarget
 
AbstractSymbol - Class in org.biojava.bio.symbol
The base-class for Symbol implementations.
AbstractSymbol() - Constructor for class org.biojava.bio.symbol.AbstractSymbol
 
AbstractSymbolList - Class in org.biojava.bio.symbol
Abstract helper implementation of the SymbolList core interface.
AbstractSymbolList() - Constructor for class org.biojava.bio.symbol.AbstractSymbolList
 
AbstractSymbolList.EditScreener - Class in org.biojava.bio.symbol
This adapter screens all edit events to see if they overlap with a window of interest.
AbstractSymbolList.EditScreener(Object, ChangeSupport, int, int) - Constructor for class org.biojava.bio.symbol.AbstractSymbolList.EditScreener
 
AbstractSymbolList.EditTranslater - Class in org.biojava.bio.symbol
This translates edit events that fall within a window into window co-ordinates.
AbstractSymbolList.EditTranslater(Object, ChangeSupport, int, int) - Constructor for class org.biojava.bio.symbol.AbstractSymbolList.EditTranslater
 
AbstractTaxon - Class in org.biojava.bio.taxa
Deprecated. replaced by classes in org.biojavax.bio.taxa
AbstractTaxon() - Constructor for class org.biojava.bio.taxa.AbstractTaxon
Deprecated.  
AbstractTaxon(String, String) - Constructor for class org.biojava.bio.taxa.AbstractTaxon
Deprecated.  
AbstractTerm - Class in org.biojava.ontology
Abstract implementation of term This provides basic change-forwarding functionality from the annotation and ontology properties.
AbstractTerm() - Constructor for class org.biojava.ontology.AbstractTerm
 
AbstractTrainer - Class in org.biojava.bio.dp
An abstract implementation of TrainingAlgorithm that provides a framework for plugging in per-cycle code for parameter optimization.
AbstractTrainer(DP) - Constructor for class org.biojava.bio.dp.AbstractTrainer
 
AbstractTrainer() - Constructor for class org.biojava.bio.dp.AbstractTrainer
 
abstractType - Variable in class org.biojava.bibliography.BiblioDescription
It specifies how BiblioDescription.theAbstract is coded.
AbstractULAlignment - Class in org.biojava.bio.alignment
 
AbstractULAlignment() - Constructor for class org.biojava.bio.alignment.AbstractULAlignment
 
AbstractULAlignment.LeftRightLocationComparator - Class in org.biojava.bio.alignment
Orders by location left to right.
AbstractULAlignment.LeftRightLocationComparator() - Constructor for class org.biojava.bio.alignment.AbstractULAlignment.LeftRightLocationComparator
 
AbstractULAlignment.SubULAlignment - Class in org.biojava.bio.alignment
 
AbstractULAlignment.SubULAlignment(Set, Location) - Constructor for class org.biojava.bio.alignment.AbstractULAlignment.SubULAlignment
 
AbstractWrapper - Class in org.biojava.bio.program.tagvalue
An abstract TagValueWrapper that does nothing!
AbstractWrapper() - Constructor for class org.biojava.bio.program.tagvalue.AbstractWrapper
 
ACC_VERSION_TAG - Static variable in class org.biojavax.bio.seq.io.INSDseqFormat
 
accept(Object) - Method in interface org.biojava.bio.CollectionConstraint
accept returns true if the value fulfills the constraint.
accept(Object) - Method in class org.biojava.bio.CollectionConstraint.AllValuesIn
 
accept(Object) - Method in class org.biojava.bio.CollectionConstraint.And
 
accept(Object) - Method in class org.biojava.bio.CollectionConstraint.Contains
 
accept(Object) - Method in class org.biojava.bio.CollectionConstraint.Or
 
accept(GFFRecord) - Method in interface org.biojava.bio.program.gff.GFFRecordFilter
Return whether or not to accept record.
accept(GFFRecord) - Method in class org.biojava.bio.program.gff.GFFRecordFilter.AcceptAll
 
accept(GFFRecord) - Method in class org.biojava.bio.program.gff.GFFRecordFilter.FeatureFilter
 
accept(GFFRecord) - Method in class org.biojava.bio.program.gff.GFFRecordFilter.FrameFilter
 
accept(GFFRecord) - Method in class org.biojava.bio.program.gff.GFFRecordFilter.NotFilter
 
accept(GFFRecord) - Method in class org.biojava.bio.program.gff.GFFRecordFilter.SequenceFilter
 
accept(GFFRecord) - Method in class org.biojava.bio.program.gff.GFFRecordFilter.SourceFilter
 
accept(GFFRecord) - Method in class org.biojava.bio.program.gff.GFFRecordFilter.StrandFilter
 
accept(Orthologue) - Method in interface org.biojava.bio.program.homologene.OrthologueFilter
 
accept(Orthologue) - Method in class org.biojava.bio.program.homologene.OrthologueFilter.AcceptAll
 
accept(Orthologue) - Method in class org.biojava.bio.program.homologene.OrthologueFilter.And
 
accept(Orthologue) - Method in class org.biojava.bio.program.homologene.OrthologueFilter.ByAccession
 
accept(Orthologue) - Method in class org.biojava.bio.program.homologene.OrthologueFilter.ByHomologeneID
 
accept(Orthologue) - Method in class org.biojava.bio.program.homologene.OrthologueFilter.ByLocusID
 
accept(Orthologue) - Method in class org.biojava.bio.program.homologene.OrthologueFilter.ByTaxon
 
accept(Orthologue) - Method in class org.biojava.bio.program.homologene.OrthologueFilter.ByTaxonID
 
accept(Orthologue) - Method in class org.biojava.bio.program.homologene.OrthologueFilter.ByTitle
 
accept(Orthologue) - Method in class org.biojava.bio.program.homologene.OrthologueFilter.Not
 
accept(Orthologue) - Method in class org.biojava.bio.program.homologene.OrthologueFilter.Or
 
accept(Orthologue) - Method in class org.biojava.bio.program.homologene.OrthologueFilter.Xor
 
accept(OrthoPair) - Method in interface org.biojava.bio.program.homologene.OrthoPairFilter
 
accept(OrthoPair) - Method in class org.biojava.bio.program.homologene.OrthoPairFilter.AcceptAll
 
accept(OrthoPair) - Method in class org.biojava.bio.program.homologene.OrthoPairFilter.And
 
accept(OrthoPair) - Method in class org.biojava.bio.program.homologene.OrthoPairFilter.ByMaxIdentity
 
accept(OrthoPair) - Method in class org.biojava.bio.program.homologene.OrthoPairFilter.ByMinIdentity
 
accept(OrthoPair) - Method in class org.biojava.bio.program.homologene.OrthoPairFilter.ByRef
 
accept(OrthoPair) - Method in class org.biojava.bio.program.homologene.OrthoPairFilter.BySimilarityType
 
accept(OrthoPair) - Method in class org.biojava.bio.program.homologene.OrthoPairFilter.Not
 
accept(OrthoPair) - Method in class org.biojava.bio.program.homologene.OrthoPairFilter.Or
 
accept(OrthoPair) - Method in class org.biojava.bio.program.homologene.OrthoPairFilter.Xor
 
accept(OrthoPairSet) - Method in interface org.biojava.bio.program.homologene.OrthoPairSetFilter
 
accept(OrthoPairSet) - Method in class org.biojava.bio.program.homologene.OrthoPairSetFilter.AcceptAll
 
accept(OrthoPairSet) - Method in class org.biojava.bio.program.homologene.OrthoPairSetFilter.AllPairsInCollection
 
accept(OrthoPairSet) - Method in class org.biojava.bio.program.homologene.OrthoPairSetFilter.And
 
accept(OrthoPairSet) - Method in class org.biojava.bio.program.homologene.OrthoPairSetFilter.ByMinIdentity
 
accept(OrthoPairSet) - Method in class org.biojava.bio.program.homologene.OrthoPairSetFilter.ByTaxon
 
accept(OrthoPairSet) - Method in class org.biojava.bio.program.homologene.OrthoPairSetFilter.Not
 
accept(OrthoPairSet) - Method in class org.biojava.bio.program.homologene.OrthoPairSetFilter.Or
 
accept(OrthoPairSet) - Method in class org.biojava.bio.program.homologene.OrthoPairSetFilter.SomePairsInCollection
 
accept(OrthoPairSet) - Method in class org.biojava.bio.program.homologene.OrthoPairSetFilter.Xor
 
accept(Object) - Method in interface org.biojava.bio.PropertyConstraint
accept returns true if the value fulfills the constraint.
accept(Object) - Method in class org.biojava.bio.PropertyConstraint.And
 
accept(Object) - Method in class org.biojava.bio.PropertyConstraint.ByAnnotationType
 
accept(Object) - Method in class org.biojava.bio.PropertyConstraint.ByClass
 
accept(Object) - Method in class org.biojava.bio.PropertyConstraint.Enumeration
 
accept(Object) - Method in class org.biojava.bio.PropertyConstraint.ExactValue
 
accept(Object) - Method in class org.biojava.bio.PropertyConstraint.Or
 
accept() - Method in class org.biojava.bio.search.BlastLikeSearchFilter.AbstractBlastLikeSearchFilter
 
accept() - Method in interface org.biojava.bio.search.BlastLikeSearchFilter
returns a TriState indicating the current outcome of evaluating this filter.
accept() - Method in class org.biojava.bio.search.BlastLikeSearchFilter.And
 
accept() - Method in class org.biojava.bio.search.BlastLikeSearchFilter.Not
 
accept() - Method in class org.biojava.bio.search.BlastLikeSearchFilter.Or
 
accept(Object) - Method in interface org.biojava.bio.search.FilterTest
 
accept(Object) - Method in class org.biojava.bio.search.FilterTest.Equals
 
accept(Object) - Method in class org.biojava.bio.search.FilterTest.FindRegex
 
accept(Object) - Method in class org.biojava.bio.search.FilterTest.GreaterThan
 
accept(Object) - Method in class org.biojava.bio.search.FilterTest.LessThan
 
accept(Object) - Method in class org.biojava.bio.search.FilterTest.MatchRegex
 
accept(Feature) - Method in interface org.biojava.bio.seq.FeatureFilter
This method determines whether a feature is to be accepted.
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.And
 
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.ByAncestor
 
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.ByAnnotationType
 
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.ByChild
 
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.ByClass
 
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.ByComponentName
 
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.ByDescendant
 
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.ByFeature
 
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.ByPairwiseScore
Accept a Feature if it is an instance of SimilarityPairFeature and its score is <= filter's minimum score and >= filter's maximum score.
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.ByParent
 
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.BySequenceName
 
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.BySource
 
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.ByType
Returns true if the feature has a matching type property.
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.ContainedByLocation
Returns true if the feature is within this filter's location.
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.FrameFilter
Accept the Feature if it is an instance of FramedFeature and matches the value of getFrame().
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.Not
 
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.OnlyChildren
 
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.OnlyDescendants
 
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.Or
 
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.OverlapsLocation
Returns true if the feature overlaps this filter's location.
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.ShadowContainedByLocation
Returns true if the feature is within this filter's location.
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.ShadowOverlapsLocation
Returns true if the feature overlaps this filter's location.
accept(Feature) - Method in class org.biojava.bio.seq.FeatureFilter.StrandFilter
Accept the Feature if it is an instance of StrandedFeature and matches the value of getStrand().
accept(PDBHeader) - Method in interface org.biojava.bio.structure.server.PDBFilter
return true if this PDBHeader is passing this filter.
accept(Feature) - Method in class org.biojavax.bio.db.biosql.BioSQLAcceptAllFilter
 
accept(Feature) - Method in class org.biojavax.bio.db.biosql.BioSQLAcceptNoneFilter
 
accept(Feature) - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.And
 
accept(Feature) - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByName
Returns true if the feature has a matching type property.
accept(Feature) - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByNote
 
accept(Feature) - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByNoteTermOnly
 
accept(Feature) - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByRank
Returns true if the feature has a matching type property.
accept(Feature) - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.BySequenceName
 
accept(Feature) - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.BySourceTerm
Returns true if the feature has a matching source property.
accept(Feature) - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.BySourceTermName
Returns true if the feature has a matching source property.
accept(Feature) - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByStrand
Returns true if the feature overlaps this filter's location.
accept(Feature) - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByTypeTerm
Returns true if the feature has a matching type property.
accept(Feature) - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByTypeTermName
Returns true if the feature has a matching type property.
accept(Feature) - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ContainedByRichLocation
Returns true if the feature is within this filter's location.
accept(Feature) - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.Not
 
accept(Feature) - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.Or
 
accept(Feature) - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.OverlapsRichLocation
Returns true if the feature overlaps this filter's location.
ACCEPT_ALL - Static variable in interface org.biojava.bio.program.gff.GFFRecordFilter
A GFFRecordFilter that accepts everything.
ACCESSION - Static variable in interface org.biojava.bio.program.homologene.HomologeneBuilder
 
ACCESSION_TAG - Static variable in class org.biojava.bio.seq.io.EmblLikeFormat
Deprecated.  
ACCESSION_TAG - Static variable in class org.biojava.bio.seq.io.GenbankFormat
Deprecated.  
ACCESSION_TAG - Static variable in class org.biojavax.bio.seq.io.EMBLFormat
 
ACCESSION_TAG - Static variable in class org.biojavax.bio.seq.io.GenbankFormat
 
ACCESSION_TAG - Static variable in class org.biojavax.bio.seq.io.INSDseqFormat
 
ACCESSION_TAG - Static variable in class org.biojavax.bio.seq.io.UniProtFormat
 
ACCESSION_TAG - Static variable in class org.biojavax.bio.seq.io.UniProtXMLFormat
 
accessionNumber() - Method in class org.biojava.bio.proteomics.aaindex.AAindex
Gets the accession number of the AAindex entry.
AcnumHitReader - Class in org.biojava.bio.seq.db.emblcd
AcnumHitReader reads the "acnum.hit" file of an EMBL CD-ROM format binary index.
AcnumHitReader(InputStream) - Constructor for class org.biojava.bio.seq.db.emblcd.AcnumHitReader
Creates a new AcnumHitReader.
AcnumTrgReader - Class in org.biojava.bio.seq.db.emblcd
AcnumTrgReader reads the "acnum.trg" file of an EMBL CD-ROM format binary index.
AcnumTrgReader(InputStream) - Constructor for class org.biojava.bio.seq.db.emblcd.AcnumTrgReader
Creates a new AcnumTrgReader.
ACRONYM - Static variable in interface org.biojavax.bio.taxa.NCBITaxon
Use this to define acronyms for things.
ACRONYM - Static variable in interface org.biojavax.Namespace
 
actionPerformed(ActionEvent) - Method in class org.biojava.bio.structure.gui.RasmolCommandListener
 
activityFailed(Object, Exception) - Method in interface org.biojava.utils.ActivityListener
Notification of errors behind the scenes.
ActivityListener - Interface in org.biojava.utils
Interface for object which monitor long-running activities.
activityProgress(Object, int, int) - Static method in class org.biojava.bio.program.das.DAS
 
activityProgress(Object, int, int) - Method in interface org.biojava.utils.ActivityListener
Estimated progress of an activity.
adapter - Static variable in class org.biojava.bio.structure.gui.BiojavaJmol
 
add(String) - Method in class org.biojava.bio.program.gff.GFFEntrySet
Add a comment to the end of this set.
add(GFFRecord) - Method in class org.biojava.bio.program.gff.GFFEntrySet
Add a GFFRecord to the end of this set.
add(OrthoPairSet) - Method in class org.biojava.bio.program.homologene.AbstractOrthoPairCollection
 
add(OrthoPairSet) - Method in interface org.biojava.bio.program.homologene.OrthoPairCollection
 
add(OrthoPairSet) - Method in class org.biojava.bio.program.homologene.SimpleOrthoPairCollection
 
add(int, int, int, int) - Method in class org.biojava.bio.structure.align.helper.JointFragments
 
add(Atom, Atom) - Static method in class org.biojava.bio.structure.Calc
add two atoms ( a + b).
add(Object) - Method in class org.biojava.utils.FileAsList
 
add(Object) - Method in class org.biojava.utils.MergingSet
 
add(Object) - Method in class org.biojava.utils.SmallSet
 
add(Object) - Method in class org.biojavax.ga.util.WeightedSet
Adds a new Object with a weight of zero.
ADD_LABEL - Static variable in interface org.biojava.bio.alignment.ARAlignment
 
addActivityListener(ActivityListener) - Static method in class org.biojava.bio.program.das.DAS
 
addAlignmentPositionListener(AlignmentPositionListener) - Method in class org.biojava.bio.structure.gui.SequenceDisplay
 
addAlignmentPositionListener(AlignmentPositionListener) - Method in class org.biojava.bio.structure.gui.util.SequenceMouseListener
 
addAll(Collection) - Method in class org.biojavax.ga.util.WeightedSet
 
addAllFeatures(Sequence, FeatureHolder) - Static method in class org.biojava.bio.seq.SequenceTools
Add features to a sequence that contain the same information as all those in a feature holder.
addAnnotation(Annotation) - Method in class org.biojava.bio.MergeAnnotation
Add a new Annotation to to the end of the list to be merged.
addAnnotationDB(AnnotationDB) - Method in class org.biojava.bio.annodb.MergingAnnotationDB
Add a DB to be merged in this view.
addAnnotationSource(URL) - Method in class org.biojava.bio.program.das.DASSequence
 
addAtom(Atom) - Method in interface org.biojava.bio.structure.Group
add an atom to this group.
addAtom(Atom) - Method in class org.biojava.bio.structure.HetatomImpl
add an atom to this group.
addBioEntry(BioEntry) - Method in class org.biojavax.bio.db.AbstractBioEntryDB
 
addBioEntry(BioEntry) - Method in class org.biojavax.bio.db.AbstractRichSequenceDB
 
addBioEntry(BioEntry) - Method in interface org.biojavax.bio.db.BioEntryDBLite
Adds a sequence to the database.
addBioEntry(BioEntry) - Method in class org.biojavax.bio.db.biosql.BioSQLBioEntryDB
 
addBioEntry(BioEntry) - Method in class org.biojavax.bio.db.HashBioEntryDB
Add a BioEntry, the name of the BioEntry will be used as the ID
addBioEntry(String, BioEntry) - Method in class org.biojavax.bio.db.HashBioEntryDB
 
addBlock(Annotation) - Method in class org.biojava.bio.program.das.dasalignment.Alignment
Add a "Block" Annotation.
addBottomConfig(RegistryConfiguration) - Method in class org.biojava.directory.RegistryConfiguration.Composite
Add a configuration as the most default place to look.
addChain(Chain) - Method in class org.biojava.bio.structure.Compound
 
addChain(Chain) - Method in interface org.biojava.bio.structure.Structure
add a new chain.
addChain(Chain, int) - Method in interface org.biojava.bio.structure.Structure
add a new chain, if several models are available.
addChain(Chain) - Method in class org.biojava.bio.structure.StructureImpl
add a new chain.
addChain(Chain, int) - Method in class org.biojava.bio.structure.StructureImpl
add a new chain, if several models are available.
addChangeListener(ChangeListener) - Method in class org.biojava.bio.gui.sequence.PairwiseSequencePanel
addChangeListener adds a listener for all types of change.
addChangeListener(ChangeListener, ChangeType) - Method in class org.biojava.bio.gui.sequence.PairwiseSequencePanel
addChangeListener adds a listener for specific types of change.
addChangeListener(ChangeListener) - Method in class org.biojava.bio.gui.sequence.SequencePanel
 
addChangeListener(ChangeListener, ChangeType) - Method in class org.biojava.bio.gui.sequence.SequencePanel
 
addChangeListener(ChangeListener) - Method in class org.biojava.bio.gui.sequence.SequencePoster
Deprecated.  
addChangeListener(ChangeListener, ChangeType) - Method in class org.biojava.bio.gui.sequence.SequencePoster
Deprecated.  
addChangeListener(ChangeListener) - Method in class org.biojava.bio.gui.sequence.TranslatedSequencePanel
addChangeListener adds a listener for all types of change.
addChangeListener(ChangeListener, ChangeType) - Method in class org.biojava.bio.gui.sequence.TranslatedSequencePanel
addChangeListener adds a listener for specific types of change.
addChangeListener(ChangeListener) - Method in class org.biojava.bio.program.das.ReferenceServer
 
addChangeListener(ChangeListener, ChangeType) - Method in class org.biojava.bio.program.das.ReferenceServer
 
addChangeListener(ChangeListener) - Method in class org.biojava.bio.seq.impl.LazyFilterFeatureHolder
 
addChangeListener(ChangeListener, ChangeType) - Method in class org.biojava.bio.seq.impl.LazyFilterFeatureHolder
 
addChangeListener(ChangeListener, ChangeType) - Method in class org.biojava.bio.seq.impl.SubSequence
 
addChangeListener(ChangeListener) - Method in class org.biojava.bio.seq.impl.SubSequence
 
addChangeListener(ChangeListener) - Method in class org.biojava.bio.seq.projection.ProjectedFeature
 
addChangeListener(ChangeListener, ChangeType) - Method in class org.biojava.bio.seq.projection.ProjectedFeature
 
addChangeListener(Feature, ChangeListener, ChangeType) - Method in interface org.biojava.bio.seq.projection.ProjectionContext
Add a ChangeListener to a projected feature.
addChangeListener(Feature, ChangeListener, ChangeType) - Method in class org.biojava.bio.seq.projection.ReparentContext
 
addChangeListener(ChangeListener) - Method in class org.biojava.utils.AbstractChangeable
 
addChangeListener(ChangeListener, ChangeType) - Method in class org.biojava.utils.AbstractChangeable
 
addChangeListener(ChangeListener) - Method in interface org.biojava.utils.Changeable
Deprecated. use addChangeListener(cl, ChangeType.UNKNOWN)
addChangeListener(ChangeListener, ChangeType) - Method in interface org.biojava.utils.Changeable
Add a listener that will be informed of changes of a given type.
addChangeListener(ChangeListener) - Method in class org.biojava.utils.ChangeSupport
Add a listener that will be informed of all changes.
addChangeListener(ChangeListener, ChangeType) - Method in class org.biojava.utils.ChangeSupport
Add a listener that will be informed of changes of a given type (and it's subtypes)
addChangeListener(ChangeListener) - Method in class org.biojava.utils.Unchangeable
 
addChangeListener(ChangeListener, ChangeType) - Method in class org.biojava.utils.Unchangeable
 
addChangeListener(ChangeListener) - Method in class org.biojavax.bio.seq.InfinitelyAmbiguousSymbolList
Add a listener that will be informed of all changes.
addChangeListener(ChangeListener, ChangeType) - Method in class org.biojavax.bio.seq.InfinitelyAmbiguousSymbolList
Add a listener that will be informed of changes of a given type.
addChangeListener(ChangeListener) - Method in class org.biojavax.ga.functions.CrossOverFunction.NoCross
 
addChangeListener(ChangeListener, ChangeType) - Method in class org.biojavax.ga.functions.CrossOverFunction.NoCross
 
addChangeListener(ChangeListener) - Method in class org.biojavax.ga.functions.MutationFunction.NoMutation
 
addChangeListener(ChangeListener, ChangeType) - Method in class org.biojavax.ga.functions.MutationFunction.NoMutation
 
addCharLabel(String) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlock
 
addCharLabel(String) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlockBuilder
 
addCharLabel(String) - Method in interface org.biojavax.bio.phylo.io.nexus.CharactersBlockListener
 
addCharState(String) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlock
 
addCharState(String) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlockBuilder
 
addCharState(String) - Method in interface org.biojavax.bio.phylo.io.nexus.CharactersBlockListener
 
addCharStateKeyword(String, String) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlock
 
addCharStateKeyword(String, String) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlockBuilder
 
addCharStateKeyword(String, String) - Method in interface org.biojavax.bio.phylo.io.nexus.CharactersBlockListener
 
addChemComp(ChemComp) - Method in class org.biojava.bio.structure.io.mmcif.ChemicalComponentDictionary
add a new component to the dictionary
addChild(Taxon, Taxon) - Method in class org.biojava.bio.taxa.SimpleTaxonFactory
Deprecated.  
addChild(Taxon, Taxon) - Method in interface org.biojava.bio.taxa.TaxonFactory
Deprecated. Add a taxon as a child to a parent.
addChild(Taxon, Taxon) - Method in class org.biojava.bio.taxa.WeakTaxonFactory
Deprecated.  
addCluster(UnigeneCluster) - Method in interface org.biojava.bio.program.unigene.UnigeneDB
Add a cluster to a database.
addComment(Comment) - Method in interface org.biojavax.bio.BioEntry
Adds a comment instance to this bioentry.
addComment(NexusComment) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlock
Adds a comment.
addComment(NexusComment) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlockBuilder
 
addComment(NexusComment) - Method in class org.biojavax.bio.phylo.io.nexus.DistancesBlock
Adds a comment.
addComment(NexusComment) - Method in class org.biojavax.bio.phylo.io.nexus.DistancesBlockBuilder
 
addComment(NexusComment) - Method in class org.biojavax.bio.phylo.io.nexus.NexusBlockBuilder.Abstract
Tell the builder to add the given comment at the current location.
addComment(NexusComment) - Method in class org.biojavax.bio.phylo.io.nexus.TaxaBlock
Adds a comment.
addComment(NexusComment) - Method in class org.biojavax.bio.phylo.io.nexus.TaxaBlockBuilder
 
addComment(NexusComment) - Method in class org.biojavax.bio.phylo.io.nexus.TreesBlock
Adds a comment.
addComment(NexusComment) - Method in class org.biojavax.bio.phylo.io.nexus.TreesBlockBuilder
 
addComment(Comment) - Method in class org.biojavax.bio.SimpleBioEntry
Adds a comment instance to this bioentry.
addCommentText(String) - Method in class org.biojavax.bio.phylo.io.nexus.NexusComment
 
addComponentSequence(ComponentFeature.Template) - Method in class org.biojava.bio.seq.io.SimpleAssemblyBuilder
 
addCount(DistributionTrainerContext, AtomicSymbol, double) - Method in interface org.biojava.bio.dist.DistributionTrainer
Registers that sym was counted in this state.
addCount(Distribution, Symbol, double) - Method in interface org.biojava.bio.dist.DistributionTrainerContext
Registers that sym was counted in this state.
addCount(DistributionTrainerContext, AtomicSymbol, double) - Method in class org.biojava.bio.dist.IgnoreCountsTrainer
 
addCount(DistributionTrainerContext, AtomicSymbol, double) - Method in class org.biojava.bio.dist.SimpleDistribution.Trainer
 
addCount(DistributionTrainerContext, AtomicSymbol, double) - Method in class org.biojava.bio.dist.SimpleDistributionTrainer
Deprecated.  
addCount(Distribution, Symbol, double) - Method in class org.biojava.bio.dist.SimpleDistributionTrainerContext
 
addCount(State, State, double) - Method in interface org.biojava.bio.dp.TransitionTrainer
Add 'count' to the transition from->to.
addDasURL(URL) - Method in class org.biojava.bio.program.das.DAS
 
addDataSource(DistDataSource) - Method in class org.biojava.bio.seq.distributed.DistributedSequenceDB
Add a distributed data source.
addDbId(AGAVEDbId) - Method in class org.biojava.bio.seq.io.agave.AGAVEAltIdsPropHandler
 
addDbId(AGAVEDbId) - Method in interface org.biojava.bio.seq.io.agave.AGAVEDbIdCallbackItf
 
addDbId(AGAVEDbId) - Method in class org.biojava.bio.seq.io.agave.AGAVEMapPosition
 
addDbId(AGAVEDbId) - Method in class org.biojava.bio.seq.io.agave.AGAVEMapPositionPropHandler
 
addDbId(AGAVEDbId) - Method in class org.biojava.bio.seq.io.agave.AGAVEMatchRegionPropHandler
 
addDbId(AGAVEDbId) - Method in class org.biojava.bio.seq.io.agave.AGAVEQueryRegionPropHandler
 
addDbId(AGAVEDbId) - Method in class org.biojava.bio.seq.io.agave.AGAVEXrefPropHandler
 
addDbId(AGAVEDbId) - Method in class org.biojava.bio.seq.io.agave.AGAVEXrefs
add @param id
addDbId(AGAVEDbId) - Method in class org.biojava.bio.seq.io.agave.AGAVEXrefsPropHandler
 
addDescriptor(ComparableTerm) - Method in interface org.biojavax.ontology.ComparableTriple
Adds a descriptor.
addDescriptor(ComparableTerm) - Method in class org.biojavax.ontology.SimpleComparableTriple
Adds a descriptor.
addDetailHandler(ElementRecognizer, XFFPartHandlerFactory) - Method in class org.biojava.bio.program.xff.XFFFeatureSetHandler
Extend this FeatureSetHandler to delegate certain detail elements to the specified handler type.
addDigestFeatures() - Method in class org.biojava.bio.proteomics.Digest
Adds peptides as features to the Sequence in this class.
addElementId(String) - Method in interface org.biojava.bio.seq.io.agave.AGAVEEvidenceCallbackItf
 
addElementId(String) - Method in class org.biojava.bio.seq.io.agave.AGAVEEvidenceHandler
 
addElementId(String) - Method in class org.biojava.bio.seq.io.agave.AGAVEMatchRegionPropHandler
 
addElementId(String) - Method in class org.biojava.bio.seq.io.agave.AGAVERelatedAnnot
 
addElementId(String) - Method in class org.biojava.bio.seq.io.agave.AGAVERelatedAnnotPropHandler
 
addElementId(String) - Method in class org.biojava.bio.seq.io.agave.AGAVETranscriptHandler
 
addEnzyme(RestrictionEnzyme) - Method in class org.biojava.bio.molbio.RestrictionMapper
addEnzyme adds an enzyme to be searched for in the Sequence.
addEpsilonTransition(FiniteAutomaton.Node, FiniteAutomaton.Node) - Method in class org.biojava.utils.automata.Nfa
Add a silent optimisable transition to instance.
addEpsilonTransition(FiniteAutomaton.Node, FiniteAutomaton.Node) - Method in interface org.biojava.utils.automata.NfaBuilder
 
addEpsilonTransition(FiniteAutomaton.Node, FiniteAutomaton.Node) - Method in class org.biojava.utils.automata.NfaSubModel
 
addEquate(String, List) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlock
 
addEquate(String, List) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlockBuilder
 
addEquate(String, List) - Method in interface org.biojavax.bio.phylo.io.nexus.CharactersBlockListener
 
addExtension(String) - Method in class org.biojava.bio.structure.io.MMCIFFileReader
 
addExtension(String) - Method in class org.biojava.bio.structure.io.PDBFileReader
define supported file extensions compressed extensions .Z,.gz do not need to be specified they are dealt with automatically.
addExtension(String) - Method in interface org.biojava.bio.structure.io.StructureIOFile
add a known File extension.
addFeature(Feature) - Method in class org.biojava.bio.seq.SimpleFeatureHolder
Add a feature to the featureholder
addFeatureHandler(ElementRecognizer, XFFPartHandlerFactory) - Method in class org.biojava.bio.program.xff.XFFFeatureSetHandler
Extend this FeatureSetHandler to delegate certain feature elements to the specified handler type.
addFeatureHolder(FeatureHolder) - Method in class org.biojava.bio.seq.MergeFeatureHolder
Add an extra FeatureHolder to the set of FeatureHolders which are merged.
addFeatureProperty(Object, Object) - Method in class org.biojava.bio.seq.io.EmblFileFormer
Deprecated.  
addFeatureProperty(Object, Object) - Method in class org.biojava.bio.seq.io.GenbankFileFormer
Deprecated.  
addFeatureProperty(Object, Object) - Method in class org.biojava.bio.seq.io.SeqIOAdapter
 
addFeatureProperty(Object, Object) - Method in class org.biojava.bio.seq.io.SeqIOFilter
 
addFeatureProperty(Object, Object) - Method in interface org.biojava.bio.seq.io.SeqIOListener
Notify the listener of a feature property.
addFeatureProperty(Object, Object) - Method in class org.biojava.bio.seq.io.SequenceBuilderBase
Add an annotation-bundle entry to the feature.
addFeatureProperty(Object, Object) - Method in class org.biojava.bio.seq.io.SequenceBuilderFilter
 
addFeatureProperty(Object, Object) - Method in class org.biojava.bio.seq.io.SwissprotFileFormer
Deprecated. Null implementation
addFeatureProperty(Object, Object) - Method in class org.biojavax.bio.seq.io.DebuggingRichSeqIOListener
 
addFeatureProperty(Object, Object) - Method in class org.biojavax.bio.seq.io.RichSeqIOAdapter
 
addFeatureProperty(Object, Object) - Method in class org.biojavax.bio.seq.io.SimpleRichSequenceBuilder
Notify the listener of a feature property.
addFeatureRelationship(RichFeatureRelationship) - Method in interface org.biojavax.bio.seq.RichFeatureRelationshipHolder
Adds a relationship to this feature holder.
addFeatureRelationship(RichFeatureRelationship) - Method in class org.biojavax.bio.seq.SimpleRichFeature
Adds a relationship to this feature holder.
addFeatureToSequence(Sequence) - Method in class org.biojava.bio.seq.io.agave.StAXFeatureHandler
 
addFile(File) - Method in class org.biojava.bio.seq.db.IndexedSequenceDB
Add sequences from a file to the sequence database.
addFile(File) - Method in class org.biojava.bio.seq.db.TabIndexStore
 
addFilterAndGlyph(FeatureFilter, Glyph) - Method in class org.biojava.bio.gui.sequence.GlyphFeatureRenderer
 
addForwarder(ChangeForwarder, ChangeType) - Method in class org.biojava.utils.Unchangeable
 
addGapInSource(int) - Method in interface org.biojava.bio.symbol.GappedSymbolList
Add a gap at pos within the source coordinates.
addGapInSource(int) - Method in class org.biojava.bio.symbol.SimpleGappedSymbolList
 
addGapInView(int) - Method in interface org.biojava.bio.symbol.GappedSymbolList
Add a single gap at pos within the view coordintates.
addGapInView(int) - Method in class org.biojava.bio.symbol.SimpleGappedSymbolList
 
addGapsInSource(int, int) - Method in interface org.biojava.bio.symbol.GappedSymbolList
Add length gaps at pos within the source coordinates.
addGapsInSource(int, int) - Method in class org.biojava.bio.symbol.SimpleGappedSymbolList
 
addGapsInView(int, int) - Method in interface org.biojava.bio.symbol.GappedSymbolList
Add length gaps at pos within the view coordinates.
addGapsInView(int, int) - Method in class org.biojava.bio.symbol.SimpleGappedSymbolList
 
addGroup(Group) - Method in interface org.biojava.bio.structure.Chain
add a group to the list of ATOM record group of this chain.
addGroup(Group) - Method in class org.biojava.bio.structure.ChainImpl
add a group to the list of ATOM record group of this chain.
addHandler(ElementRecognizer, StAXHandlerFactory) - Method in class org.biojava.bio.program.ssbind.SeqSimilarityStAXHandler
 
addHandler(ElementRecognizer, StAXHandlerFactory) - Method in class org.biojava.bio.seq.io.agave.StAXFeatureHandler
 
addHandler(ElementRecognizer, StAXHandlerFactory) - Method in class org.biojava.bio.seq.io.agave.StAXPropertyHandler
 
addHandler(ElementRecognizer, StAXHandlerFactory) - Method in class org.biojava.bio.seq.io.game.StAXFeatureHandler
 
addHandler(ElementRecognizer, StAXHandlerFactory) - Method in class org.biojava.bio.seq.io.game.StAXPropertyHandler
 
addHandler(ElementRecognizer, StAXHandlerFactory) - Method in class org.biojava.bio.seq.io.game12.StAXFeatureHandler
Adds a feature to the Handler attribute of the StAXFeatureHandler object
addHitProperty(Object, Object) - Method in class org.biojava.bio.program.sax.FastaSearchSAXParser
 
addHitProperty(Object, Object) - Method in class org.biojava.bio.program.ssbind.BlastLikeHomologyBuilder
 
addHitProperty(Object, Object) - Method in class org.biojava.bio.program.ssbind.BlastLikeSearchBuilder
 
addHitProperty(Object, Object) - Method in class org.biojava.bio.program.ssbind.SimilarityPairBuilder
 
addHitProperty(Object, Object) - Method in class org.biojava.bio.search.FilteringContentHandler
 
addHitProperty(Object, Object) - Method in class org.biojava.bio.search.SearchContentAdapter
 
addHitProperty(Object, Object) - Method in class org.biojava.bio.search.SearchContentFilter
 
addHitProperty(Object, Object) - Method in interface org.biojava.bio.search.SearchContentHandler
The addHitProperty method adds a key/value pair containing some property of a particular hit.
addHitProperty(Object, Object) - Method in class org.biojava.bio.search.SearchContentHandlerDebugger
 
addHotSpot(ImageMap.HotSpot) - Method in interface org.biojava.bio.gui.sequence.ImageMap
addHotSpot adds a hotspot to the map.
addHotSpot(ImageMap.HotSpot) - Method in class org.biojava.bio.gui.sequence.ImageMap.ClientSide
 
addHotSpot(ImageMap.HotSpot) - Method in class org.biojava.bio.gui.sequence.ImageMap.ServerSide
 
addIdAlias(AGAVEIdAlias) - Method in class org.biojava.bio.seq.io.agave.AGAVEClassificationHandler
 
addIdAlias(AGAVEIdAlias) - Method in interface org.biojava.bio.seq.io.agave.AGAVEIdAliasCallbackItf
 
addImplementation(Class, Class) - Method in class org.biojava.bio.seq.SimpleFeatureRealizer
Install a new mapping from a class of Feature.Template to a class of Feature implementations.
addItem(Object) - Method in class org.biojava.stats.svm.AbstractSVMClassifierModel
 
addItem(Object) - Method in class org.biojava.stats.svm.AbstractSVMTarget
 
addItem(Object) - Method in class org.biojava.stats.svm.SimpleSVMClassifierModel
 
addItem(Object) - Method in class org.biojava.stats.svm.SimpleSVMTarget
 
addItem(Object) - Method in interface org.biojava.stats.svm.SVMClassifierModel
 
addItem(Object) - Method in interface org.biojava.stats.svm.SVMTarget
 
addItem(String) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlock
 
addItem(String) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlockBuilder
 
addItem(String) - Method in interface org.biojavax.bio.phylo.io.nexus.CharactersBlockListener
 
addItemAlpha(Object, double) - Method in class org.biojava.stats.svm.AbstractSVMClassifierModel
 
addItemAlpha(Object, double) - Method in class org.biojava.stats.svm.SimpleSVMClassifierModel
 
addItemAlpha(Object, double) - Method in interface org.biojava.stats.svm.SVMClassifierModel
 
addItemTarget(Object, double) - Method in class org.biojava.stats.svm.AbstractSVMTarget
 
addItemTarget(Object, double) - Method in class org.biojava.stats.svm.SimpleSVMTarget
 
addItemTarget(Object, double) - Method in interface org.biojava.stats.svm.SVMTarget
 
addKey(String, int) - Method in class org.biojava.bio.program.indexdb.BioStoreFactory
addKey adds a new identifier namespace.
addKeyPath(String, Object[]) - Method in class org.biojava.bio.program.tagvalue.Index2Model
Add a key and a path to that key in the tag-value hierachy.
addLabelString(String) - Method in class org.biojava.bio.gui.sequence.LabelledSequenceRenderer
Add a piece of text to this renderer's label
addLambdaTransition(FiniteAutomaton.Node, FiniteAutomaton.Node) - Method in class org.biojava.utils.automata.Nfa
Add a silent persistent transition to instance.
addLambdaTransition(FiniteAutomaton.Node, FiniteAutomaton.Node) - Method in interface org.biojava.utils.automata.NfaBuilder
 
addLambdaTransition(FiniteAutomaton.Node, FiniteAutomaton.Node) - Method in class org.biojava.utils.automata.NfaSubModel
 
addListener(Object, ChangeListener, ChangeType) - Method in interface org.biojava.utils.ChangeHub
add a ChangeListener associated with given key.
addListener(Object, ChangeListener, ChangeType) - Method in class org.biojava.utils.IndexedChangeHub
 
addMapPosition(AGAVEMapPosition) - Method in class org.biojava.bio.seq.io.agave.AGAVEMapLocationPropHandler
 
addMatrix(Annotation) - Method in class org.biojava.bio.program.das.dasalignment.Alignment
add Annotation of DAS alignment "matrix" type.
addMatrixEntry(String) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlock
 
addMatrixEntry(String) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlockBuilder
 
addMatrixEntry(String) - Method in interface org.biojavax.bio.phylo.io.nexus.CharactersBlockListener
 
addMatrixEntry(String) - Method in class org.biojavax.bio.phylo.io.nexus.DistancesBlock
 
addMatrixEntry(String) - Method in class org.biojavax.bio.phylo.io.nexus.DistancesBlockBuilder
 
addMatrixEntry(String) - Method in interface org.biojavax.bio.phylo.io.nexus.DistancesBlockListener
 
addMMcifConsumer(MMcifConsumer) - Method in interface org.biojava.bio.structure.io.mmcif.MMcifParser
Add a MMcifConsumer that listens to even being triggered by the parser and processes the data into a backend provided by the Consumer.
addMMcifConsumer(MMcifConsumer) - Method in class org.biojava.bio.structure.io.mmcif.SimpleMMcifParser
 
addModel(List<Chain>) - Method in interface org.biojava.bio.structure.Structure
add a new model.
addModel(List<Chain>) - Method in class org.biojava.bio.structure.StructureImpl
add a new model.
addName(Connection, Taxon, String, String) - Static method in class org.biojava.bio.seq.db.biosql.TaxonSQL
Deprecated. Adds a new name of the given nameClass to the taxon.
addName(String, String) - Method in interface org.biojavax.bio.taxa.NCBITaxon
Adds the name to this taxon in the given name class.
addName(String, String) - Method in class org.biojavax.bio.taxa.SimpleNCBITaxon
Adds the name to this taxon in the given name class.
addNeg(Object) - Method in class org.biojava.stats.svm.DiagonalAddKernel
 
addNode(boolean) - Method in class org.biojava.utils.automata.FiniteAutomaton
Add a node to the FA.
addNode(boolean) - Method in interface org.biojava.utils.automata.NfaBuilder
 
addNode(boolean) - Method in class org.biojava.utils.automata.NfaSubModel
 
addNote(Note) - Method in class org.biojavax.EmptyRichAnnotation
Adds a note to this annotation.
addNote(Note) - Method in interface org.biojavax.RichAnnotation
Adds a note to this annotation.
addNote(Note) - Method in class org.biojavax.SimpleRichAnnotation
Adds a note to this annotation.
addObject(Annotation) - Method in class org.biojava.bio.program.das.dasalignment.Alignment
add Annotation of DAS alignment "object" type.
addObject(NexusObject) - Method in class org.biojavax.bio.phylo.io.nexus.NexusFile
Appends an object to the end of the file.
addOboFileEventListener(OboFileEventListener) - Method in class org.biojava.ontology.obo.OboFileParser
 
addOntology(Ontology) - Method in class org.biojava.bio.seq.db.biosql.BioSQLSequenceDB
Deprecated.  
addOrganism(Organism) - Method in class org.biojavax.ga.impl.AbstractPopulation
 
addOrganism(Organism) - Method in interface org.biojavax.ga.Population
Adds an Organism to the Population
addOrganismImpl(Organism) - Method in class org.biojavax.ga.impl.AbstractPopulation
 
addOrganismImpl(Organism) - Method in class org.biojavax.ga.impl.SimplePopulation
 
addOrganisms(Organism[]) - Method in class org.biojavax.ga.impl.AbstractPopulation
 
addOrganisms(Set) - Method in class org.biojavax.ga.impl.AbstractPopulation
 
addOrganisms(Population) - Method in class org.biojavax.ga.impl.AbstractPopulation
 
addOrganisms(Organism[]) - Method in interface org.biojavax.ga.Population
Adds several organisms to the population
addOrganisms(Set) - Method in interface org.biojavax.ga.Population
Adds several organisms to the population
addOrganisms(Population) - Method in interface org.biojavax.ga.Population
Adds the residents of one population to this one
addOrthologue(Orthologue) - Method in interface org.biojava.bio.program.homologene.OrthologueSet
Add an orthologue to the set.
addOrthologue(Orthologue) - Method in class org.biojava.bio.program.homologene.SimpleOrthologueSet
 
addOrthologueProperty(String, String) - Method in interface org.biojava.bio.program.homologene.HomologeneBuilder
add a property to the current Orthologue
addOrthologueProperty(String, String) - Method in class org.biojava.bio.program.homologene.SimpleHomologeneBuilder
 
addOrthoPair(OrthoPair) - Method in interface org.biojava.bio.program.homologene.OrthoPairSet
adds a specified OrthoPair relationship to this group.
addOrthoPair(OrthoPair) - Method in class org.biojava.bio.program.homologene.SimpleOrthoPairSet
 
addOrthoPairProperty(String, String) - Method in interface org.biojava.bio.program.homologene.HomologeneBuilder
add a property to the current OrthoPair
addOrthoPairProperty(String, String) - Method in class org.biojava.bio.program.homologene.SimpleHomologeneBuilder
 
addParseErrorListener(ParseErrorListener) - Method in class org.biojava.bio.program.phred.PhredFormat
Adds a parse error listener to the list of listeners if it isn't already included.
addParseErrorListener(ParseErrorListener) - Method in class org.biojava.bio.seq.io.EmblLikeFormat
Deprecated. Adds a parse error listener to the list of listeners if it isn't already included.
addParseErrorListener(ParseErrorListener) - Method in class org.biojava.bio.seq.io.EmblProcessor
Deprecated. Adds a parse error listener to the list of listeners if it isn't already included.
addParseErrorListener(ParseErrorListener) - Method in class org.biojava.bio.seq.io.FastaFormat
Deprecated. Adds a parse error listener to the list of listeners if it isn't already included.
addParseErrorListener(ParseErrorListener) - Method in class org.biojava.bio.seq.io.GenbankFormat
Deprecated. Adds a parse error listener to the list of listeners if it isn't already included.
addParseErrorListener(ParseErrorListener) - Method in class org.biojava.bio.seq.io.GenbankProcessor
Deprecated. Adds a parse error listener to the list of listeners if it isn't already included.
addParseErrorListener(ParseErrorListener) - Method in class org.biojava.bio.seq.io.SwissprotProcessor
Deprecated. Adds a parse error listener to the list of listeners if it isn't already included.
addParseErrorListener(ParseErrorListener) - Method in interface org.biojava.utils.ParseErrorSource
Adds a parse error listener to the list of listeners.
addPattern(String) - Method in class org.biojava.utils.automata.PatternBlitz
add the specified regex to the patterns used for searching.
addPattern(String, boolean) - Method in class org.biojava.utils.regex.Search
add a search pattern to the searches to be conducted by this object.
addPattern(String, String, boolean) - Method in class org.biojava.utils.regex.Search
add a search pattern to the searches to be conducted by this object.
addPDBFilter(PDBFilter) - Method in class org.biojava.bio.structure.server.FlatFileInstallation
 
addPDBFilter(PDBFilter) - Method in class org.biojava.bio.structure.server.MMCIFFileInstallation
 
addPDBFilter(PDBFilter) - Method in interface org.biojava.bio.structure.server.PDBInstallation
add a filter for PDB files.
addPos(Object) - Method in class org.biojava.stats.svm.DiagonalAddKernel
 
addPosition(AGAVEMapPosition) - Method in class org.biojava.bio.seq.io.agave.AGAVEMapLocation
 
addProp(AGAVEProperty) - Method in class org.biojava.bio.seq.io.agave.AGAVERelatedAnnot
 
addProp(AGAVEProperty) - Method in class org.biojava.bio.seq.io.agave.AGAVEXref
 
addProperty(Annotation, Object, Object) - Method in class org.biojava.bio.AnnotationType.Abstract
 
addProperty(Annotation, Object, Object) - Method in interface org.biojava.bio.AnnotationType
Add a value to the specified property slot.
addProperty(AGAVEProperty) - Method in class org.biojava.bio.seq.io.agave.AGAVECompResultHandler
 
addProperty(AGAVEProperty) - Method in interface org.biojava.bio.seq.io.agave.AGAVEDbIdPropCallbackItf
 
addProperty(AGAVEProperty) - Method in class org.biojava.bio.seq.io.agave.AGAVEGeneHandler
 
addProperty(AGAVEProperty) - Method in class org.biojava.bio.seq.io.agave.AGAVERelatedAnnotPropHandler
 
addProperty(AGAVEProperty) - Method in class org.biojava.bio.seq.io.agave.AGAVESeqFeatureHandler
 
addProperty(AGAVEProperty) - Method in class org.biojava.bio.seq.io.agave.AGAVEXrefPropHandler
 
addProperty(Annotation, Object, Object) - Method in class org.biojava.bio.seq.io.SequenceBuilderBase
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.biojava.bio.gui.sequence.SequencePanel.Border
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.biojava.bio.gui.sequence.SequencePoster.Border
Deprecated.  
addPropertyChangeListener(PropertyChangeListener) - Method in class org.biojava.bio.gui.StackedLogoPainter
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.biojava.bio.gui.StackedLogoPainter
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.biojava.bio.gui.TextLogoPainter
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.biojava.bio.gui.TextLogoPainter
 
addRankedCrossRef(RankedCrossRef) - Method in class org.biojavax.bio.seq.SimpleRichFeature
Adds a ranked cross reference to the existing set.
addRankedCrossRef(RankedCrossRef) - Method in class org.biojavax.bio.SimpleBioEntry
Adds a ranked cross reference to the existing set.
addRankedCrossRef(RankedCrossRef) - Method in class org.biojavax.ontology.SimpleComparableTerm
Adds a ranked cross reference to the existing set.
addRankedCrossRef(RankedCrossRef) - Method in interface org.biojavax.RankedCrossRefable
Adds a ranked cross reference to the existing set.
addRankedDocRef(RankedDocRef) - Method in interface org.biojavax.bio.BioEntry
Adds a ranked docref instance to this bioentry.
addRankedDocRef(RankedDocRef) - Method in class org.biojavax.bio.SimpleBioEntry
Adds a ranked docref instance to this bioentry.
addRelatedAnnot(AGAVERelatedAnnot) - Method in class org.biojava.bio.seq.io.agave.AGAVECompResultHandler
 
addRelatedAnnot(AGAVERelatedAnnot) - Method in class org.biojava.bio.seq.io.agave.AGAVEGeneHandler
 
addRelatedAnnot(AGAVERelatedAnnot) - Method in class org.biojava.bio.seq.io.agave.AGAVESeqFeatureHandler
 
addRelationship(BioEntryRelationship) - Method in interface org.biojavax.bio.BioEntry
Adds a relation instance to this bioentry.
addRelationship(BioEntryRelationship) - Method in class org.biojavax.bio.SimpleBioEntry
Adds a relation instance to this bioentry.
addRenderer(CircularRenderer) - Method in class org.biojava.bio.gui.sequence.CircularMLR
 
addRenderer(SequenceRenderer) - Method in class org.biojava.bio.gui.sequence.MultiLineRenderer
addRenderer adds a renderer as a new track.
addRenderer(PairwiseSequenceRenderer) - Method in class org.biojava.bio.gui.sequence.PairwiseOverlayRenderer
addRenderer adds a renderer.
addRenderer(FeatureRenderer) - Method in class org.biojava.bio.gui.sequence.StackedFeatureRenderer
 
addRepository(FeatureTypes.Repository) - Static method in class org.biojava.bio.seq.FeatureTypes
Add a repository to FeatureTypes.
addRequest(Runnable) - Method in class org.biojava.utils.SimpleThreadPool
 
addRequest(Runnable) - Method in interface org.biojava.utils.ThreadPool
addRequest requests that a Runnable be scheduled to be run by one of the threads in the pool.
addRichSequence(RichSequence) - Method in class org.biojavax.bio.db.AbstractRichSequenceDB
 
addRichSequence(RichSequence) - Method in class org.biojavax.bio.db.biosql.BioSQLRichSequenceDB
 
addRichSequence(RichSequence) - Method in class org.biojavax.bio.db.HashRichSequenceDB
Add a sequence.
addRichSequence(String, RichSequence) - Method in class org.biojavax.bio.db.HashRichSequenceDB
 
addRichSequence(RichSequence) - Method in interface org.biojavax.bio.db.RichSequenceDBLite
Adds a sequence to the database.
addScore(Annotation) - Method in class org.biojava.bio.program.das.dasalignment.Alignment
adds a "Score" Annotation.
addSearchProperty(Object, Object) - Method in class org.biojava.bio.program.sax.FastaSearchSAXParser
 
addSearchProperty(Object, Object) - Method in class org.biojava.bio.program.ssbind.BlastLikeHomologyBuilder
 
addSearchProperty(Object, Object) - Method in class org.biojava.bio.program.ssbind.BlastLikeSearchBuilder
 
addSearchProperty(Object, Object) - Method in class org.biojava.bio.program.ssbind.SimilarityPairBuilder
 
addSearchProperty(Object, Object) - Method in class org.biojava.bio.search.FilteringContentHandler
 
addSearchProperty(Object, Object) - Method in class org.biojava.bio.search.SearchContentAdapter
 
addSearchProperty(Object, Object) - Method in class org.biojava.bio.search.SearchContentFilter
 
addSearchProperty(Object, Object) - Method in interface org.biojava.bio.search.SearchContentHandler
The addSearchProperty method adds a key/value pair containing some property of the overall search result.
addSearchProperty(Object, Object) - Method in class org.biojava.bio.search.SearchContentHandlerDebugger
 
addSecondaryKey(String) - Method in class org.biojava.bio.program.tagvalue.Indexer
Add a secondary key.
addSequence(AlignmentElement) - Method in interface org.biojava.bio.alignment.ARAlignment
 
addSequence(AlignmentElement) - Method in class org.biojava.bio.alignment.FlexibleAlignment
add a new a alignment usings a location to the reference sequence.
addSequence(Sequence) - Method in class org.biojava.bio.program.das.DASSequenceDB
 
addSequence(Sequence) - Method in class org.biojava.bio.seq.db.AbstractSequenceDB
 
addSequence(Sequence) - Method in class org.biojava.bio.seq.db.biofetch.BioFetchSequenceDB
 
addSequence(Sequence) - Method in class org.biojava.bio.seq.db.biosql.BioSQLSequenceDB
Deprecated.  
addSequence(Sequence) - Method in class org.biojava.bio.seq.db.DummySequenceDB
 
addSequence(Sequence) - Method in class org.biojava.bio.seq.db.flat.FlatSequenceDB
addSequence always throws a ChangeVetoException as this implementation is immutable.
addSequence(String, Sequence) - Method in class org.biojava.bio.seq.db.HashSequenceDB
Add a sequence under a particular id.
addSequence(Sequence) - Method in class org.biojava.bio.seq.db.HashSequenceDB
 
addSequence(Sequence) - Method in interface org.biojava.bio.seq.db.SequenceDBLite
Adds a sequence to the database.
addSequence(Sequence) - Method in class org.biojava.bio.seq.db.WebSequenceDB
Not supported, You can't add sequences to a WebDB!
addSequence(Sequence) - Method in class org.biojava.bio.seq.distributed.DistributedSequenceDB
 
addSequence(String, String, boolean) - Method in class org.biojava.bio.symbol.UkkonenSuffixTree
Add a sequence into the tree.
addSequence(Sequence) - Method in class org.biojavax.bio.db.AbstractRichSequenceDB
 
addSequenceDB(SequenceDBLite, Set) - Method in class org.biojava.bio.seq.db.DummySequenceDBInstallation
As this is a dummy implementation adding a sequenceDB doesn't do anything
addSequenceDB(SequenceDBLite, Set) - Method in interface org.biojava.bio.seq.db.SequenceDBInstallation
addSequenceDB adds a new SequenceDB under its own identifier which will additionally be recognised by the set of other identifiers.
addSequenceDB(String, Set) - Method in class org.biojava.bio.seq.db.SimpleSequenceDBInstallation
This method creates a new (and empty) HashSequenceDB with the given name that will be accessible through this sequence db installation through this name and all given other identifiers.
addSequenceDB(SequenceDBLite, Set) - Method in class org.biojava.bio.seq.db.SimpleSequenceDBInstallation
addSequenceDB adds a new SequenceDB which will be accessible via the name returned by its getName() method and via all other given identifiers.
addSequenceProperty(Object, Object) - Method in class org.biojava.bio.seq.io.EmblFileFormer
Deprecated.  
addSequenceProperty(Object, Object) - Method in class org.biojava.bio.seq.io.EmblProcessor
Deprecated.  
addSequenceProperty(Object, Object) - Method in class org.biojava.bio.seq.io.FastaDescriptionLineParser
Deprecated.  
addSequenceProperty(Object, Object) - Method in class org.biojava.bio.seq.io.GenbankFileFormer
Deprecated.  
addSequenceProperty(Object, Object) - Method in class org.biojava.bio.seq.io.GenbankProcessor
Deprecated.  
addSequenceProperty(Object, Object) - Method in class org.biojava.bio.seq.io.OrganismParser
Deprecated.  
addSequenceProperty(Object, Object) - Method in class org.biojava.bio.seq.io.SeqIOAdapter
 
addSequenceProperty(Object, Object) - Method in class org.biojava.bio.seq.io.SeqIOFilter
 
addSequenceProperty(Object, Object) - Method in interface org.biojava.bio.seq.io.SeqIOListener
Notify the listener of a sequence-wide property.
addSequenceProperty(Object, Object) - Method in class org.biojava.bio.seq.io.SequenceBuilderBase
Add an annotation-bundle entry to the sequence.
addSequenceProperty(Object, Object) - Method in class org.biojava.bio.seq.io.SequenceBuilderFilter
 
addSequenceProperty(Object, Object) - Method in class org.biojava.bio.seq.io.SwissprotFileFormer
Deprecated. Notify the listener of a sequence-wide property.
addSequenceProperty(Object, Object) - Method in class org.biojava.bio.seq.io.SwissprotProcessor
Deprecated.  
addSequenceProperty(Object, Object) - Method in class org.biojavax.bio.seq.io.DebuggingRichSeqIOListener
 
addSequenceProperty(Object, Object) - Method in class org.biojavax.bio.seq.io.RichSeqIOAdapter
 
addSequenceProperty(Object, Object) - Method in class org.biojavax.bio.seq.io.SimpleRichSequenceBuilder
Notify the listener of a sequence-wide property.
addSequenceViewerListener(SequenceViewerListener) - Method in class org.biojava.bio.gui.sequence.PairwiseSequencePanel
addSequenceViewerListener adds a listener for mouse click SequenceViewerEvents.
addSequenceViewerListener(SequenceViewerListener) - Method in class org.biojava.bio.gui.sequence.SequencePanel
 
addSequenceViewerListener(SequenceViewerListener) - Method in class org.biojava.bio.gui.sequence.SequencePanelWrapper
 
addSequenceViewerListener(SequenceViewerListener) - Method in class org.biojava.bio.gui.sequence.SequencePoster
Deprecated.  
addSequenceViewerListener(SequenceViewerListener) - Method in class org.biojava.bio.gui.sequence.SequenceViewerSupport
 
addSequenceViewerListener(SequenceViewerListener) - Method in class org.biojava.bio.gui.sequence.TranslatedSequencePanel
addSequenceViewerListener adds a listener for mouse click SequenceViewerEvents.
addSequenceViewerMotionListener(SequenceViewerMotionListener) - Method in class org.biojava.bio.gui.sequence.PairwiseSequencePanel
addSequenceViewerMotionListener adds a listener for mouse motion SequenceViewerEvents.
addSequenceViewerMotionListener(SequenceViewerMotionListener) - Method in class org.biojava.bio.gui.sequence.SequencePanel
 
addSequenceViewerMotionListener(SequenceViewerMotionListener) - Method in class org.biojava.bio.gui.sequence.SequencePanelWrapper
 
addSequenceViewerMotionListener(SequenceViewerMotionListener) - Method in class org.biojava.bio.gui.sequence.SequencePoster
Deprecated.  
addSequenceViewerMotionListener(SequenceViewerMotionListener) - Method in class org.biojava.bio.gui.sequence.SequenceViewerMotionSupport
 
addSequenceViewerMotionListener(SequenceViewerMotionListener) - Method in class org.biojava.bio.gui.sequence.TranslatedSequencePanel
addSequenceViewerMotionListener adds a listener for mouse motion SequenceViewerEvents.
addSet(Set) - Method in class org.biojava.utils.MergingSet
 
addSSBond(SSBond) - Method in interface org.biojava.bio.structure.Structure
add a single SSBond to this structure
addSSBond(SSBond) - Method in class org.biojava.bio.structure.StructureImpl
add a single SSBond to this structure
addState(State) - Method in interface org.biojava.bio.dp.MarkovModel
Adds a state to the model.
addState(State) - Method in class org.biojava.bio.dp.SimpleMarkovModel
 
addState(State) - Method in class org.biojava.bio.dp.WMAsMM
 
addState(String) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlock
 
addState(String) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlockBuilder
 
addState(String) - Method in interface org.biojavax.bio.phylo.io.nexus.CharactersBlockListener
 
addStateLabel(String, String) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlock
 
addStateLabel(String, String) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlockBuilder
 
addStateLabel(String, String) - Method in interface org.biojavax.bio.phylo.io.nexus.CharactersBlockListener
 
addStructureListener(StructureListener) - Method in class org.biojava.bio.structure.server.SimpleStructureServer
 
addStructureListener(StructureListener) - Method in class org.biojava.bio.structure.server.StructureFetcherRunnable
 
addStructureListener(StructureListener) - Method in interface org.biojava.bio.structure.server.StructureServer
 
addStyle(String, String) - Method in class org.biojava.bio.program.blast2html.AbstractAlignmentStyler
Add a colour style to this Styler.
addSubHitProperty(Object, Object) - Method in class org.biojava.bio.program.sax.FastaSearchSAXParser
 
addSubHitProperty(Object, Object) - Method in class org.biojava.bio.program.ssbind.BlastLikeHomologyBuilder
 
addSubHitProperty(Object, Object) - Method in class org.biojava.bio.program.ssbind.BlastLikeSearchBuilder
 
addSubHitProperty(Object, Object) - Method in class org.biojava.bio.program.ssbind.SimilarityPairBuilder
 
addSubHitProperty(Object, Object) - Method in class org.biojava.bio.search.FilteringContentHandler
 
addSubHitProperty(Object, Object) - Method in class org.biojava.bio.search.SearchContentAdapter
 
addSubHitProperty(Object, Object) - Method in class org.biojava.bio.search.SearchContentFilter
 
addSubHitProperty(Object, Object) - Method in interface org.biojava.bio.search.SearchContentHandler
The addSubHitProperty method adds a key/value pair containing some property of a particular subhit.
addSubHitProperty(Object, Object) - Method in class org.biojava.bio.search.SearchContentHandlerDebugger
 
addSymbol(Symbol) - Method in class org.biojava.bio.symbol.AbstractAlphabet
 
addSymbol(Symbol) - Method in interface org.biojava.bio.symbol.FiniteAlphabet
Adds a symbol to this alphabet.
addSymbol(Symbol) - Method in class org.biojava.bio.symbol.SimpleSymbolList
Add a new Symbol to the end of this list.
addSymbol(Symbol) - Method in class org.biojava.bio.symbol.SoftMaskedAlphabet
SoftMaskedAlphabets cannot add new Symbols.
addSymbol(String) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlock
 
addSymbol(String) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlockBuilder
 
addSymbol(String) - Method in interface org.biojavax.bio.phylo.io.nexus.CharactersBlockListener
 
addSymbolImpl(AtomicSymbol) - Method in class org.biojava.bio.symbol.AbstractAlphabet
 
addSymbolImpl(AtomicSymbol) - Method in class org.biojava.bio.symbol.IntegerAlphabet.SubIntegerAlphabet
 
addSymbolImpl(AtomicSymbol) - Method in class org.biojava.bio.symbol.SimpleAlphabet
 
addSymbolImpl(AtomicSymbol) - Method in class org.biojava.bio.symbol.SingletonAlphabet
 
addSymbolList(SymbolList, String, boolean) - Method in class org.biojava.bio.symbol.UkkonenSuffixTree
 
addSymbols(Alphabet, Symbol[], int, int) - Method in class org.biojava.bio.seq.io.ChunkedSymbolListFactory
tool to construct the SymbolList by adding Symbols.
addSymbols(Alphabet, Symbol[], int, int) - Method in class org.biojava.bio.seq.io.EmblFileFormer
Deprecated.  
addSymbols(Alphabet, Symbol[], int, int) - Method in class org.biojava.bio.seq.io.GenbankFileFormer
Deprecated.  
addSymbols(Alphabet, Symbol[], int, int) - Method in class org.biojava.bio.seq.io.ProteinRefSeqFileFormer
Deprecated.  
addSymbols(Alphabet, Symbol[], int, int) - Method in class org.biojava.bio.seq.io.SeqIOAdapter
 
addSymbols(Alphabet, Symbol[], int, int) - Method in class org.biojava.bio.seq.io.SeqIOFilter
 
addSymbols(Alphabet, Symbol[], int, int) - Method in interface org.biojava.bio.seq.io.SeqIOListener
Notify the listener of symbol data.
addSymbols(Alphabet, Symbol[], int, int) - Method in class org.biojava.bio.seq.io.SequenceBuilderBase
 
addSymbols(Alphabet, Symbol[], int, int) - Method in class org.biojava.bio.seq.io.SequenceBuilderFilter
 
addSymbols(Alphabet, Symbol[], int, int) - Method in class org.biojava.bio.seq.io.SequenceDBSequenceBuilder
does nothing for now.
addSymbols(Alphabet, Symbol[], int, int) - Method in class org.biojava.bio.seq.io.SimpleAssemblyBuilder
 
addSymbols(Alphabet, Symbol[], int, int) - Method in class org.biojava.bio.seq.io.SimpleSequenceBuilder
 
addSymbols(Alphabet, Symbol[], int, int) - Method in class org.biojava.bio.seq.io.SmartSequenceBuilder
 
addSymbols(Alphabet, Symbol[], int, int) - Method in class org.biojava.bio.seq.io.SwissprotFileFormer
Deprecated. Prints out the sequences properties in order.
addSymbols(SymbolList, int) - Method in class org.biojava.bio.symbol.SuffixTree
Add a count for all motifs with length of up to window to this tree.
addSymbols(Alphabet, Symbol[], int, int) - Method in class org.biojavax.bio.seq.io.DebuggingRichSeqIOListener
 
addSymbols(Alphabet, Symbol[], int, int) - Method in class org.biojavax.bio.seq.io.RichSeqIOAdapter
 
addSymbols(Alphabet, Symbol[], int, int) - Method in class org.biojavax.bio.seq.io.SimpleRichSequenceBuilder
Notify the listener of symbol data.
addSynonym(Object) - Method in class org.biojava.ontology.IntegerOntology.IntTerm
 
addSynonym(Object) - Method in class org.biojava.ontology.OntologyTerm.Impl
 
addSynonym(Object) - Method in class org.biojava.ontology.RemoteTerm.Impl
 
addSynonym(Object) - Method in interface org.biojava.ontology.Term
Add a synonym for this term.
addSynonym(Object) - Method in class org.biojava.ontology.Term.Impl
 
addSynonym(Object) - Method in class org.biojava.ontology.Triple.Impl
 
addSynonym(Object) - Method in class org.biojavax.ontology.SimpleComparableTerm
Add a synonym for this term.
addSynonym(Object) - Method in class org.biojavax.ontology.SimpleComparableTriple
Add a synonym for this term.
addTable(SymbolPropertyTable) - Method in class org.biojava.bio.proteomics.aaindex.SimpleSymbolPropertyTableDB
Adds a symbol property table to the database.
addTag(Object) - Method in class org.biojava.bio.program.tagvalue.TagDropper
Add a tag to retain.
addTaxLabel(String) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlock
Add a TAXLABEL.
addTaxLabel(String) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlockBuilder
 
addTaxLabel(String) - Method in interface org.biojavax.bio.phylo.io.nexus.CharactersBlockListener
Add a TAXLABEL.
addTaxLabel(String) - Method in class org.biojavax.bio.phylo.io.nexus.DistancesBlock
Add a TAXLABEL.
addTaxLabel(String) - Method in class org.biojavax.bio.phylo.io.nexus.DistancesBlockBuilder
 
addTaxLabel(String) - Method in interface org.biojavax.bio.phylo.io.nexus.DistancesBlockListener
Add a TAXLABEL.
addTaxLabel(String) - Method in class org.biojavax.bio.phylo.io.nexus.TaxaBlock
Add a TAXLABEL.
addTaxLabel(String) - Method in class org.biojavax.bio.phylo.io.nexus.TaxaBlockBuilder
 
addTaxLabel(String) - Method in interface org.biojavax.bio.phylo.io.nexus.TaxaBlockListener
Add another value after the TAXLABEL tag.
addTitle(int, String, String) - Method in interface org.biojava.bio.program.homologene.HomologeneBuilder
add title information to an Orthologue (this is not in enclosed in the Orthologue element because it comes completely separate in the Homologene data files.
addTitle(int, String, String) - Method in class org.biojava.bio.program.homologene.SimpleHomologeneBuilder
 
addToEnvironment(String, Object) - Method in class org.biojava.naming.ObdaContext
 
addTopConfig(RegistryConfiguration) - Method in class org.biojava.directory.RegistryConfiguration.Composite
Add a configuration as the most authoritative place to look.
addTransition(FiniteAutomaton.Node, FiniteAutomaton.Node, Symbol) - Method in class org.biojava.utils.automata.FiniteAutomaton
 
addTransition(FiniteAutomaton.Node, FiniteAutomaton.Node, Symbol) - Method in interface org.biojava.utils.automata.NfaBuilder
 
addTransition(FiniteAutomaton.Node, FiniteAutomaton.Node, Symbol) - Method in class org.biojava.utils.automata.NfaSubModel
 
addTranslation(String, String) - Method in class org.biojavax.bio.phylo.io.nexus.TreesBlock
Add a translation.
addTranslation(String, String) - Method in class org.biojavax.bio.phylo.io.nexus.TreesBlockBuilder
 
addTranslation(String, String) - Method in interface org.biojavax.bio.phylo.io.nexus.TreesBlockListener
Add a translation.
addTree(String, TreesBlock.NewickTreeString) - Method in class org.biojavax.bio.phylo.io.nexus.TreesBlock
Adds a tree.
addTree(String, UndirectedGraph<String, DefaultEdge>) - Method in class org.biojavax.bio.phylo.io.nexus.TreesBlock
Add a tree, converting unweighted graph (JGraphT) to NewickString
addTree(String, WeightedGraph<String, DefaultWeightedEdge>) - Method in class org.biojavax.bio.phylo.io.nexus.TreesBlock
Add a tree, converting weighted graph (JGraphT) to NewickString
addTree(String, TreesBlock.NewickTreeString) - Method in class org.biojavax.bio.phylo.io.nexus.TreesBlockBuilder
 
addTree(String, TreesBlock.NewickTreeString) - Method in interface org.biojavax.bio.phylo.io.nexus.TreesBlockListener
Adds a tree.
addTypeWithParent(Class) - Method in class org.biojava.utils.walker.WalkerFactory
Register a type as being a 'container' class.
addVariableModification(char, double[]) - Method in class org.biojava.bio.proteomics.MassCalc
Add Variable modifications.
addVariableModification(Symbol, double[]) - Method in class org.biojava.bio.proteomics.MassCalc
Add Variable modifications.
addVector(Annotation) - Method in class org.biojava.bio.program.das.dasalignment.Alignment
add Annotation of DAS alignment "vector" type.
addVector(Object, double, double) - Method in class org.biojava.stats.svm.SVMRegressionModel
 
addVector(Object) - Method in class org.biojava.stats.svm.SVMRegressionModel
 
addXMLCollectionConstraintWriter(Class, XMLAnnotationTypeWriter.XMLCollectionConstraintWriter) - Method in class org.biojava.bio.seq.io.filterxml.XMLAnnotationTypeWriter
Register a writer for the specified class of collection constraint
addXMLCollectionConstraintWriter(CollectionConstraint, XMLAnnotationTypeWriter.XMLCollectionConstraintWriter) - Method in class org.biojava.bio.seq.io.filterxml.XMLAnnotationTypeWriter
Register a writer for a singleton property constraint.
addXMLFilterWriter(Class, XMLFilterWriter.FilterWriter) - Method in class org.biojava.bio.seq.io.filterxml.XMLFilterWriter
Add a writer for the specified class of filters
addXMLFilterWriter(FeatureFilter, XMLFilterWriter.FilterWriter) - Method in class org.biojava.bio.seq.io.filterxml.XMLFilterWriter
Add a writer for a singleton filter.
addXMLPropertyConstraintWriter(Class, XMLAnnotationTypeWriter.XMLPropertyConstraintWriter) - Method in class org.biojava.bio.seq.io.filterxml.XMLAnnotationTypeWriter
Register a writer for the specified class of property constraint
addXMLPropertyConstraintWriter(PropertyConstraint, XMLAnnotationTypeWriter.XMLPropertyConstraintWriter) - Method in class org.biojava.bio.seq.io.filterxml.XMLAnnotationTypeWriter
Register a writer for a singleton property constraint.
addXref(AGAVEXref) - Method in interface org.biojava.bio.seq.io.agave.AGAVEXrefCallbackItf
 
addXref(AGAVEXref) - Method in class org.biojava.bio.seq.io.agave.AGAVEXrefs
add @param xref
addXref(AGAVEXref) - Method in class org.biojava.bio.seq.io.agave.AGAVEXrefsPropHandler
 
ADVANCE - Static variable in interface org.biojava.bio.dp.EmissionState
This signals that the advance array has been altered.
advance() - Method in interface org.biojava.bio.dp.MarkovModel
The maximum advance for this model.
advance() - Method in interface org.biojava.bio.dp.onehead.DPCursor
Advance.
advance() - Method in class org.biojava.bio.dp.onehead.SmallCursor
 
advance() - Method in class org.biojava.bio.dp.SimpleMarkovModel
 
advance() - Method in class org.biojava.bio.dp.WMAsMM
 
affiliation - Variable in class org.biojava.bibliography.BiblioPerson
Their affiliation.
Agave2AgaveAnnotFilter - Class in org.biojava.bio.seq.io.agave
Dumping the data from biojava with source of agave into agave format
AGAVE_AGAVE_ANNOT_FILTER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.Agave2AgaveAnnotFilter
 
AGAVE_ALT_IDS_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEAltIdsPropHandler
 
AGAVE_ANNOTATIONS_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEAnnotationsHandler
 
AGAVE_ASSEMBLY_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEAssemblyHandler
 
AGAVE_BIO_SEQ_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEBioSeqHandler
 
AGAVE_BIO_SEQUENCE_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEBioSequenceHandler
 
AGAVE_CDS_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVECdsHandler
 
AGAVE_CHROMOSOME_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEChromosomeHandler
 
AGAVE_CLASSIFICATION_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEClassificationHandler
 
AGAVE_COMP_RESULT_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVECompResultHandler
 
AGAVE_COMPUTATION_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEComputationHandler
 
AGAVE_CONTIG_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEContigHandler
 
AGAVE_DBID_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEDbIdPropHandler
 
AGAVE_DESC_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEDescPropHandler
 
AGAVE_ELEMENT_ID_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEElementIdPropHandler
 
AGAVE_EVIDENCE_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEEvidenceHandler
 
AGAVE_EXONS_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEExonsPropHandler
 
AGAVE_FRAGMENT_ORDER_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEFragmentOrderHandler
 
AGAVE_FRAGMENT_ORIENTATION_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEFragmentOrientationHandler
 
AGAVE_GENE_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEGeneHandler
 
AGAVE_ID_ALIAS_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEIdAliasPropHandler
 
AGAVE_KEYWORD_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEKeywordPropHandler
 
AGAVE_MAP_LOCATION_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEMapLocationPropHandler
 
AGAVE_MAP_POSITION_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEMapPositionPropHandler
 
AGAVE_MATCH_ALIGN_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEMatchAlignPropHandler
 
AGAVE_MATCH_DESC_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEMatchDescPropHandler
 
AGAVE_MATCH_REGION_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEMatchRegionPropHandler
 
AGAVE_MRNA_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEMrnaHandler
 
AGAVE_NOTE_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVENotePropHandler
 
AGAVE_PREDICTED_PROTEIN_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEPredictedProteinHandler
 
AGAVE_QUALIFIER_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEQualifierPropHandler
 
AGAVE_QUERY_REGION_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEQueryRegionPropHandler
 
AGAVE_RELATED_ANNOT_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVERelatedAnnotPropHandler
 
AGAVE_RESULT_GROUP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEResultGroupHandler
 
AGAVE_RESULT_PROPERTY_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEResultPropertyPropHandler
 
AGAVE_SCI_PROPERTY_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVESciPropertyPropHandler
 
AGAVE_SEQ_FEATURE_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVESeqFeatureHandler
 
AGAVE_SEQ_LOCATION_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVESeqLocationPropHandler
 
AGAVE_SEQ_MAP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVESeqMapHandler
 
AGAVE_SEQ_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVESeqPropHandler
 
AGAVE_TRANSCRIPT_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVETranscriptHandler
 
AGAVE_UNORDERED_FRAGMENTS_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEUnorderedFragmentsHandler
 
AGAVE_VIEW_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEViewPropHandler
 
AGAVE_XREF_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEXrefPropHandler
 
AGAVE_XREF_PROP_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEXrefPropPropHandler
 
AGAVE_XREFS_PROP_HANDLER_FACTORY - Static variable in class org.biojava.bio.seq.io.agave.AGAVEXrefsPropHandler
 
AGAVEAltIdsPropHandler - Class in org.biojava.bio.seq.io.agave
Deals with alternate sequence IDs
AGAVEAnnotationsHandler - Class in org.biojava.bio.seq.io.agave
 
AGAVEAnnotFilter - Interface in org.biojava.bio.seq.io.agave
This interface defines mapping from BioJava into AGAVE format.
AGAVEAnnotFilterFactory - Interface in org.biojava.bio.seq.io.agave
 
AGAVEAssemblyHandler - Class in org.biojava.bio.seq.io.agave
 
AGAVEBioSeqCallbackItf - Interface in org.biojava.bio.seq.io.agave
An interface that can be tested for by nested handlers when trying to do a callback.
AGAVEBioSeqHandler - Class in org.biojava.bio.seq.io.agave
Handles the AGAVE <bio_sequence> element
AGAVEBioSequenceHandler - Class in org.biojava.bio.seq.io.agave
Handles the AGAVE <bio_sequence> element
AGAVECallbackItf - Interface in org.biojava.bio.seq.io.agave
An interface that can be tested for by nested handlers when trying to do a callback.
AGAVECdsHandler - Class in org.biojava.bio.seq.io.agave
Handles the AGAVE <cds> element
AGAVEChromosomeCallbackItf - Interface in org.biojava.bio.seq.io.agave
An interface that can be tested for by nested handlers when trying to do a callback.
AGAVEChromosomeHandler - Class in org.biojava.bio.seq.io.agave
Handles the AGAVE <chromosome> element
AGAVEClassificationHandler - Class in org.biojava.bio.seq.io.agave
 
AGAVECompResultHandler - Class in org.biojava.bio.seq.io.agave
 
AGAVEComputationHandler - Class in org.biojava.bio.seq.io.agave
 
AGAVEContigCallbackItf - Interface in org.biojava.bio.seq.io.agave
An interface that can be tested for by nested handlers when trying to do a callback.
AGAVEContigHandler - Class in org.biojava.bio.seq.io.agave
Handles the AGAVE <contig> element
AGAVEDbId - Class in org.biojava.bio.seq.io.agave
 
AGAVEDbId() - Constructor for class org.biojava.bio.seq.io.agave.AGAVEDbId
 
AGAVEDbIdCallbackItf - Interface in org.biojava.bio.seq.io.agave
this is the interface implemented by several classes
AGAVEDbIdPropCallbackItf - Interface in org.biojava.bio.seq.io.agave
 
AGAVEDbIdPropHandler - Class in org.biojava.bio.seq.io.agave
Deals with database crossreferences
AGAVEDescPropHandler - Class in org.biojava.bio.seq.io.agave
Deals with database crossreferences
AGAVEElementIdPropHandler - Class in org.biojava.bio.seq.io.agave
 
AGAVEEvidenceCallbackItf - Interface in org.biojava.bio.seq.io.agave
 
AGAVEEvidenceHandler - Class in org.biojava.bio.seq.io.agave
 
AGAVEExonsPropHandler - Class in org.biojava.bio.seq.io.agave
 
AGAVEFeatureCallbackItf - Interface in org.biojava.bio.seq.io.agave
An interface that can be tested for by nested handlers when trying to do a callback.
AGAVEFragmentOrderHandler - Class in org.biojava.bio.seq.io.agave
 
AGAVEFragmentOrientationHandler - Class in org.biojava.bio.seq.io.agave
 
AGAVEGeneHandler - Class in org.biojava.bio.seq.io.agave
 
AGAVEHandler - Class in org.biojava.bio.seq.io.agave
Handles the root AGAVE element modified for agave format
AGAVEHandler() - Constructor for class org.biojava.bio.seq.io.agave.AGAVEHandler
 
AGAVEIdAlias - Class in org.biojava.bio.seq.io.agave
 
AGAVEIdAliasCallbackItf - Interface in org.biojava.bio.seq.io.agave
 
AGAVEIdAliasPropHandler - Class in org.biojava.bio.seq.io.agave
 
AGAVEKeywordPropHandler - Class in org.biojava.bio.seq.io.agave
Deals with AGAVE keywords
AGAVEMapLocation - Class in org.biojava.bio.seq.io.agave
 
AGAVEMapLocation() - Constructor for class org.biojava.bio.seq.io.agave.AGAVEMapLocation
 
AGAVEMapLocationPropHandler - Class in org.biojava.bio.seq.io.agave
 
AGAVEMapPosition - Class in org.biojava.bio.seq.io.agave
 
AGAVEMapPosition() - Constructor for class org.biojava.bio.seq.io.agave.AGAVEMapPosition
 
AGAVEMapPositionPropHandler - Class in org.biojava.bio.seq.io.agave
 
AGAVEMatchAlignPropHandler - Class in org.biojava.bio.seq.io.agave
Deals with match_align
AGAVEMatchDescPropHandler - Class in org.biojava.bio.seq.io.agave
Deals with match_desc
AGAVEMatchRegion - Class in org.biojava.bio.seq.io.agave
match_region
AGAVEMatchRegion() - Constructor for class org.biojava.bio.seq.io.agave.AGAVEMatchRegion
 
AGAVEMatchRegionPropHandler - Class in org.biojava.bio.seq.io.agave
Deals with match_region
AGAVEMrnaHandler - Class in org.biojava.bio.seq.io.agave
Handles the AGAVE <mrna> element
AGAVENotePropHandler - Class in org.biojava.bio.seq.io.agave
Deals with note
AGAVEPredictedProteinHandler - Class in org.biojava.bio.seq.io.agave
Handles the AGAVE <predicted_protein> element
AGAVEProperty - Class in org.biojava.bio.seq.io.agave
 
AGAVEProperty(String, String, String, String) - Constructor for class org.biojava.bio.seq.io.agave.AGAVEProperty
 
AGAVEQualifierPropHandler - Class in org.biojava.bio.seq.io.agave
 
AGAVEQueryRegion - Class in org.biojava.bio.seq.io.agave
 
AGAVEQueryRegion() - Constructor for class org.biojava.bio.seq.io.agave.AGAVEQueryRegion
 
AGAVEQueryRegionPropHandler - Class in org.biojava.bio.seq.io.agave
 
AGAVERelatedAnnot - Class in org.biojava.bio.seq.io.agave
 
AGAVERelatedAnnot() - Constructor for class org.biojava.bio.seq.io.agave.AGAVERelatedAnnot
construct..
AGAVERelatedAnnotPropHandler - Class in org.biojava.bio.seq.io.agave
 
AGAVEResultGroupHandler - Class in org.biojava.bio.seq.io.agave
 
AGAVEResultPropertyPropHandler - Class in org.biojava.bio.seq.io.agave
 
AGAVESciPropertyPropHandler - Class in org.biojava.bio.seq.io.agave
sci_property
AGAVESeqFeatureHandler - Class in org.biojava.bio.seq.io.agave
seq_feature
AGAVESeqLocationPropHandler - Class in org.biojava.bio.seq.io.agave
seq_location
AGAVESeqMapHandler - Class in org.biojava.bio.seq.io.agave
sequence_map
AGAVESeqPropHandler - Class in org.biojava.bio.seq.io.agave
Deals with sequence code
AGAVETranscriptHandler - Class in org.biojava.bio.seq.io.agave
transcript
AGAVEUnorderedFragmentsHandler - Class in org.biojava.bio.seq.io.agave
unordered_fragments
AGAVEViewPropHandler - Class in org.biojava.bio.seq.io.agave
Moves view attributes into annotation properties.
AgaveWriter - Class in org.biojava.bio.seq.io.agave
Writes Sequence into AGAVE XML document.
AgaveWriter() - Constructor for class org.biojava.bio.seq.io.agave.AgaveWriter
Default constructor uses generic annotation to attribute mapping.
AgaveWriter(AGAVEAnnotFilter) - Constructor for class org.biojava.bio.seq.io.agave.AgaveWriter
Construct with data source specific annotation to attribute mapping.
AgaveWriter.Indent - Class in org.biojava.bio.seq.io.agave
Implements indenting for elements.
AgaveWriter.Indent() - Constructor for class org.biojava.bio.seq.io.agave.AgaveWriter.Indent
 
AGAVEXref - Class in org.biojava.bio.seq.io.agave
xref
AGAVEXref() - Constructor for class org.biojava.bio.seq.io.agave.AGAVEXref
 
AGAVEXrefCallbackItf - Interface in org.biojava.bio.seq.io.agave
 
AGAVEXrefPropHandler - Class in org.biojava.bio.seq.io.agave
handle AGAVE xref
AGAVEXrefPropPropHandler - Class in org.biojava.bio.seq.io.agave
xref_property
AGAVEXrefs - Class in org.biojava.bio.seq.io.agave
xrefs
AGAVEXrefs() - Constructor for class org.biojava.bio.seq.io.agave.AGAVEXrefs
 
AGAVEXrefsPropHandler - Class in org.biojava.bio.seq.io.agave
Deals with database crossreferences (xrefs)
Aggregator - Class in org.biojava.bio.program.tagvalue
Joins multipel values into single values.
Aggregator(TagValueListener, BoundaryFinder, String) - Constructor for class org.biojava.bio.program.tagvalue.Aggregator
 
ala() - Static method in class org.biojava.bio.seq.ProteinTools
Returns the AtomicSymbol for the amino acid Alanine (A)
ALIGFACTOR - Static variable in class org.biojava.bio.structure.align.pairwise.Gotoh
 
AligMatEl - Class in org.biojava.bio.structure.align.helper
 
AligMatEl() - Constructor for class org.biojava.bio.structure.align.helper.AligMatEl
 
align(Structure, Structure) - Method in class org.biojava.bio.structure.align.StructurePairAligner
calculate the alignment between the two full structures with default parameters
align(Structure, Structure, StrucAligParameters) - Method in class org.biojava.bio.structure.align.StructurePairAligner
calculate the alignment between the two full structures with user provided parameters
align(Atom[], Atom[], StrucAligParameters) - Method in class org.biojava.bio.structure.align.StructurePairAligner
calculate the protein structure superimposition, between two sets of atoms.
align(Structure, List<Chain>) - Method in class org.biojava.bio.structure.io.SeqRes2AtomAligner
 
align(List<Group>, List<Group>) - Method in class org.biojava.bio.structure.io.SeqRes2AtomAligner
aligns two chains of groups, where the first chain is representing the list of amino acids as obtained from the SEQRES records, and the second chain represents the groups obtained from the ATOM records (and containing the actual ATOM information).
align_NPE(Matrix, StrucAligParameters) - Static method in class org.biojava.bio.structure.align.pairwise.AligNPE
Align w/o penalizing endpags.
Alignable - Interface in org.biojava.bio.structure.align.pairwise
 
alignAll(SequenceIterator, SequenceDB) - Method in class org.biojava.bio.alignment.NeedlemanWunsch
 
alignAll(SequenceIterator, SequenceDB) - Method in class org.biojava.bio.alignment.SequenceAlignment
 
AlignedPosition - Class in org.biojava.bio.structure.gui.util
 
AlignedPosition() - Constructor for class org.biojava.bio.structure.gui.util.AlignedPosition
 
AlignIOConstants - Class in org.biojava.bio.seq.io
AlignIOConstants contains constants used to identify sequence formats, alphabets etc, in the context of reading and writing alignments.
AlignIOConstants() - Constructor for class org.biojava.bio.seq.io.AlignIOConstants
 
alignment - Variable in class org.biojava.bio.alignment.NeedlemanWunsch
The result of a successful alignment as a simple String.
Alignment - Class in org.biojava.bio.program.das.dasalignment
Alignment object to contain/manage a DAS alignment.
Alignment() - Constructor for class org.biojava.bio.program.das.dasalignment.Alignment
Construct a new empty Alignment object.
ALIGNMENT - Static variable in interface org.biojava.bio.seq.homol.Homology
Signals that the alignment describing the homologous sequences has changed.
alignment - Variable in class org.biojava.bio.seq.homol.SimilarityPairFeature.Template
alignment Alignment field.
Alignment - Interface in org.biojava.bio.symbol
An alignment containing multiple SymbolLists.
alignment(Map) - Static method in class org.biojava.bio.symbol.SymbolListViews
Construct an alignment of the SymbolLists contained in the values collection of labelToSymList.
alignment(List, SymbolList) - Static method in class org.biojava.bio.symbol.SymbolListViews
View a SymbolList over a cross-product Alphabet as an Alignment.
Alignment.SymbolListIterator - Class in org.biojava.bio.symbol
Iterator implementation looping over symbol lists in an alignment using the labels.
Alignment.SymbolListIterator(Alignment) - Constructor for class org.biojava.bio.symbol.Alignment.SymbolListIterator
 
ALIGNMENT_HANDLER_FACTORY - Static variable in class org.biojava.bio.program.ssbind.AlignmentStAXHandler
 
AlignmentCalc - Class in org.biojava.bio.structure.gui.util
A class that obtains two structures via DAS and aligns them This is done in a separate thread.
AlignmentCalc(AlignmentGui, Structure, Structure) - Constructor for class org.biojava.bio.structure.gui.util.AlignmentCalc
requests an alignment of pdb1 vs pdb 2.
AlignmentElement - Interface in org.biojava.bio.alignment
AlignmentElement is a class which represents a SymbolList and its location within an Alignment This is for use in UnequalLengthAlignments and ARAlignments.
AlignmentFormat - Interface in org.biojava.bio.seq.io
 
AlignmentGui - Class in org.biojava.bio.structure.gui
A JFrame that allows to trigger a pairwise structure alignment, either from files in a directory, or after manual upload.
AlignmentGui() - Constructor for class org.biojava.bio.structure.gui.AlignmentGui
 
AlignmentMarker - Class in org.biojava.bio.program.blast2html
Class to do simple HTML colouring of sequence alignments.
AlignmentMarker(ColourCommand, AlignmentStyler) - Constructor for class org.biojava.bio.program.blast2html.AlignmentMarker
Creates a new AlignmentMarker instance.
AlignmentPositionListener - Interface in org.biojava.bio.structure.gui.events
 
alignmentRange - Variable in class org.biojava.bio.alignment.FlexibleAlignment
 
AlignmentRenderer - Class in org.biojava.bio.gui.sequence
 
AlignmentRenderer() - Constructor for class org.biojava.bio.gui.sequence.AlignmentRenderer
 
AlignmentStAXHandler - Class in org.biojava.bio.program.ssbind
AlignmentStAXHandler handles the BlastLikeAlignment element of BioJava BlastLike XML.
AligNPE - Class in org.biojava.bio.structure.align.pairwise
 
AligNPE() - Constructor for class org.biojava.bio.structure.align.pairwise.AligNPE
 
AlignTools - Class in org.biojava.bio.structure.align.helper
 
AlignTools() - Constructor for class org.biojava.bio.structure.align.helper.AlignTools
 
ALL - Static variable in interface org.biojava.bio.program.xff.ElementRecognizer
 
all - Static variable in interface org.biojava.bio.seq.FeatureFilter
All features are selected by this filter.
all() - Static method in class org.biojava.bio.seq.FilterUtils
Return a filter which matches all features.
ALL - Static variable in interface org.biojava.bio.seq.io.agave.ElementRecognizer
 
ALL - Static variable in interface org.biojava.bio.seq.io.game.ElementRecognizer
 
all - Static variable in interface org.biojavax.bio.db.biosql.BioSQLFeatureFilter
All features are selected by this filter.
ALL_POLYMER_TYPES - Static variable in enum org.biojava.bio.structure.io.mmcif.chem.PolymerType
Convenience Set of all polymer types.
allEntryPointsDB() - Method in class org.biojava.bio.program.das.DASSequenceDB
 
allGaps(SymbolList, int, int) - Method in class org.biojava.bio.alignment.FlexibleAlignment
make sure that all Symbols in this range are gaps
allIn(Annotation, AnnotationType) - Static method in class org.biojava.bio.AnnotationTools
Destructive down-cast an annotation to a type.
allOut(Annotation, AnnotationType) - Static method in class org.biojava.bio.AnnotationTools
allOut returns a new Annotation containing only those values in the Annotation argument which are not of a type specified by the AnnotationType.
alph - Variable in class org.biojava.bio.program.hmmer.HmmerProfileParser
 
alphabet - Variable in class org.biojava.bio.alignment.AbstractULAlignment
 
alphabet - Variable in class org.biojava.bio.alignment.SubstitutionMatrix
 
Alphabet - Interface in org.biojava.bio.symbol
The set of AtomicSymbols which can be concatenated together to make a SymbolList.
alphabetForName(String) - Static method in class org.biojava.bio.symbol.AlphabetManager
Retrieve the alphabet for a specific name.
AlphabetIndex - Interface in org.biojava.bio.symbol
Map between Symbols and index numbers.
AlphabetManager - Class in org.biojava.bio.symbol
Utility methods for working with Alphabets.
AlphabetManager() - Constructor for class org.biojava.bio.symbol.AlphabetManager
 
AlphabetResolver - Class in org.biojava.bio.program.ssbind
AlphabetResolvers are helpers which determine which type of sequence Alphabet to expect from a search result.
AlphabetResolver() - Constructor for class org.biojava.bio.program.ssbind.AlphabetResolver
 
alphabets() - Static method in class org.biojava.bio.symbol.AlphabetManager
Get an iterator over all alphabets known.
AlphaCTools - Class in org.biojava.bio.structure
AlphaCTools is a collection of static convenience methods for dealing with Alpha Carbon Backbone Phi / Psi angles.
AlphaCTools() - Constructor for class org.biojava.bio.structure.AlphaCTools
 
alphaIndex(Symbol) - Method in class org.biojava.utils.automata.FiniteAutomaton
 
alphaIndex(Symbol) - Method in class org.biojava.utils.automata.Nfa
 
AlreadyExistsException - Exception in org.biojava.ontology
Thrown to indicate that a term or triple can't be added to an ontology because it is already present.
AlreadyExistsException() - Constructor for exception org.biojava.ontology.AlreadyExistsException
 
AlreadyExistsException(String) - Constructor for exception org.biojava.ontology.AlreadyExistsException
 
ALT_ID - Static variable in class org.biojava.ontology.obo.OboFileHandler
 
ALT_YEAST_NUC - Static variable in interface org.biojava.bio.symbol.TranslationTable
Translation table name for the alternative yeast nuclear genetic code.
AltAligComparator - Class in org.biojava.bio.structure.align.pairwise
a comparator to sort AlternativeAlignments based on their number of equivalent residues and RMSD.
AltAligComparator() - Constructor for class org.biojava.bio.structure.align.pairwise.AltAligComparator
 
AlternateTokenization - Class in org.biojava.bio.seq.io
Implementation of SymbolTokenization which binds symbols to strings of characters.
AlternateTokenization(Alphabet, boolean) - Constructor for class org.biojava.bio.seq.io.AlternateTokenization
 
ALTERNATIVE_PRODUCTS - Static variable in class org.biojavax.bio.seq.io.UniProtCommentParser
A name for a comment type.
AlternativeAlignment - Class in org.biojava.bio.structure.align.pairwise
Implements a class which handles one possible (alternative) solution.
AlternativeAlignment() - Constructor for class org.biojava.bio.structure.align.pairwise.AlternativeAlignment
 
AlternativeAlignmentFrame - Class in org.biojava.bio.structure.gui.util
a frame showing the alternative alignments, which are the result of a structure superimposition
AlternativeAlignmentFrame(Structure, Structure) - Constructor for class org.biojava.bio.structure.gui.util.AlternativeAlignmentFrame
 
ALWAYS_VETO - Static variable in interface org.biojava.utils.ChangeListener
Convenience implementation which vetoes every change of which it is notified.
AMBIGUOUS - Static variable in class org.biojava.bio.seq.io.SeqIOConstants
AMBIGUOUS indicates that a sequence contains ambiguity symbols.
AminoAcid - Interface in org.biojava.bio.structure
A Group that represents an AminoAcid.
AMINOACID - Static variable in class org.biojava.bio.structure.GroupType
the type for amino acids
AminoAcidImpl - Class in org.biojava.bio.structure
AminoAcid inherits most from Hetatom.
AminoAcidImpl() - Constructor for class org.biojava.bio.structure.AminoAcidImpl
 
aminoAcids - Static variable in class org.biojavax.bio.seq.io.FastaFormat
 
amount(Atom) - Static method in class org.biojava.bio.structure.Calc
amount.
and(FeatureFilter.And, FeatureFilter, FeatureFilter) - Method in class org.biojava.bio.seq.filter.FilterTransformer
 
and(FeatureFilter, FeatureFilter) - Static method in class org.biojava.bio.seq.FilterUtils
Construct a new filter which matches the intersection of two other filters.
and(FeatureFilter[]) - Static method in class org.biojava.bio.seq.FilterUtils
Constructs a new filter which matches the intersection of a set of filters.
and - Variable in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.HibernateFeatureFilter
 
angle(Atom, Atom) - Static method in class org.biojava.bio.structure.Calc
angle.
annot - Variable in class org.biojava.bio.seq.io.agave.StAXFeatureHandler
 
Annotatable - Interface in org.biojava.bio
Indicates that an object has an associated annotation.
Annotatable.AnnotationForwarder - Class in org.biojava.bio
Deprecated. use new ChangeForwarder.Retyper(source, cs, Annotation.PROPERTY) instead
Annotatable.AnnotationForwarder(Object, ChangeSupport) - Constructor for class org.biojava.bio.Annotatable.AnnotationForwarder
Deprecated. Create a new AnnotationForwarder that will forward events for a source using a change support.
annotate(Sequence) - Method in class org.biojava.bio.dp.WeightMatrixAnnotator
 
annotate(Sequence) - Method in class org.biojava.bio.molbio.RestrictionMapper
annotate adds Features which represent restriction sites.
annotate(Sequence) - Method in interface org.biojava.bio.seq.SequenceAnnotator
Return an annotated version of a sequence.
ANNOTATE_EXISTING - Static variable in class org.biojava.bio.seq.io.SequenceDBSequenceBuilder
 
AnnotatedSequenceDB - Class in org.biojava.bio.seq.db
SequenceDB implementation which lazily applies a SequenceAnnotator to sequences retrieved from a SequenceDB.
AnnotatedSequenceDB(SequenceDB, SequenceAnnotator) - Constructor for class org.biojava.bio.seq.db.AnnotatedSequenceDB
 
annotateSequence(Sequence, GFFEntrySet) - Static method in class org.biojava.bio.program.gff.GFFTools
Annotates a sequence with the features from a GFF entry set with sequence name matching this sequence.
annotateSequence(Sequence, GFFEntrySet, boolean) - Static method in class org.biojava.bio.program.gff.GFFTools
Annotates a sequence with the features from a GFF entry set.
annotateSequences(SequenceDB, GFFEntrySet) - Static method in class org.biojava.bio.program.gff.GFFTools
Annotates all sequences in a sequence DB with features from a GFF entry set.
annotateXFF(File, Sequence) - Static method in class org.biojava.bio.program.xff.XFFTools
 
annotateXFF(File, Sequence, Annotation) - Static method in class org.biojava.bio.program.xff.XFFTools
 
ANNOTATION - Static variable in interface org.biojava.bio.Annotatable
Signals that the associated Annotation has altered in some way.
Annotation - Interface in org.biojava.bio
Arbitrary annotation associated with one or more objects.
annotation - Variable in class org.biojava.bio.seq.Feature.Template
 
annotation - Variable in class org.biojava.bio.seq.io.SequenceBuilderBase
 
ANNOTATION_ADD - Static variable in class org.biojava.bio.MergeAnnotation
ChangeType of ChangeEvent fired before and after an annotation is added to MergeAnnotation.
ANNOTATION_CHANGED - Static variable in class org.biojava.bio.MergeAnnotation
ChangeType of ChangeEvent fired before and after an annotation is added to MergeAnnotation.
ANNOTATION_REMOVE - Static variable in class org.biojava.bio.MergeAnnotation
ChangeType of ChangeEvent fired before and after an annotation is added to MergeAnnotation.
AnnotationBuilder - Class in org.biojava.bio.program.tagvalue
Builds an Annotation tree from TagValue events using an AnnotationType to work out which fields are of what type.
AnnotationBuilder(AnnotationType) - Constructor for class org.biojava.bio.program.tagvalue.AnnotationBuilder
Make a new AnnotationBuilder that will build Annotation instances of a given type.
AnnotationChanger - Class in org.biojava.bio
AnnotationChanger remaps the values of an Annotation to new values specified by a ValueChanger.
AnnotationChanger(Annotation, ChangeTable) - Constructor for class org.biojava.bio.AnnotationChanger
Creates a new AnnotationChanger using the specified ValueChanger to remap its values.
AnnotationDB - Interface in org.biojava.bio.annodb
A database of Annotation instances.
AnnotationFactory - Class in org.biojava.bio.program.ssbind
AnnotationFactory is a utility class for making Annotations from Maps.
AnnotationFactory() - Constructor for class org.biojava.bio.program.ssbind.AnnotationFactory
 
annotationForwarder - Variable in class org.biojava.bio.dp.SimpleEmissionState
 
annotationForwarder - Variable in class org.biojava.bio.program.das.DASSequence
 
annotationForwarder - Variable in class org.biojava.bio.search.SequenceDBSearchHit
Deprecated.  
annotationForwarder - Variable in class org.biojava.bio.search.SequenceDBSearchResult
Deprecated.  
annotationForwarder - Variable in class org.biojava.bio.search.SequenceDBSearchSubHit
Deprecated.  
annotationForwarder - Variable in class org.biojava.bio.search.SimpleSeqSimilaritySearchHit
 
annotationForwarder - Variable in class org.biojava.bio.search.SimpleSeqSimilaritySearchResult
 
annotationForwarder - Variable in class org.biojava.bio.search.SimpleSeqSimilaritySearchSubHit
 
annotationForwarder - Variable in class org.biojava.bio.seq.impl.SubSequence
 
annotationForwarder - Variable in class org.biojava.bio.seq.NewSimpleAssembly
 
annotationForwarder - Variable in class org.biojava.bio.seq.SimpleAssembly
 
annotationForwarder - Variable in class org.biojava.bio.symbol.AbstractSymbol
 
annotationForwarder - Variable in class org.biojava.bio.symbol.SimpleAlphabet
 
AnnotationRenamer - Class in org.biojava.bio
AnnotationRenamer remaps the keys of an Annotation to new keys specified by a TagMapper.
AnnotationRenamer(Annotation, PropertyChanger) - Constructor for class org.biojava.bio.AnnotationRenamer
Creates a new AnnotationRenamer using the specified TagMapper to remap its keys.
ANNOTATIONS - Static variable in class org.biojava.bio.program.das.DASSequence
Change type which indicates that the set of annotation servers used by this DASSequence has been changed.
AnnotationTools - Class in org.biojava.bio
AnnotationTools is a set of static utility methods for manipulating Annotations and AnnotationTypes.
AnnotationTools() - Constructor for class org.biojava.bio.AnnotationTools
 
AnnotationType - Interface in org.biojava.bio
A set of constraints on the data contained in an Annotation.
AnnotationType.Abstract - Class in org.biojava.bio
An abstract base class useful for implementing AnnotationType instances.
AnnotationType.Abstract() - Constructor for class org.biojava.bio.AnnotationType.Abstract
 
AnnotationType.Impl - Class in org.biojava.bio
An implementation of AnnotationType.
AnnotationType.Impl() - Constructor for class org.biojava.bio.AnnotationType.Impl
Create a new Impl with no constraints.
AnnotationType.Impl(PropertyConstraint, Location) - Constructor for class org.biojava.bio.AnnotationType.Impl
Create a new Impl with a default property and cardinality constraint.
AnnotationType.Impl(CollectionConstraint) - Constructor for class org.biojava.bio.AnnotationType.Impl
Create a new Impl with a default collection constraint.
ANNOTATOR - Static variable in class org.biojava.bio.program.das.ReferenceServer
 
ANY - Static variable in interface org.biojava.bio.AnnotationType
The type that accepts all annotations and is the supertype of all other annotations.
ANY - Static variable in class org.biojava.bio.CardinalityConstraint
The property can have any number of values, including none.
ANY - Static variable in interface org.biojava.bio.CollectionConstraint
ANY is a constraint which accepts a property for addition under all conditions.
ANY - Static variable in interface org.biojava.bio.PropertyConstraint
ANY is a constraint which accepts a property for addition under all conditions.
ANY - Static variable in class org.biojava.ontology.OntoTools
 
apairs_from_idxlst(JointFragments) - Method in class org.biojava.bio.structure.align.pairwise.AlternativeAlignment
Set apairs according to a list of (i,j) tuples.
apairs_from_seed(int, int, int) - Method in class org.biojava.bio.structure.align.pairwise.AlternativeAlignment
Set apairs according to a seed position.
AppBeanRunner - Class in org.biojava.utils.xml
Create a bean from an XML file, then attempt to enter it.
AppBeanRunner() - Constructor for class org.biojava.utils.xml.AppBeanRunner
 
append(T, Fastq...) - Method in interface org.biojava.bio.program.fastq.FastqWriter
Append the specified FASTQ formatted sequences to the specified appendable.
append(T, Iterable<Fastq>) - Method in interface org.biojava.bio.program.fastq.FastqWriter
Append the specified FASTQ formatted sequences to the specified appendable.
append(NfaSubModel) - Method in class org.biojava.utils.automata.NfaSubModel
 
appendMatrixData(String, Object) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlock
 
appendMatrixData(String, Object) - Method in class org.biojavax.bio.phylo.io.nexus.CharactersBlockBuilder
 
appendMatrixData(String, Object) - Method in interface org.biojavax.bio.phylo.io.nexus.CharactersBlockListener
 
appendMatrixData(String, Object) - Method in class org.biojavax.bio.phylo.io.nexus.DistancesBlock
 
appendMatrixData(String, Object) - Method in class org.biojavax.bio.phylo.io.nexus.DistancesBlockBuilder
 
appendMatrixData(String, Object) - Method in interface org.biojavax.bio.phylo.io.nexus.DistancesBlockListener
 
appendQuality(String) - Method in class org.biojava.bio.program.fastq.FastqBuilder
Return this FASTQ formatted sequence builder configured with the specified quality scores appended to its current quality scores.
appendSequence(String) - Method in class org.biojava.bio.program.fastq.FastqBuilder
Return this FASTQ formatted sequence builder configured with the specified sequence appended to its current sequence.
AppEntry - Interface in org.biojava.utils.xml
 
AppException - Exception in org.biojava.utils.xml
 
AppException(String) - Constructor for exception org.biojava.utils.xml.AppException
 
applicants - Variable in class org.biojava.bibliography.BiblioPatent
Array of applicants.
applyFilters() - Method in class org.biojava.bio.structure.server.FlatFileInstallation
 
approach_ap3(Atom[], Atom[], FragmentPair[], StrucAligParameters) - Method in class org.biojava.bio.structure.align.pairwise.FragmentJoiner
 
ARAlignment - Interface in org.biojava.bio.alignment
ARAlignment is an interface that defines methods for adding and removing seqeunces from an Alignment.
arcHeight - Variable in class org.biojava.bio.gui.sequence.RoundRectangularBeadRenderer
 
ARCHITECTURE - Static variable in interface org.biojava.bio.dp.MarkovModel
Signals that the architecture of the model is changing.
arcWidth - Variable in class org.biojava.bio.gui.sequence.RoundRectangularBeadRenderer
 
areDisjoint(FeatureFilter, FeatureFilter) - Static method in class org.biojava.bio.seq.FilterUtils
Determines if two queries can be proven to be disjoint.
areEmissionSpectraEqual(Distribution, Distribution) - Static method in class org.biojava.bio.dist.DistributionTools
Compares the emission spectra of two distributions.
areEmissionSpectraEqual(Distribution[], Distribution[]) - Static method in class org.biojava.bio.dist.DistributionTools
Compares the emission spectra of two distribution arrays.
areEqual(FeatureFilter, FeatureFilter) - Static method in class org.biojava.bio.seq.FilterUtils
Decide if two feature filters accept exactly the same set of features.
areEqual(Location, Location) - Static method in class org.biojava.bio.symbol.LocationTools
Return whether two locations are equal.
areProperSubset(FeatureFilter, FeatureFilter) - Static method in class org.biojava.bio.seq.FilterUtils
Determines if the set of features matched by sub can be proven to be a proper subset of the features matched by sup.
arg() - Static method in class org.biojava.bio.seq.ProteinTools
Returns the AtomicSymbol for the amino acid Arginine (R)
ARG_C - Static variable in class org.biojava.bio.proteomics.Protease
 
ARG_C - Static variable in class org.biojava.bio.proteomics.ProteaseManager
 
arrayLeftDivide(Matrix) - Method in class org.biojava.bio.structure.jama.Matrix
Element-by-element left division, C = A.\B
arrayLeftDivideEquals(Matrix) - Method in class org.biojava.bio.structure.jama.Matrix
Element-by-element left division in place, A = A.\B
arrayRightDivide(Matrix) - Method in class org.biojava.bio.structure.jama.Matrix
Element-by-element right division, C = A./B
arrayRightDivideEquals(Matrix) - Method in class org.biojava.bio.structure.jama.Matrix
Element-by-element right division in place, A = A./B
ArrayStateMachineToolkit - Class in org.biojava.utils.automata
 
arrayTimes(Matrix) - Method in class org.biojava.bio.structure.jama.Matrix
Element-by-element multiplication, C = A.*B
arrayTimesEquals(Matrix) - Method in class org.biojava.bio.structure.jama.Matrix
Element-by-element multiplication in place, A = A.*B
ArrowedFeatureRenderer - Class in org.biojava.bio.gui.sequence
A Feature Renderer that paints the Feature as a right facing arrow Based heavily on BasicFeatureRenderer
ArrowedFeatureRenderer() - Constructor for class org.biojava.bio.gui.sequence.ArrowedFeatureRenderer
 
ArrowGlyph - Class in org.biojava.bio.gui.glyph
A Glyph that paints an arrow shape within the bounds.
ArrowGlyph() - Constructor for class org.biojava.bio.gui.glyph.ArrowGlyph
Creates a new ArrowGlyph, which is filled with the color blue by default.
ArrowGlyph(Paint, Paint) - Constructor for class org.biojava.bio.gui.glyph.ArrowGlyph
Creates a new ArrowGlyph, which is filled with the given color.
ArrowGlyph(Rectangle2D.Float) - Constructor for class org.biojava.bio.gui.glyph.ArrowGlyph
This constructs an arrow in the given bounds, which is colored blue.
ArrowGlyph(Rectangle2D.Float, Paint, Paint) - Constructor for class org.biojava.bio.gui.glyph.ArrowGlyph
Constructor which sets both the size of this arrow and its color.
ASCID_MITO - Static variable in interface org.biojava.bio.symbol.TranslationTable
Translation table name for the ascidian mitochondrial genetic code.
asCriterion() - Method in class org.biojavax.bio.db.biosql.BioSQLAcceptAllFilter
 
asCriterion() - Method in class org.biojavax.bio.db.biosql.BioSQLAcceptNoneFilter
 
asCriterion() - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.And
 
asCriterion() - Method in interface org.biojavax.bio.db.biosql.BioSQLFeatureFilter
This method returns a Hibernate Criterion object that can be used to query the database.
asCriterion() - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByName
 
asCriterion() - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByNote
 
asCriterion() - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByNoteTermOnly
 
asCriterion() - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByRank
 
asCriterion() - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.BySequenceName
 
asCriterion() - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.BySourceTerm
 
asCriterion() - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.BySourceTermName
 
asCriterion() - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByStrand
 
asCriterion() - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByTypeTerm
 
asCriterion() - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByTypeTermName
 
asCriterion() - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ContainedByRichLocation
 
asCriterion() - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.Not
 
asCriterion() - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.Or
 
asCriterion() - Method in class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.OverlapsRichLocation
 
asMap() - Method in class org.biojava.bio.AbstractAnnotation
 
asMap() - Method in interface org.biojava.bio.Annotation
Return a map that contains the same key/values as this Annotation.
asMap() - Method in class org.biojava.bio.MergeAnnotation
 
asMap() - Method in class org.biojava.bio.OverlayAnnotation
Return a Map view onto this annotation.
asMap() - Method in class org.biojavax.EmptyRichAnnotation
Return a map that contains the same key/values as this Annotation.
asMap() - Method in class org.biojavax.ga.util.WeightedSet
Converts the Set to a map from key Objects to Double weights.
asMap() - Method in class org.biojavax.SimpleRichAnnotation
Return a map that contains the same key/values as this Annotation.
asn() - Static method in class org.biojava.bio.seq.ProteinTools
Returns the AtomicSymbol for the amino acid Asparagine (N)
asp() - Static method in class org.biojava.bio.seq.ProteinTools
Returns the AtomicSymbol for the amino acid Aspartic Acid (D)
ASP_N - Static variable in class org.biojava.bio.proteomics.Protease
 
ASP_N - Static variable in class org.biojava.bio.proteomics.ProteaseManager
 
AssembledSymbolList - Class in org.biojava.bio.seq.impl
Support class for applications which need to patch together sections of sequence into a single SymbolList.
AssembledSymbolList() - Constructor for class org.biojava.bio.seq.impl.AssembledSymbolList
 
AssertionFailure - Error in org.biojava.utils
An unchecked exception representing an Assertion failure.
AssertionFailure(String) - Constructor for error org.biojava.utils.AssertionFailure
 
AssertionFailure(Throwable) - Constructor for error org.biojava.utils.AssertionFailure
 
AssertionFailure(String, Throwable) - Constructor for error org.biojava.utils.AssertionFailure
 
Atom - Interface in org.biojava.bio.structure
A simple interface for an Atom.
ATOM_CA_THRESHOLD - Static variable in class org.biojava.bio.structure.io.PDBFileParser
the maximum number of atoms that will be parsed before the parser switches to a CA-only representation of the PDB file.
AtomicSymbol - Interface in org.biojava.bio.symbol
A symbol that is not ambiguous.
AtomImpl - Class in org.biojava.bio.structure
Implementation of an Atom of a PDB file.
AtomImpl() - Constructor for class org.biojava.bio.structure.AtomImpl
 
AtomIterator - Class in org.biojava.bio.structure
an iterator over all atoms of a structure / group.
AtomIterator(Structure) - Constructor for class org.biojava.bio.structure.AtomIterator
Constructs an AtomIterator object.
AtomIterator(Group) - Constructor for class org.biojava.bio.structure.AtomIterator
Constructs an AtomIterator object.
ATOMRECORD - Static variable in interface org.biojava.bio.structure.AminoAcid
Field to distribguish AminoAcids that have been created from SEQRES records and ATOM records.
AtomSite - Class in org.biojava.bio.structure.io.mmcif.model
 
AtomSite() - Constructor for class org.biojava.bio.structure.io.mmcif.model.AtomSite
 
attemptClose(Statement) - Static method in class org.biojava.bio.seq.db.biosql.TaxonSQL
Deprecated. Attempt to close the Statement.
attemptClose(ResultSet) - Static method in class org.biojava.bio.seq.db.biosql.TaxonSQL
Deprecated. Attempt to close the ResultSet.
ATTR_FORMAT - Static variable in interface org.biojava.bibliography.BibRefSupport
A vocabulary name, or a part of a vocabulary name.
ATTR_PROPERTIES - Static variable in interface org.biojava.bibliography.BibRefSupport
A part of a vocabulary name.
ATTR_SCOPE - Static variable in interface org.biojava.bibliography.BibRefSupport
A vocabulary name, or a part of a vocabulary name.
attribute(String, String) - Method in class org.biojava.utils.xml.FastXMLWriter
 
attribute(String, String, String) - Method in class org.biojava.utils.xml.PrettyXMLWriter
 
attribute(String, String) - Method in class org.biojava.utils.xml.PrettyXMLWriter
 
attribute(String, String, String) - Method in interface org.biojava.utils.xml.XMLWriter
Add an attribute to an element.
attribute(String, String) - Method in interface org.biojava.utils.xml.XMLWriter
Add an un-qualified attribute to an element.
Author - Class in org.biojava.bio.structure
Describes author attributes for author information in a PDB file.
Author() - Constructor for class org.biojava.bio.structure.Author
 
AUTHOR_LIST_TAG - Static variable in class org.biojavax.bio.seq.io.UniProtXMLFormat
 
AUTHOR_TAG - Static variable in class org.biojavax.bio.seq.io.EMBLxmlFormat
 
AUTHOR_TAG - Static variable in class org.biojavax.bio.seq.io.INSDseqFormat
 
AUTHORITY - Static variable in interface org.biojavax.Namespace
 
authors - Variable in class org.biojava.bibliography.BibRef
The authors and contributors are responsible for creating the contents of the cited resource.
AUTHORS_GROUP_TAG - Static variable in class org.biojavax.bio.seq.io.INSDseqFormat
 
AUTHORS_TAG - Static variable in class org.biojava.bio.seq.io.EmblLikeFormat
Deprecated.  
AUTHORS_TAG - Static variable in class org.biojava.bio.seq.io.GenbankFormat
Deprecated.  
AUTHORS_TAG - Static variable in class org.biojavax.bio.seq.io.EMBLFormat
 
AUTHORS_TAG - Static variable in class org.biojavax.bio.seq.io.GenbankFormat
 
AUTHORS_TAG - Static variable in class org.biojavax.bio.seq.io.UniProtFormat
 
automaticUpdate(Connection, DBHelper, TaxonFactory, File, File) - Static method in class org.biojava.bio.seq.db.biosql.TaxonSQL
Deprecated. This method tries to perform a complete update according to the given TaxonFactory, which already contains the newes taxa and the files available at the NCBI-FTP-Site.
AutomatonException - Exception in org.biojava.utils.automata
An exception thrown by classes of this package.
AutomatonException(String) - Constructor for exception org.biojava.utils.automata.AutomatonException
 
AutomatonException(Throwable) - Constructor for exception org.biojava.utils.automata.AutomatonException
 
AutomatonException(Throwable, String) - Constructor for exception org.biojava.utils.automata.AutomatonException
 
available() - Method in class org.biojava.utils.io.UncompressInputStream
 
average(Distribution[]) - Static method in class org.biojava.bio.dist.DistributionTools
Averages two or more distributions.
AVG_MASS - Static variable in interface org.biojava.bio.symbol.SymbolPropertyTable
 

B

b() - Static method in class org.biojava.bio.seq.DNATools
 
b() - Static method in class org.biojava.bio.seq.NucleotideTools
 
B_TAURUS - Static variable in interface org.biojava.bio.program.homologene.Taxon
 
back - Variable in class org.biojava.bio.dp.BackPointer
The previous backpointer (towards origin of DP matrix) in traceback.
backboneAtomNames - Static variable in class org.biojava.bio.structure.StructureTools
The names of the Atoms that form the backbone.
BACKGROUND_COLOR - Static variable in class org.biojava.bio.structure.gui.util.SequenceScalePanel
 
BackMatrixPairDPCursor - Class in org.biojava.bio.dp.twohead
 
BackMatrixPairDPCursor(SymbolList, SymbolList, int, int, PairDPMatrix, EmissionCache) - Constructor for class org.biojava.bio.dp.twohead.BackMatrixPairDPCursor
 
BackPointer - Class in org.biojava.bio.dp
A backpointer.
BackPointer(State, BackPointer, double) - Constructor for class org.biojava.bio.dp.BackPointer
 
BackPointer(State) - Constructor for class org.biojava.bio.dp.BackPointer
 
backPointers - Variable in class org.biojava.bio.dp.twohead.Cell
 
backward(SymbolList[], ScoreType) - Method in class org.biojava.bio.dp.DP
 
backward(SymbolList[], ScoreType) - Method in class org.biojava.bio.dp.onehead.SingleDP
 
backward(DPCursor, ScoreType) - Method in class org.biojava.bio.dp.onehead.SingleDP
 
backward(SymbolList[], ScoreType) - Method in class org.biojava.bio.dp.twohead.PairwiseDP
 
backward_initialize(DPCursor, ScoreType) - Method in class org.biojava.bio.dp.onehead.SingleDP
 
backward_recurse(DPCursor, ScoreType) - Method in class org.biojava.bio.dp.onehead.SingleDP
 
backward_termination(DPCursor, ScoreType) - Method in class org.biojava.bio.dp.onehead.SingleDP
 
backwardMatrix(SymbolList[], ScoreType) - Method in class org.biojava.bio.dp.DP
 
backwardMatrix(SymbolList[], DPMatrix, ScoreType) - Method in class org.biojava.bio.dp.DP
 
backwardMatrix(SymbolList[], ScoreType) - Method in class org.biojava.bio.dp.onehead.SingleDP
 
backwardMatrix(SymbolList[], DPMatrix, ScoreType) - Method in class org.biojava.bio.dp.onehead.SingleDP
 
backwardMatrix(SymbolList[], ScoreType) - Method in class org.biojava.bio.dp.twohead.PairwiseDP
 
backwardMatrix(SymbolList[], DPMatrix, ScoreType) - Method in class org.biojava.bio.dp.twohead.PairwiseDP
 
backwards(ScoreType) - Method in interface org.biojava.bio.dp.twohead.CellCalculatorFactory
 
backwards(ScoreType) - Method in class org.biojava.bio.dp.twohead.DPInterpreter
 
backwardTransitions(MarkovModel, State[]) - Static method in class org.biojava.bio.dp.DP
 
backwardTransitionScores(MarkovModel, State[], int[][], ScoreType) - Static method in class org.biojava.bio.dp.DP
 
BACTERIAL - Static variable in interface org.biojava.bio.symbol.TranslationTable
Translation table name for the bacterial and plant plastid genetic code.
BadLineParsed(ParseErrorEvent) - Method in class org.biojava.bio.program.phred.PhredFormat
This method determines the behaviour when a bad line is processed.
BadLineParsed(ParseErrorEvent) - Method in class org.biojava.bio.seq.io.EmblLikeFormat
Deprecated.  This method determines the behaviour when a bad line is processed.
BadLineParsed(ParseErrorEvent) - Method in class org.biojava.bio.seq.io.FastaFormat
Deprecated. This method determines the behaviour when a bad line is processed.
BadLineParsed(ParseErrorEvent) - Method in class org.biojava.bio.seq.io.GenbankFormat
Deprecated. This method determines the behaviour when a bad line is processed.
BadLineParsed(ParseErrorEvent) - Method in class org.biojava.bio.seq.io.StreamReader
This method determines the behaviour when a bad line is processed.
BadLineParsed(ParseErrorEvent) - Method in interface org.biojava.utils.ParseErrorListener
Method called when the parser encounters a bad line.
BarLogoPainter - Class in org.biojava.bio.gui
A logo painter that paints in bars.
BarLogoPainter() - Constructor for class org.biojava.bio.gui.BarLogoPainter
 
BASE_COUNT_TAG - Static variable in class org.biojava.bio.seq.io.GenbankFormat
Deprecated.  
BASE_COUNT_TAG - Static variable in class org.biojavax.bio.seq.io.GenbankFormat
 
BASE_COUNT_TAG_FULL - Static variable in class org.biojavax.bio.seq.io.GenbankFormat
 
BASEPOSITION_TAG - Static variable in class org.biojavax.bio.seq.io.EMBLxmlFormat
 
BASEPOSITION_TYPE_ATTR - Static variable in class org.biojavax.bio.seq.io.EMBLxmlFormat
 
BaseXMLWriter - Class in org.biojava.bio.program.xml
Base XMLWriter class for writing XML representations of Java Value Objects with bespoke architectures.
BaseXMLWriter() - Constructor for class org.biojava.bio.program.xml.BaseXMLWriter
 
BasicFeatureRenderer - Class in org.biojava.bio.gui.sequence
 
BasicFeatureRenderer() - Constructor for class org.biojava.bio.gui.sequence.BasicFeatureRenderer
 
BasicImapRenderer - Class in org.biojava.bio.gui.sequence
BasicImapRenderer is a decorator for BasicFeatureRenderer which adds the ability to create HTML image map coordinates which correspond to the feature rendering produced by the BasicFeatureRenderer.
BasicImapRenderer(BasicFeatureRenderer, ImageMap, URLFactory) - Constructor for class org.biojava.bio.gui.sequence.BasicImapRenderer
Creates a new BasicImapRenderer.
BasicXFFHelper - Class in org.biojava.bio.program.xff
 
BasicXFFHelper() - Constructor for class org.biojava.bio.program.xff.BasicXFFHelper
 
BasisSymbol - Interface in org.biojava.bio.symbol
A symbol that can be represented as a string of Symbols.
BaumWelchSampler - Class in org.biojava.bio.dp
Train a hidden markov model using a sampling algorithm.
BaumWelchSampler(DP) - Constructor for class org.biojava.bio.dp.BaumWelchSampler
 
BaumWelchTrainer - Class in org.biojava.bio.dp
Train a hidden markov model using maximum likelihood.
BaumWelchTrainer(DP) - Constructor for class org.biojava.bio.dp.BaumWelchTrainer
 
beadDepth - Variable in class org.biojava.bio.gui.sequence.AbstractBeadRenderer
 
beadDisplacement - Variable in class org.biojava.bio.gui.sequence.AbstractBeadRenderer
 
BeadFeatureRenderer - Interface in org.biojava.bio.gui.sequence
BeadFeatureRenderers use a 'string of beads' metaphor for displaying features.
beadFill - Variable in class org.biojava.bio.gui.sequence.AbstractBeadRenderer
 
beadOutline - Variable in class org.biojava.bio.gui.sequence.AbstractBeadRenderer
 
beadStroke - Variable in class org.biojava.bio.gui.sequence.AbstractBeadRenderer
 
BeanAsAnnotation - Class in org.biojava.bio
Create an Annotation with properties matching those of a JavaBean instance.
BeanAsAnnotation(Object) - Constructor for class org.biojava.bio.BeanAsAnnotation
Create a new BeanAsAnnotation for a bean.
BeanAsMap - Class in org.biojava.utils
 
BeanAsMap(Object) - Constructor for class org.biojava.utils.BeanAsMap
 
beginComment() - Method in class org.biojavax.bio.phylo.io.nexus.NexusBlockBuilder.Abstract
 
beginComment() - Method in interface org.biojavax.bio.phylo.io.nexus.NexusBlockListener
Opening a comment tag.
beginComment() - Method in class org.biojavax.bio.phylo.io.nexus.NexusBlockParser.Abstract
 
beginComment() - Method in interface org.biojavax.bio.phylo.io.nexus.NexusBlockParser
Opening a comment tag.
beginComment() - Method in class org.biojavax.bio.phylo.io.nexus.NexusFileListener.Abstract
 
beginComment() - Method in interface org.biojavax.bio.phylo.io.nexus.NexusFileListener
Opening a comment tag.
beginComment() - Method in class org.biojavax.bio.phylo.io.nexus.TreesBlockParser
 
beginFileComment() - Method in class org.biojavax.bio.phylo.io.nexus.NexusFileBuilder
 
beginFileComment() - Method in class org.biojavax.bio.phylo.io.nexus.NexusFileListener.Abstract
This method will get called when a comment is started on the file, and not any block within it.
beginWriting() - Method in class org.biojavax.bio.seq.io.EMBLxmlFormat
Informs the writer that we want to start writing.
beginWriting() - Method in class org.biojavax.bio.seq.io.INSDseqFormat
Informs the writer that we want to start writing.
beginWriting() - Method in interface org.biojavax.bio.seq.io.RichSequenceFormat
Informs the writer that we want to start writing.
beginWriting() - Method in class org.biojavax.bio.seq.io.RichSequenceFormat.HeaderlessFormat
Informs the writer that we want to start writing.
beginWriting() - Method in class org.biojavax.bio.seq.io.UniProtXMLFormat
Informs the writer that we want to start writing.
BETWEEN_BASES - Static variable in interface org.biojavax.bio.seq.Position
A symbol representing a position that falls in between two bases, eg.
BetweenLocation - Class in org.biojava.bio.symbol
Between view onto an underlying Location instance.
BetweenLocation(Location) - Constructor for class org.biojava.bio.symbol.BetweenLocation
 
BiblioArticle - Class in org.biojava.bibliography
It represents an article.
BiblioArticle() - Constructor for class org.biojava.bibliography.BiblioArticle
 
BiblioBook - Class in org.biojava.bibliography
It represents a book.
BiblioBook() - Constructor for class org.biojava.bibliography.BiblioBook
 
BiblioBookArticle - Class in org.biojava.bibliography
It represents a book article.
BiblioBookArticle() - Constructor for class org.biojava.bibliography.BiblioBookArticle
 
BiblioCriterion - Class in org.biojava.bibliography
The criteria define how the matching or ordering should be done during queries.
BiblioCriterion() - Constructor for class org.biojava.bibliography.BiblioCriterion
 
BiblioDescription - Class in org.biojava.bibliography
It represents an account of the content of the cited resource.
BiblioDescription() - Constructor for class org.biojava.bibliography.BiblioDescription
 
BiblioEntryStatus - Class in org.biojava.bibliography
It defines information related to the citation itself rather than to the cited resource.
BiblioEntryStatus() - Constructor for class org.biojava.bibliography.BiblioEntryStatus
 
BiblioJournal - Class in org.biojava.bibliography
A class describing journals.
BiblioJournal() - Constructor for class org.biojava.bibliography.BiblioJournal
 
BiblioJournalArticle - Class in org.biojava.bibliography
It represents a journal article.
BiblioJournalArticle() - Constructor for class org.biojava.bibliography.BiblioJournalArticle
 
BiblioOrganisation - Class in org.biojava.bibliography
It represents an organisation dealing with the bibliographic resources.
BiblioOrganisation() - Constructor for class org.biojava.bibliography.BiblioOrganisation
 
BiblioPatent - Class in org.biojava.bibliography
It represents a patent.
BiblioPatent() - Constructor for class org.biojava.bibliography.BiblioPatent
 
BiblioPerson - Class in org.biojava.bibliography
It represents a person dealing with the bibliographic resources.
BiblioPerson() - Constructor for class org.biojava.bibliography.BiblioPerson
 
BiblioProceeding - Class in org.biojava.bibliography
It represents a conference proceeding.
BiblioProceeding() - Constructor for class org.biojava.bibliography.BiblioProceeding
 
BiblioProvider - Class in org.biojava.bibliography
This class and its sub-classes define active participants of the process of creation and dissemination of the bibliographic resources.
BiblioProvider() - Constructor for class org.biojava.bibliography.BiblioProvider
 
BiblioScope - Class in org.biojava.bibliography
It represent an extent or scope of the content of the cited resource.
BiblioScope() - Constructor for class org.biojava.bibliography.BiblioScope
 
BiblioService - Class in org.biojava.bibliography
It represents a service dealing with the bibliographic resources.
BiblioService() - Constructor for class org.biojava.bibliography.BiblioService
 
BiblioSubject - Class in org.biojava.bibliography
It represents the topic of the content of the cited resource.
BiblioSubject() - Constructor for class org.biojava.bibliography.BiblioSubject
 
BiblioTechReport - Class in org.biojava.bibliography
It represents a technical report.
BiblioTechReport() - Constructor for class org.biojava.bibliography.BiblioTechReport
 
BiblioThesis - Class in org.biojava.bibliography
It represents a thesis.
BiblioThesis() - Constructor for class org.biojava.bibliography.BiblioThesis
 
BiblioWebResource - Class in org.biojava.bibliography
It represents a WWW resource.
BiblioWebResource() - Constructor for class org.biojava.bibliography.BiblioWebResource
 
BibRef - Class in org.biojava.bibliography
This class is a core class of the bibliographic data model - it represents a bibliographic reference, a citation.
BibRef() - Constructor for class org.biojava.bibliography.BibRef
 
BibRefException - Exception in org.biojava.bibliography
An exception raised when communciation with the BibRef APIs fails.
BibRefException(String) - Constructor for exception org.biojava.bibliography.BibRefException
Create a new BibRefException with a message.
BibRefException(Throwable) - Constructor for exception org.biojava.bibliography.BibRefException
Create a new BibRefException with a root cause.
BibRefException(String, Throwable) - Constructor for exception org.biojava.bibliography.BibRefException
Create a nw BibRefException with a message and a root cause.
BibRefQuery - Interface in org.biojava.bibliography
The interface BibRefQuery is a fundamental part of the Bibliographic Query Service.
BibRefSupport - Interface in org.biojava.bibliography
This interface defines supporting utilities for working with bibliographic repositories.
binary(long) - Static method in class org.biojava.bio.symbol.PackingFactory
 
binary(int) - Static method in class org.biojava.bio.symbol.PackingFactory
 
BinarySearch - Class in org.biojava.utils.math
solves y = f(x) = 0 by binary search.
BinarySearch() - Constructor for class org.biojava.utils.math.BinarySearch
 
bind(Name, Object) - Method in class org.biojava.naming.ObdaContext
 
bind(Name, Object, Attributes) - Method in class org.biojava.naming.ObdaContext
 
bind(String, Object) - Method in class org.biojava.naming.ObdaContext
 
bind(String, Object, Attributes) - Method in class org.biojava.naming.ObdaContext
 
bindSymbol(Symbol, String) - Method in class org.biojava.bio.seq.io.AlternateTokenization
Bind a Symbol to a string.
bindSymbol(Symbol, char) - Method in class org.biojava.bio.seq.io.CharacterTokenization
Bind a Symbol to a character.
BioEntry - Interface in org.biojavax.bio
This class relates to the bioentry table in BioSQL.
BioEntryDB - Interface in org.biojavax.bio.db
.
BioEntryDBLite - Interface in org.biojavax.bio.db
A database of BioEntrys.
BioEntryIterator - Interface in org.biojavax.bio
Essentially the same as SequenceIterator.
BioEntryRelationship - Interface in org.biojavax.bio
Represents the relation between two bioentries.
BIOENTRYS - Static variable in interface org.biojavax.bio.db.BioEntryDBLite
Signals that sequences are being added to or remove from the database.
BioError - Error in org.biojava.bio
A nestable biological error.
BioError(String) - Constructor for error org.biojava.bio.BioError
Create a new BioError with a message.
BioError(Throwable) - Constructor for error org.biojava.bio.BioError
Create a new BioError with a cause.
BioError(Throwable, String) - Constructor for error org.biojava.bio.BioError
Deprecated. Use BioError(message, ex) instead.
BioError(String, Throwable) - Constructor for error org.biojava.bio.BioError
Create a new BioError with a cause and a message.
BioError() - Constructor for error org.biojava.bio.BioError
Create a new BioError.
BioException - Exception in org.biojava.bio
A nestable biological exception.
BioException(String) - Constructor for exception org.biojava.bio.BioException
Create a new BioException with a message.
BioException(Throwable) - Constructor for exception org.biojava.bio.BioException
Create a new BioException with a cause.
BioException(Throwable, String) - Constructor for exception org.biojava.bio.BioException
Deprecated. use new BioException(message, ex) instead
BioException(String, Throwable) - Constructor for exception org.biojava.bio.BioException
Create a new BioException with a cause and a message.
BioException() - Constructor for exception org.biojava.bio.BioException
Create a new BioException.
BioFetchSequenceDB - Class in org.biojava.bio.seq.db.biofetch
Simple SequenceDB implementation backed by a BioFetch (HTTP) server.
BioFetchSequenceDB(String, String) - Constructor for class org.biojava.bio.seq.db.biofetch.BioFetchSequenceDB
Construct a BioFetchSequenceDB which connects to the specified BioFetch server.
BioFetchSequenceDBProvider - Class in org.biojava.bio.seq.db.biofetch
Directory-services plugin for biofetch databases.
BioFetchSequenceDBProvider() - Constructor for class org.biojava.bio.seq.db.biofetch.BioFetchSequenceDBProvider
 
BioIndex - Class in org.biojava.bio.seq.db
The original object for indexing sequence files.
BioIndex(File, String, int) - Constructor for class org.biojava.bio.seq.db.BioIndex
 
BioIndex(File) - Constructor for class org.biojava.bio.seq.db.BioIndex
Load an existing index file.
BiojavaJmol - Class in org.biojava.bio.structure.gui
A class that provides a simple GUI for Jmol
BiojavaJmol() - Constructor for class org.biojava.bio.structure.gui.BiojavaJmol
 
biojavaToFile(String, String, OutputStream, Object) - Static method in class org.biojava.bio.seq.io.SeqIOTools
Deprecated. Writes a Biojava SequenceIterator, SequenceDB, Sequence or Aligment to an OutputStream
biojavaToFile(int, OutputStream, Object) - Static method in class org.biojava.bio.seq.io.SeqIOTools
Deprecated. Converts a Biojava object to the given filetype.
BioMatcher - Interface in org.biojava.bio.search
Interface for things that perform matches.
BioPattern - Interface in org.biojava.bio.search
 
BIOPHYSICOCHEMICAL_PROPERTIES - Static variable in class org.biojavax.bio.seq.io.UniProtCommentParser
A name for a comment type.
BioRuntimeException - Exception in org.biojava.bio
A nestable biological exception.
BioRuntimeException(String) - Constructor for exception org.biojava.bio.BioRuntimeException
Create a new BioRuntimeException with a message.
BioRuntimeException(Throwable) - Constructor for exception org.biojava.bio.BioRuntimeException
Create a new BioRuntimeException with a cause.
BioRuntimeException(Throwable, String) - Constructor for exception org.biojava.bio.BioRuntimeException
Deprecated. use new BioRuntimeException(message, ex) instead
BioRuntimeException(String, Throwable) - Constructor for exception org.biojava.bio.BioRuntimeException
Create a new BioRuntimeException with a cause and a message.
BioRuntimeException() - Constructor for exception org.biojava.bio.BioRuntimeException
Create a new BioRuntimeException.
BIOSEQUENCE_GENERIC - Static variable in class org.biojava.bio.seq.db.biosql.DBHelper
Deprecated.  
BIOSEQUENCE_ORACLECLOB - Static variable in class org.biojava.bio.seq.db.biosql.DBHelper
Deprecated.  
BioSQLAcceptAllFilter - Class in org.biojavax.bio.db.biosql
The class that accepts all features.
BioSQLAcceptAllFilter() - Constructor for class org.biojavax.bio.db.biosql.BioSQLAcceptAllFilter
 
BioSQLAcceptNoneFilter - Class in org.biojavax.bio.db.biosql
The class that accepts no features.
BioSQLAcceptNoneFilter() - Constructor for class org.biojavax.bio.db.biosql.BioSQLAcceptNoneFilter
 
BioSQLBioEntryDB - Class in org.biojavax.bio.db.biosql
 
BioSQLBioEntryDB(Object) - Constructor for class org.biojavax.bio.db.biosql.BioSQLBioEntryDB
Creates a new instance of BioSQLBioEntryDB
BioSQLBioEntryDB(String, Object) - Constructor for class org.biojavax.bio.db.biosql.BioSQLBioEntryDB
Creates a new instance of BioSQLBioEntryDB
BioSQLCrossReferenceResolver - Class in org.biojavax.bio.db.biosql
A simple implementation of CrossReferenceResolver
BioSQLCrossReferenceResolver(Object) - Constructor for class org.biojavax.bio.db.biosql.BioSQLCrossReferenceResolver
Requires a Hibernate session to work correctly.
BioSQLFeatureFilter - Interface in org.biojavax.bio.db.biosql
A filter for accepting or rejecting a feature.
BioSQLFeatureFilter.And - Class in org.biojavax.bio.db.biosql
A filter that returns all features accepted by both child filter.
BioSQLFeatureFilter.And(BioSQLFeatureFilter, BioSQLFeatureFilter) - Constructor for class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.And
 
BioSQLFeatureFilter.ByName - Class in org.biojavax.bio.db.biosql
Construct one of these to filter features by display name.
BioSQLFeatureFilter.ByName(String) - Constructor for class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByName
Create a ByType filter that filters in all features with type fields equal to type.
BioSQLFeatureFilter.ByNote - Class in org.biojavax.bio.db.biosql
A filter that returns all features that have the given note, and the value and rank is checked as well.
BioSQLFeatureFilter.ByNote(Note) - Constructor for class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByNote
 
BioSQLFeatureFilter.ByNoteTermOnly - Class in org.biojavax.bio.db.biosql
A filter that returns all features that have a note with the given term.
BioSQLFeatureFilter.ByNoteTermOnly(ComparableTerm) - Constructor for class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByNoteTermOnly
 
BioSQLFeatureFilter.ByRank - Class in org.biojavax.bio.db.biosql
Construct one of these to filter features by rank.
BioSQLFeatureFilter.ByRank(int) - Constructor for class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByRank
Create a Rank filter that filters in all features with rank fields equal to rank.
BioSQLFeatureFilter.BySequenceName - Class in org.biojavax.bio.db.biosql
Accept features that reside on a sequence with a particular name.
BioSQLFeatureFilter.BySequenceName(String) - Constructor for class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.BySequenceName
 
BioSQLFeatureFilter.BySourceTerm - Class in org.biojavax.bio.db.biosql
Construct one of these to filter features by source.
BioSQLFeatureFilter.BySourceTerm(ComparableTerm) - Constructor for class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.BySourceTerm
Create a BySourceTerm filter that filters in all features with sourceTerm fields equal to source.
BioSQLFeatureFilter.BySourceTermName - Class in org.biojavax.bio.db.biosql
Construct one of these to filter features by source (name only - parent ontology is ignored).
BioSQLFeatureFilter.BySourceTermName(String) - Constructor for class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.BySourceTermName
Create a BySourceTerm filter that filters in all features with sourceTerm fields having name equal to sourceTermName.
BioSQLFeatureFilter.ByStrand - Class in org.biojavax.bio.db.biosql
A filter that returns all features having locations on a given strand.
BioSQLFeatureFilter.ByStrand(RichLocation.Strand) - Constructor for class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByStrand
Creates a filter that returns everything on strand str.
BioSQLFeatureFilter.ByTypeTerm - Class in org.biojavax.bio.db.biosql
Construct one of these to filter features by type.
BioSQLFeatureFilter.ByTypeTerm(ComparableTerm) - Constructor for class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByTypeTerm
Create a ByTypeTerm filter that filters in all features with typeTerm fields equal to typeTerm.
BioSQLFeatureFilter.ByTypeTermName - Class in org.biojavax.bio.db.biosql
Construct one of these to filter features by type (name only - parent ontology is ignored).
BioSQLFeatureFilter.ByTypeTermName(String) - Constructor for class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ByTypeTermName
Create a ByTypeTermName filter that filters in all features with typeTerm fields having name equal to typeTermName.
BioSQLFeatureFilter.ContainedByRichLocation - Class in org.biojavax.bio.db.biosql
A filter that returns all features contained within a location.
BioSQLFeatureFilter.ContainedByRichLocation(RichLocation) - Constructor for class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.ContainedByRichLocation
Creates a filter that returns everything contained within loc.
BioSQLFeatureFilter.HibernateFeatureFilter - Class in org.biojavax.bio.db.biosql
A filter for Hibernate-BioSQL filters to extend.
BioSQLFeatureFilter.HibernateFeatureFilter() - Constructor for class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.HibernateFeatureFilter
 
BioSQLFeatureFilter.Not - Class in org.biojavax.bio.db.biosql
A filter that returns all features not accepted by a child filter.
BioSQLFeatureFilter.Not(BioSQLFeatureFilter) - Constructor for class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.Not
 
BioSQLFeatureFilter.Or - Class in org.biojavax.bio.db.biosql
A filter that returns all features accepted by at least one child filter.
BioSQLFeatureFilter.Or(BioSQLFeatureFilter, BioSQLFeatureFilter) - Constructor for class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.Or
 
BioSQLFeatureFilter.OverlapsRichLocation - Class in org.biojavax.bio.db.biosql
A filter that returns all features overlapping a location.
BioSQLFeatureFilter.OverlapsRichLocation(RichLocation) - Constructor for class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.OverlapsRichLocation
Creates a filter that returns everything overlapping loc.
BioSQLFeatureFilter.Tools - Class in org.biojavax.bio.db.biosql
A class representing some useful stuff you can do with BioSQLFeatureFilters, for instance converting plain FeatureFilters into a their BioSQLFeatureFilter equivalents (where possible).
BioSQLFeatureFilter.Tools() - Constructor for class org.biojavax.bio.db.biosql.BioSQLFeatureFilter.Tools
 
BioSQLRichObjectBuilder - Class in org.biojavax.bio.db.biosql
Takes requests for RichObjects and sees if it can load them from a Hibernate database.
BioSQLRichObjectBuilder(Object) - Constructor for class org.biojavax.bio.db.biosql.BioSQLRichObjectBuilder
Creates a new instance of SimpleRichObjectBuilder.
BioSQLRichSequenceDB - Class in org.biojavax.bio.db.biosql
 
BioSQLRichSequenceDB(Object) - Constructor for class org.biojavax.bio.db.biosql.BioSQLRichSequenceDB
Creates a new instance of BioSQLRichSequenceDB
BioSQLRichSequenceDB(String, Object) - Constructor for class org.biojavax.bio.db.biosql.BioSQLRichSequenceDB
Creates a new instance of BioSQLRichSequenceDB
BioSQLRichSequenceHandler - Class in org.biojavax.bio.db.biosql
A handler which loads sequence data from a BioSQL database, caching it where possible.
BioSQLRichSequenceHandler(Object) - Constructor for class org.biojavax.bio.db.biosql.BioSQLRichSequenceHandler
Requires a Hibernate session to work correctly.
BioSQLSequenceDB - Class in org.biojava.bio.seq.db.biosql
Deprecated. Use hibernate and org.biojavax.bio.db.*
BioSQLSequenceDB(String, String, String, String, String, boolean) - Constructor for class org.biojava.bio.seq.db.biosql.BioSQLSequenceDB
Deprecated. Connect to a BioSQL database.
BioSQLSequenceDB(String, String, String, String, boolean) - Constructor for class org.biojava.bio.seq.db.biosql.BioSQLSequenceDB
Deprecated. Connect to a BioSQL database.
BioSQLSequenceDB(DataSource, String, boolean) - Constructor for class org.biojava.bio.seq.db.biosql.BioSQLSequenceDB
Deprecated.  
BioSQLSequenceDBProvider - Class in org.biojava.bio.seq.db.biosql
Deprecated. Use hibernate and org.biojavax.bio.db.*
BioSQLSequenceDBProvider() - Constructor for class org.biojava.bio.seq.db.biosql.BioSQLSequenceDBProvider
Deprecated.  
BioStore - Class in org.biojava.bio.program.indexdb
BioStores represent directory and file structures which index flat files according to the OBDA specification.
BioStore(File, boolean) - Constructor for class org.biojava.bio.program.indexdb.BioStore
Creates a new BioStore flatfile index at the specified location with the specified caching behaviour.
BioStoreFactory - Class in org.biojava.bio.program.indexdb
BioStoreFactory creates BioStore instances.
BioStoreFactory() - Constructor for class org.biojava.bio.program.indexdb.BioStoreFactory
Creates a new BioStoreFactory.
BIT_PACKED - Static variable in class org.biojava.bio.seq.io.SmartSequenceBuilder
 
bitsOfInformation(Distribution) - Static method in class org.biojava.bio.dist.DistributionTools
Calculates the total bits of information for a distribution.
Blast2HTMLHandler - Class in org.biojava.bio.program.blast2html
Takes a SAX event stream and a HTMLRenderer to produce a HTML Blast like program report.
Blast2HTMLHandler(HTMLRenderer) - Constructor for class org.biojava.bio.program.blast2html.Blast2HTMLHandler
A content handler for rendering blast like outputs into HTML.
BlastLikeHomologyBuilder - Class in org.biojava.bio.program.ssbind
BlastLikeHomologyBuilder populates a List with Homology instances created from SAX events supplied via a SeqSimilarityAdapter.
BlastLikeHomologyBuilder(List) - Constructor for class org.biojava.bio.program.ssbind.BlastLikeHomologyBuilder
Creates a new BlastLikeHomologyBuilder which will instantiate Homology objects into the List target.
BlastLikeSAXParser - Class in org.biojava.bio.program.sax
A facade class allowing for direct SAX2-like parsing of the native output from Blast-like bioinformatics software.
BlastLikeSAXParser() - Constructor for class org.biojava.bio.program.sax.BlastLikeSAXParser
Initialises SAXParser, and sets default namespace prefix to "biojava".
BlastLikeSearchBuilder - Class in org.biojava.bio.program.ssbind
BlastLikeSearchBuilder will create SeqSimilaritySearchResults from SAX events via a SeqSimilarityAdapter.
BlastLikeSearchBuilder(List) - Constructor for class org.biojava.bio.program.ssbind.BlastLikeSearchBuilder
Creates a new BlastLikeSearchBuilder which will instantiate results into the List target.
BlastLikeSearchBuilder(List, SequenceDB, SequenceDBInstallation) - Constructor for class org.biojava.bio.program.ssbind.BlastLikeSearchBuilder
Creates a new BlastLikeSearchBuilder which will instantiate results into the List target.
BlastLikeSearchFilter - Interface in org.biojava.bio.search
A SearchContentHandler class that implements filtering in chains of SearchContentHandler instances.
BlastLikeSearchFilter.AbstractBlastLikeSearchFilter - Class in org.biojava.bio.search
 
BlastLikeSearchFilter.And - Class in org.biojava.bio.search
 
BlastLikeSearchFilter.And(BlastLikeSearchFilter.AbstractBlastLikeSearchFilter, BlastLikeSearchFilter.AbstractBlastLikeSearchFilter) - Constructor for class org.biojava.bio.search.BlastLikeSearchFilter.And
 
BlastLikeSearchFilter.ByHitProperty - Class in org.biojava.bio.search
Applies test to the value specified by the key in hit properties.
BlastLikeSearchFilter.ByHitProperty(String, FilterTest) - Constructor for class org.biojava.bio.search.BlastLikeSearchFilter.ByHitProperty
 
BlastLikeSearchFilter.BySearchProperty - Class in org.biojava.bio.search
Applies test to the value specified by the key in search properties.
BlastLikeSearchFilter.BySearchProperty(String, FilterTest) - Constructor for class org.biojava.bio.search.BlastLikeSearchFilter.BySearchProperty
 
BlastLikeSearchFilter.BySubHitProperty - Class in org.biojava.bio.search
Applies test to the value specified by the key in subhit properties.
BlastLikeSearchFilter.BySubHitProperty(String, FilterTest) - Constructor for class org.biojava.bio.search.BlastLikeSearchFilter.BySubHitProperty
 
BlastLikeSearchFilter.Node - Interface in org.biojava.bio.search
 
BlastLikeSearchFilter.Not - Class in org.biojava.bio.search
 
BlastLikeSearchFilter.Not(BlastLikeSearchFilter.AbstractBlastLikeSearchFilter) - Constructor for class org.biojava.bio.search.BlastLikeSearchFilter.Not
 
BlastLikeSearchFilter.Or - Class in org.biojava.bio.search
 
BlastLikeSearchFilter.Or(BlastLikeSearchFilter.AbstractBlastLikeSearchFilter, BlastLikeSearchFilter.AbstractBlastLikeSearchFilter) - Constructor for class org.biojava.bio.search.BlastLikeSearchFilter.Or
 
BlastLikeToXMLConverter - Class in org.biojava.bio.program
A class that converts the raw output from a variety of bioinformatics software and converts it to XML that will validate against the biojava:BlastLikeDataSetCollection DTD.
BlastLikeToXMLConverter(String) - Constructor for class org.biojava.bio.program.BlastLikeToXMLConverter
Creates a new BlastToXMLConverter instance.
BlastXMLParser - Class in org.biojava.bio.program.sax.blastxml
This class parses NCBI Blast XML output.
BlastXMLParser() - Constructor for class org.biojava.bio.program.sax.blastxml.BlastXMLParser
 
BlastXMLParserFacade - Class in org.biojava.bio.program.sax.blastxml
A facade class that wraps the NCBI Blast XML parsing framework in a more user-friendly form.
BlastXMLParserFacade() - Constructor for class org.biojava.bio.program.sax.blastxml.BlastXMLParserFacade
 
BLEPH_MNUC - Static variable in interface org.biojava.bio.symbol.TranslationTable
Translation table name for the blepharisma macronuclear genetic code.
blockCount(Location) - Static method in class org.biojava.bio.symbol.LocationTools
Return the number of contiguous blocks in a location.
blockEnded(NexusBlockParser) - Method in class org.biojavax.bio.phylo.io.nexus.NexusFileBuilder
 
blockEnded(NexusBlockParser) - Method in class org.biojavax.bio.phylo.io.nexus.NexusFileListener.Abstract
This method gets called when the block parser is expected to have finished parsing a block.
blockIterator() - Method in class org.biojava.bio.symbol.AbstractLocationDecorator
 
blockIterator() - Method in class org.biojava.bio.symbol.AbstractRangeLocation
 
blockIterator() - Method in class org.biojava.bio.symbol.FuzzyPointLocation
 
blockIterator() - Method in interface org.biojava.bio.symbol.Location
Return an Iterator over the set of maximal contiguous sub-locations.
BlockIterator() - Method in class org.biojava.bio.symbol.SimpleGappedSymbolList
Get list of the un-gapped region of the SymbolList.
blockIterator() - Method in class org.biojavax.bio.phylo.io.nexus.NexusFile
Iterate over all blocks in the file in order.
blockIterator() - Method in class org.biojavax.bio.seq.CompoundRichLocation
Return an Iterator over the set of maximal contiguous sub-locations.
blockIterator() - Method in class org.biojavax.bio.seq.EmptyRichLocation
Return an Iterator over the set of maximal contiguous sub-locations.
blockIterator() - Method in class org.biojavax.bio.seq.SimpleRichLocation
Return an Iterator over the set of maximal contiguous sub-locations.
BlockPainter - Interface in org.biojava.bio.gui
 
BLUNT - Static variable in class org.biojava.bio.molbio.RestrictionEnzyme
BLUNT the end type created by enzymes which leave a blunt end.
BooleanElementHandlerBase - Class in org.biojava.utils.stax
StAX handler for any element which just contains a string representation of an boolean.
BooleanElementHandlerBase() - Constructor for class org.biojava.utils.stax.BooleanElementHandlerBase
 
BOTH_FORWARD_COMPLEMENT - Static variable in interface org.biojava.bio.seq.io.agave.AGAVEAnnotFilter
 
BoundaryFinder - Interface in org.biojava.bio.program.tagvalue
 
bPointers - Variable in class org.biojava.bio.dp.twohead.AbstractMatrixPairDPCursor
 
bPointers - Variable in class org.biojava.bio.dp.twohead.LightPairDPCursor
Description of the Field
breakSymbolArray(Alphabet, Symbol[], int, int) - Method in class org.biojava.bio.seq.io.ProteinRefSeqFileFormer
Deprecated. Converts the symbol list passed in into an array of strings.
breakSymbolArray(Alphabet, Symbol[], int, int) - Method in class org.biojava.bio.seq.io.SwissprotFileFormer
Deprecated. Converts the symbol list passed in into an array of strings.
BROAD_SYNONYM - Static variable in class org.biojava.ontology.obo.OboFileHandler
 
BROAD_SYNONYM - Static variable in class org.biojava.ontology.Synonym
 
build() - Method in class org.biojava.bio.program.fastq.FastqBuilder
Build and return a new FASTQ formatted sequence configured from the properties of this builder.
buildDataParser(TagValueListener) - Static method in class org.biojava.bio.program.unigene.UnigeneTools
Generate a tag-value parser for unigene data files that will pass all parsing events on to your listener.
buildDataStore(File, SequenceDB, Packing, int, int) - Method in class org.biojava.bio.program.ssaha.CompactedDataStoreFactory
 
buildDataStore(File, SequenceStreamer, Packing, int, int, int) - Method in class org.biojava.bio.program.ssaha.CompactedDataStoreFactory
 
buildDataStore(File, SequenceDB, Packing, int, int) - Method in interface org.biojava.bio.program.ssaha.DataStoreFactory
Build a new DataStore.
buildDataStore(File, SequenceDB, Packing, int, int) - Method in class org.biojava.bio.program.ssaha.MappedDataStoreFactory
 
buildDataStore(File, SequenceDB, Packing, int, int) - Method in class org.biojava.bio.program.ssaha.NIODataStoreFactory
 
buildLibInfoParser(TagValueListener) - Static method in class org.biojava.bio.program.unigene.UnigeneTools
Generate a tag-value parser for the library info unigene files.
buildObject(Class, List) - Method in class org.biojavax.bio.db.biosql.BioSQLRichObjectBuilder
This method takes a class name and some parameters, and uses that information to construct and return an equivalent object, usually by calling the constructor on the class with the supplied parameters.
buildObject(Class, List) - Method in interface org.biojavax.RichObjectBuilder
This method takes a class name and some parameters, and uses that information to construct and return an equivalent object, usually by calling the constructor on the class with the supplied parameters.
buildObject(Class, List) - Method in class org.biojavax.SimpleRichObjectBuilder
This method takes a class name and some parameters, and uses that information to construct and return an equivalent object, usually by calling the constructor on the class with the supplied parameters.
BumpedRenderer - Class in org.biojava.bio.gui.sequence
 
BumpedRenderer() - Constructor for class org.biojava.bio.gui.sequence.BumpedRenderer
 
BumpedRenderer(SequenceRenderer) - Constructor for class org.biojava.bio.gui.sequence.BumpedRenderer
 
BumpedRenderer(SequenceRenderer, int, int) - Constructor for class org.biojava.bio.gui.sequence.BumpedRenderer
 
byAncestor(FeatureFilter.ByAncestor, FeatureFilter) - Method in class org.biojava.bio.seq.filter.FilterTransformer
 
byAncestor(FeatureFilter) - Static method in class org.biojava.bio.seq.FilterUtils
Match features where at least one of the ancestors matches the specified filter.
byAnnotation(Object, Object) - Static method in class org.biojava.bio.seq.FilterUtils
Match features where the annotation property named key is equal to value.
byAnnotationType(AnnotationType) - Static method in class org.biojava.bio.seq.FilterUtils
Match features with annotations matching the specified AnnotationType
byAnnotationType(Object, Class) - Static method in class org.biojava.bio.seq.FilterUtils
Match features where the annotation property named key is an instance of valClass.
byChild(FeatureFilter.ByChild, FeatureFilter) - Method in class org.biojava.bio.seq.filter.FilterTransformer
 
byChild(FeatureFilter) - Static method in class org.biojava.bio.seq.FilterUtils
Match features where at least one child feature matches the supplied filter.
byClass(Class) - Static method in class org.biojava.bio.seq.FilterUtils
Construct a filter which matches features which are assignable to the specified class or interface.
byComponentName(String) - Static method in class org.biojava.bio.seq.FilterUtils
Construct a filter which matches all features which implement the ComponentFeature interface and have a componentName property equal to the specified value
byDescendant(FeatureFilter.ByDescendant, FeatureFilter) - Method in class org.biojava.bio.seq.filter.FilterTransformer
 
byDescendant(FeatureFilter) - Static method in class org.biojava.bio.seq.FilterUtils
Match features where at least one decendant feature -- possibly but not necessarily an immediate child -- matches the specified filter.
byFrame(FramedFeature.ReadingFrame) - Static method in class org.biojava.bio.seq.FilterUtils
Construct a filter which matches FramedFeatures with the specified reading frame.
byHitProperty(BlastLikeSearchFilter.ByHitProperty) - Method in class org.biojava.bio.search.FilteringContentHandler.FilterVisitor
 
ByLocationMinMaxComparator - Class in org.biojava.bio.seq
A Comparator similar to Feature.ByLocationComparator except that the min and max positions of the location are both compared
ByLocationMinMaxComparator() - Constructor for class org.biojava.bio.seq.ByLocationMinMaxComparator
 
ByLocationMinMaxFeatureComparator - Class in org.biojava.bio.seq
Comparator that compares the min and max positions of Features Required by org.biojava.bio.gui.sequence.AbstractPeptideDigestRenderer instances.
ByLocationMinMaxFeatureComparator() - Constructor for class org.biojava.bio.seq.ByLocationMinMaxFeatureComparator
 
byLocationOrder - Static variable in interface org.biojava.bio.seq.Feature
byLocationOrder contains a Feature comparator which compares by the minimum base position of their Location.
byName - Static variable in interface org.biojava.bio.seq.db.IDMaker
A simple implementation of IDMaker that hashes by sequence name.
byPairwiseScore(double, double) - Static method in class org.biojava.bio.seq.FilterUtils
Match SeqSimilaritiy features with scores in the specified range.
byParent(FeatureFilter.ByParent, FeatureFilter) - Method in class org.biojava.bio.seq.filter.FilterTransformer
 
byParent(FeatureFilter) - Static method in class org.biojava.bio.seq.FilterUtils
Match features where the parent feature matches the specified filter.
byScore - Static variable in interface org.biojava.bio.search.SeqSimilaritySearchHit
byScore contains a SeqSimilaritySearchHit comparator which compares by their score.
byScore - Static variable in interface org.biojava.bio.search.SeqSimilaritySearchSubHit
byScore contains a SeqSimilaritySearchSubHit comparator which compares by the score of the sub-hit.
bySearchProperty(BlastLikeSearchFilter.BySearchProperty) - Method in class org.biojava.bio.search.FilteringContentHandler.FilterVisitor
 
bySequenceName(String) - Static method in class org.biojava.bio.seq.FilterUtils
Match features attached to sequences with a specified name.
bySource(String) - Static method in class org.biojava.bio.seq.FilterUtils
Construct a filter which matches features with a specific source value.
byStrand(StrandedFeature.Strand) - Static method in class org.biojava.bio.seq.FilterUtils
Match StrandedFeatures on the specified strand.
bySubHitCount - Static variable in interface org.biojava.bio.search.SeqSimilaritySearchHit
bySubHitCount contains a SeqSimilaritySearchHit comparator which compares by their number of sub-hits.
bySubHitProperty(BlastLikeSearchFilter.BySubHitProperty) - Method in class org.biojava.bio.search.FilteringContentHandler.FilterVisitor
 
bySubjectStart - Static variable in interface org.biojava.bio.search.SeqSimilaritySearchSubHit
bySubjectStart contains a SeqSimilaritySearchSubHit comparator which compares by the start position of the sub-hit on the subject sequence.
BYTE_MAX_VALUE - Static variable in class org.biojava.bio.program.scf.SCF
Represents the maximum unsigned value of a byte for wrapping purposes
ByteElementHandlerBase - Class in org.biojava.utils.stax
StAX handler for any element which just contains a string representation of a byte.
ByteElementHandlerBase() - Constructor for class org.biojava.utils.stax.ByteElementHandlerBase
 
BYTES_IN_BYTE - Static variable in class org.biojava.utils.Constants
 
BYTES_IN_CHAR - Static variable in class org.biojava.utils.Constants
 
BYTES_IN_DOUBLE - Static variable in class org.biojava.utils