Uses of Interface
org.biojava.utils.Changeable
- 
Packages that use Changeable Package Description org.biojava.bio The core classes that will be used throughout the bio packages.org.biojava.bio.alignment Classes to generate and describe sequence alignments.org.biojava.bio.dist Probability distributions over Alphabets.org.biojava.bio.dp HMM and Dynamic Programming Algorithms.org.biojava.bio.gui.sequence Graphical displays of biological sequences and associated annotations.org.biojava.bio.molbio The classes and interfaces in this package cover common molecular biological techniques such as restriction digests and PCR.org.biojava.bio.program.gff3 Support for reading and writing GFF3.org.biojava.bio.program.hmmer Tools for working with profile Hidden Markov Models from the HMMer package.org.biojava.bio.program.homologene Support classes for Homologene data.org.biojava.bio.program.phred Parser for Phred outputorg.biojava.bio.program.unigene Objects for representing Unigene clusters.org.biojava.bio.search Interfaces and classes for representing sequence similarity search results.org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects.org.biojava.bio.seq.db Collections of biological sequence data.org.biojava.bio.seq.db.biofetch Client for the OBDA BioFetch protocol.org.biojava.bio.seq.db.biosql General purpose Sequence storage in a relational database.org.biojava.bio.seq.db.flat Support for OBDA flatfile databases.org.biojava.bio.seq.distributed Sequences and SequenceDBs which are composed from data taken from a number of data sources.org.biojava.bio.seq.homol The classes and interfaces for defining sequence similarity and honology.org.biojava.bio.seq.impl Standard in-memory implementations ofSequenceandFeature.org.biojava.bio.seq.io Classes and interfaces for processing and producing flat-file representations of sequences.org.biojava.bio.seq.projection Code for projecting Feature objects and systematically altering their properties.org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them.org.biojava.bio.taxa Taxonomy object for representing species information.org.biojava.ontology A general-purpose API for ontologies.org.biojava.utils Miscellaneous utility classes used by other BioJava components.org.biojavax The Biojava extensions packages, classes that extend the core biojava functionalityorg.biojavax.bio Classes to represent biological entities and their relationships.org.biojavax.bio.db Interactions between biojavax objects and a DB.org.biojavax.bio.db.biosql Interface between biojava and biosql databasesorg.biojavax.bio.db.ncbi Interfaces to NCBI data.org.biojavax.bio.seq Rich implementations of Sequences, Locations and Features.org.biojavax.bio.taxa Objects that model the NCBI taxonomy schema as described in the BioSQL schema.org.biojavax.ga Classes to provide a genetic algorithm frameworkorg.biojavax.ga.functions GA functionsorg.biojavax.ga.impl Default implementations and abstract classes.org.biojavax.ontology Extensions to the biojava ontology model that represent BioSQL ontology.
- 
- 
Uses of Changeable in org.biojava.bioSubinterfaces of Changeable in org.biojava.bio Modifier and Type Interface Description interfaceAnnotatableIndicates that an object has an associated annotation.interfaceAnnotationArbitrary annotation associated with one or more objects.Classes in org.biojava.bio that implement Changeable Modifier and Type Class Description classAbstractAnnotationA utility class to ease the problem of implementing an Annotation to that of providing an apropreate implementation of Map.classAnnotationChangerAnnotationChangerremaps the values of anAnnotationto new values specified by aValueChanger.classAnnotationRenamerAnnotationRenamerremaps the keys of anAnnotationto new keys specified by aTagMapper.classBeanAsAnnotationCreate an Annotation with properties matching those of a JavaBean instance.classMergeAnnotationMerged view onto a list of underlying Annotation objects.classOverlayAnnotationAnnotation implementation which allows new key-value pairs to be layered on top of an underlying Annotation.classSimpleAnnotationA no-frills implementation of Annotation that is just a wrapper around aLinkedHashMap.classSmallAnnotationAnnotation that is optimized for memory usage.
- 
Uses of Changeable in org.biojava.bio.alignmentSubinterfaces of Changeable in org.biojava.bio.alignment Modifier and Type Interface Description interfaceAlignmentAn alignment containing multiple SymbolLists.interfaceARAlignmentARAlignment is an interface that defines methods for adding and removing seqeunces from an Alignment.interfaceUnequalLengthAlignmentUnequalLengthAlignment has the following behavior.Classes in org.biojava.bio.alignment that implement Changeable Modifier and Type Class Description classAbstractULAlignmentclassAbstractULAlignment.SubULAlignmentclassAlignmentPairThis class stores the result of an alignment procedure that creates a pairwise alignment of two sequences.classFlexibleAlignmentFlexibleAlignment is a class which implements UnequalLengthAlignment, ARAlignment and EditableAlignment It places no restriction on where any sequence can be in the alignment so there could be gaps in the alignment.classSimpleAlignmentA simple implementation of an Alignment.
- 
Uses of Changeable in org.biojava.bio.distSubinterfaces of Changeable in org.biojava.bio.dist Modifier and Type Interface Description interfaceCountAn encapsulation of a count over the Symbols within an alphabet.interfaceDistributionAn encapsulation of a probability distribution over the Symbols within an alphabet.interfaceOrderNDistributionProvides an N'th order distribution.Classes in org.biojava.bio.dist that implement Changeable Modifier and Type Class Description classAbstractDistributionAn abstract implementation of Distribution.classAbstractOrderNDistributionSimple base class for OrderNDistributions.classGapDistributionThis distribution emits gap symbols.classIndexedCountAn encapsulation of a count over the Symbols within a FiniteAlphabet using an AlphabetIndex object.classPairDistributionClass for pairing up two independant distributions.classSimpleDistributionA simple implementation of a distribution, which works with any finite alphabet.classTranslatedDistributionA translated view of some underlying distribution.classUniformDistributionAn implementation of an uniform distributionclassUntrainableDistributionA distribution which does not interact with the training framework.
- 
Uses of Changeable in org.biojava.bio.dpSubinterfaces of Changeable in org.biojava.bio.dp Modifier and Type Interface Description interfaceDotStateA Dot state.interfaceEmissionStateA state in a markov process that has an emission spectrum.interfaceMarkovModelA markov model.interfaceModelInStateA state that contains an entire sub-model.interfaceStateA state in a markov process.interfaceStatePathExtends the Alignment interface so that it is explicitly used to represent a state path through an HMM, and the associated emitted sequence and likelihoods.Classes in org.biojava.bio.dp that implement Changeable Modifier and Type Class Description classMagicalStateStart/end state for HMMs.classProfileHMMclassSimpleDotStateA Dot state that you can make and use.classSimpleEmissionStateclassSimpleMarkovModelclassSimpleModelInStateclassSimpleStatePathA no-frills implementation of StatePath.classWMAsMMWraps a weight matrix up so that it appears to be a very simple HMM.
- 
Uses of Changeable in org.biojava.bio.gui.sequenceClasses in org.biojava.bio.gui.sequence that implement Changeable Modifier and Type Class Description classAbiTraceRendererRenders an ABI trace file as a chromatogram graph.classAbstractBeadRendererAbstractBeadRendereris a an abstract base class for the creation ofFeatureRenderers which use a 'string of beads' metaphor for displaying features.classAbstractPeptideDigestRendererA SequenceRenderer that renders a set of Features that match a FeatureFilter in such a way that they do not overlap in the display.classAlignmentRendererclassBasicFeatureRendererclassBumpedRendererclassCrosshairRendererCrosshairRendererdraws a crosshair, optionally with coordinates.classEllipticalBeadRendererEllipticalBeadRendererrenders features as simple ellipses.classFeatureBlockSequenceRendererFeatureBlockSequenceRendererforms a bridge betweenSequencerendering andFeaturerendering.classFeatureLabelRendererclassFilteringRendererclassGappedRendererA renderer that will display a gapped sequence as a discontinuous series of regions.classGlyphFeatureRendererA FeatureRenderer that renders a particular Glyph for Features accepted by a particular FeatureFilterclassLabelledSequenceRendererRenderer which draws a track of sequence with a textual label.classMultiLineRendererMultiLineRendereris aSequenceRendererwhich collects a number of otherSequenceRenderers each of which render their own view of aSequence.classOffsetRulerRendererOffsetRulerRenderer can render the ruler starting from an arbitrary offset from the sequence.classOverlayRendererWrapperThis class wraps SequenceRenderer classes to present an Overlay Marker interface that will indicate to LayeredRenderer that subsequent renderers should overdraw the same space as the wrapped renderer.classPaddingRendererA renderer that adds padding before and after a delegate renderer.classPairwiseDiagonalRendererPairwiseDiagonalRendererrenders a region of similarity between two sequences as a straight line.classPairwiseFilteringRendererPairwiseFilteringRendererwraps aPairwiseSequenceRendererand filters thePairwiseRenderContexts passed to it.classPairwiseOverlayRendererPairwiseOverlayRendererallows a list of otherPairwiseSequenceRenderers to superimpose their output.classPairwiseSequencePanelAPairwiseSequencePanelis a panel that displays a pair of sequences; one sequence (the primary) may be either left-to-right (HORIZONTAL) or from top-to-bottom (VERTICAL).classPeptideDigestRendererA concrete AbstractPeptideDigestRenderer.classRectangularBeadRendererRectangularBeadRendererrenders features as simple rectangles.classRoundRectangularBeadRendererRoundRectangularBeadRendererrenders features as rectangles with rounded corners.classSecondaryStructureFeatureRendererA GlyphRenderer subclass that specificatlly handles Features pertaining to Secondary Structure (Helices, Turns and Strands).classSequencePanelA panel that displays a Sequence.classSequencePosterDeprecated.This doesn't handle loads of stuff.classSequenceRendererWrapperAn implementation of SequenceRenderer that delegates rendering to another renderer.classSimpleLabelRendererclassSixFrameRendererClass that handles drawing in six frames for other classes.classSixFrameZiggyRendererA feature renderer that computes the data necessary to render multi-exon transcripts without CDS data.classStackedFeatureRendererAllows you to stack multiple feature renderers up (for example a label renderer and a beaded renderer) and have them treated as a single renderer for layout.classTickFeatureRendererclassTranslatedSequencePanelTranslatedSequencePanelis a panel that displays a Sequence.classZiggyFeatureRendererA feature renderer that draws non-contiguous features as a set of boxes joined by zig-zags.
- 
Uses of Changeable in org.biojava.bio.molbioSubinterfaces of Changeable in org.biojava.bio.molbio Modifier and Type Interface Description interfaceRestrictionSiteRestrictionSiterepresents the recognition site of a restriction enzyme.
- 
Uses of Changeable in org.biojava.bio.program.gff3Subinterfaces of Changeable in org.biojava.bio.program.gff3 Modifier and Type Interface Description interfaceGFF3RecordA record in a GFF3 formatted file.Classes in org.biojava.bio.program.gff3 that implement Changeable Modifier and Type Class Description static classGFF3Record.Impl
- 
Uses of Changeable in org.biojava.bio.program.hmmerClasses in org.biojava.bio.program.hmmer that implement Changeable Modifier and Type Class Description classFullHmmerProfileHMMThis is a class for representing the full HMMER generated Profile HMM (including loop states N and C terminal looping states).classHmmerProfileHMMThis is a class for representing HMMER generated Profile HMM.classProfileEmissionStateA state in a HMMer model.
- 
Uses of Changeable in org.biojava.bio.program.homologeneClasses in org.biojava.bio.program.homologene that implement Changeable Modifier and Type Class Description classAbstractOrthologueSetclassAbstractOrthoPairSetrepresents the Homologene Group.classSimpleOrthologueSetclassSimpleOrthoPairSeta no-frills implementation of a Homologene Group
- 
Uses of Changeable in org.biojava.bio.program.phredClasses in org.biojava.bio.program.phred that implement Changeable Modifier and Type Class Description classPhredSequencePhredSequence is an extension of SimpleSequence that implements Qualitative to hold Phred quality scores.
- 
Uses of Changeable in org.biojava.bio.program.unigeneSubinterfaces of Changeable in org.biojava.bio.program.unigene Modifier and Type Interface Description interfaceUnigeneClusterA single unigene cluster.interfaceUnigeneDBA database of Unigene clusters.
- 
Uses of Changeable in org.biojava.bio.searchSubinterfaces of Changeable in org.biojava.bio.search Modifier and Type Interface Description interfaceSeqSimilaritySearchHitObjects of this type represent one particular hit (sequence and associated information) from a sequence similarity search.interfaceSeqSimilaritySearchResultObjects of this type represent one particular result of a sequence similarity search.interfaceSeqSimilaritySearchSubHitObjects of this type represent one particular sub-hit (one concrete sequence stretch within a sequence and associated information) from a sequence similarity search hit.Classes in org.biojava.bio.search that implement Changeable Modifier and Type Class Description classSequenceDBSearchHitDeprecated.SimpleSeqSimilaritySearchHit has been made Annotatable and is now functionally identical.classSequenceDBSearchResultDeprecated.SimpleSeqSimilaritySearchResult has been made Annotatable and is now functionally identical.classSequenceDBSearchSubHitDeprecated.SimpleSeqSimilaritySearchSubHit has been made Annotatable and is now functionally identical.classSimpleSeqSimilaritySearchHitSimpleSeqSimilaritySearchHitobjects represent a similarity search hit of a query sequence to a sequence referenced in a SequenceDB object.classSimpleSeqSimilaritySearchResultSimpleSeqSimilaritySearchResultobjects represent a result of a search of aSymbolListagainst the sequences within aSequenceDBobject.classSimpleSeqSimilaritySearchSubHitSimpleSeqSimilaritySearchSubHitobjects represent sub-hits which make up a hit.
- 
Uses of Changeable in org.biojava.bio.seqSubinterfaces of Changeable in org.biojava.bio.seq Modifier and Type Interface Description interfaceComponentFeatureFeature which represents a component in an assembly (contig).interfaceFeatureA feature within a sequence, or nested within another feature.interfaceFeatureHolderThe interface for objects that contain features.static interfaceFeatureTypes.RepositoryA named collection of Types.static interfaceFeatureTypes.TypeA type of feature.interfaceFramedFeatureTitle: FramedFeature.interfaceGappedSequenceExtension of GappedSymbolList which also projects features into the gapped coordinate system.interfaceRealizingFeatureHolderInterface forFeatureHolderobjects which know how to instantiate new child Features.interfaceRemoteFeatureA feature that indicates that there is some remote feature that can't be represented entirely on a single Sequence.interfaceSequenceA biological sequence.interfaceStrandedFeatureAdds the concept of 'strand' to features.Classes in org.biojava.bio.seq that implement Changeable Modifier and Type Class Description classAbstractFeatureHolderAn abstract implementation of FeatureHolder.classCircularViewA circular view onto another Sequence object.static classFeatureHolder.EmptyFeatureHolderstatic classFeatureTypes.RepositoryImplA simple implementation of a Repository.classLazyFeatureHolderWrapper implementation of FeatureHolder which calls a method to create a contained FeatureHolder on demand.classMergeFeatureHolderFeatureHolder which exposes all the features in a set of sub-FeatureHolders.classNewSimpleAssemblyA Sequence which is assembled from other sequences contained in a set of ComponentFeature objects.classSimpleAssemblyA Sequence which is assembled from other sequences contained in a set of ComponentFeature objects.classSimpleFeatureHolderA no-frills implementation of FeatureHolder.
- 
Uses of Changeable in org.biojava.bio.seq.dbSubinterfaces of Changeable in org.biojava.bio.seq.db Modifier and Type Interface Description interfaceSequenceDBA database of sequences with accessible keys and iterators over all sequences.interfaceSequenceDBLiteA database of sequences.Classes in org.biojava.bio.seq.db that implement Changeable Modifier and Type Class Description classAbstractSequenceDBAn abstract implementation of SequenceDB that provides the sequenceIterator method.classAnnotatedSequenceDBSequenceDB implementation which lazily applies a SequenceAnnotator to sequences retrieved from a SequenceDB.classCachingSequenceDBSequenceDB implementation that caches the results of another SequenceDB.classDummySequenceDBDummySequenceDBis an implementation which contains only aDummySequence.classHashSequenceDBAn implementation of SequenceDB that uses an underlying HashMap to store the sequence objects.classIndexedSequenceDBThis class implements SequenceDB on top of a set of sequence files and sequence offsets within these files.classNCBISequenceDBclassSequenceDBWrapperAn abstract implementation of SequenceDB that wraps up another database.classSubSequenceDBclassViewingSequenceDBSequenceDB implementation that returns new SequenceView instances wrapping the sequences in an underlying database.classWebSequenceDBFunctions for access to a web based database that returns sequences in a variety of formats.
- 
Uses of Changeable in org.biojava.bio.seq.db.biofetchClasses in org.biojava.bio.seq.db.biofetch that implement Changeable Modifier and Type Class Description classBioFetchSequenceDBSimple SequenceDB implementation backed by a BioFetch (HTTP) server.
- 
Uses of Changeable in org.biojava.bio.seq.db.biosqlClasses in org.biojava.bio.seq.db.biosql that implement Changeable Modifier and Type Class Description classBioSQLSequenceDBDeprecated.Use hibernate and org.biojavax.bio.db
- 
Uses of Changeable in org.biojava.bio.seq.db.flatClasses in org.biojava.bio.seq.db.flat that implement Changeable Modifier and Type Class Description classFlatSequenceDBFlatSequenceDBis an OBDA flatfile sequence databank implementation.
- 
Uses of Changeable in org.biojava.bio.seq.distributedClasses in org.biojava.bio.seq.distributed that implement Changeable Modifier and Type Class Description classDistributedSequenceDBSequence database from the meta-DAS system.
- 
Uses of Changeable in org.biojava.bio.seq.homolSubinterfaces of Changeable in org.biojava.bio.seq.homol Modifier and Type Interface Description interfaceHomologyFeatureinterfaceSimilarityPairFeatureSimilarityPairFeaturedescribes a pairwise similarity between two nucleotide sequences (as it extendsStrandedFeature).Classes in org.biojava.bio.seq.homol that implement Changeable Modifier and Type Class Description static classSimilarityPairFeature.EmptyPairwiseAlignmentEmptyPairwiseAlignmentempty pairwise alignment which has labels to empty symbol lists.classSimpleHomologyA no-frills implementation of Homology.
- 
Uses of Changeable in org.biojava.bio.seq.implClasses in org.biojava.bio.seq.impl that implement Changeable Modifier and Type Class Description classAssembledSymbolListSupport class for applications which need to patch together sections of sequence into a single SymbolList.classDummySequenceA Sequence implementation that has a name and URI but no features, and a zero length symbol list.classLazyFilterFeatureHolderFeatureHolder which lazily applies a specified filter to another FeatureHolder.classNewAssembledSymbolListSupport class for applications which need to patch together sections of sequence into a single SymbolList.classRevCompSequenceA reverse complement view ontoSequenceinterface.classSimpleFeatureA no-frills implementation of a feature.classSimpleFramedFeatureTitle: SimpleFramedFeature.classSimpleGappedSequenceSimple implementation of GappedSequence.classSimpleHomologyFeatureclassSimpleRemoteFeatureA no-frills implementation of a remote feature.classSimpleRestrictionSiteSimpleRestrictionSiterepresents the recognition site of a restriction enzyme.classSimpleSequenceA basic implementation of theSequenceinterface.classSimpleSimilarityPairFeatureSimpleSimilarityPairFeaturerepresents a similarity between a query sequence and a subject sequence as produced by a search program.classSimpleStrandedFeatureA no-frills implementation of StrandedFeature.classSubSequenceView a sub-section of a given sequence object, including all the features intersecting that region.classViewSequenceA view onto another Sequence object.
- 
Uses of Changeable in org.biojava.bio.seq.ioSubinterfaces of Changeable in org.biojava.bio.seq.io Modifier and Type Interface Description interfaceSymbolTokenizationEncapsulate a mapping between BioJava Symbol objects and some string representation.Classes in org.biojava.bio.seq.io that implement Changeable Modifier and Type Class Description classAlternateTokenizationImplementation of SymbolTokenization which binds symbols to strings of characters.classCharacterTokenizationImplementation of SymbolTokenization which binds symbols to single unicode characters.classCrossProductTokenizationTokenization for cross-product alphabets.classDoubleTokenizationclassIntegerTokenizationclassNameTokenizationSimple implementation of SymbolTokenization which uses the `name' field of the symbols.classReferenceAnnotationDeprecated.Use org.biojavax.bio.seq.io framework insteadclassSubIntegerTokenizationclassWordTokenizationBase class for tokenizations which accept whitespace-separated `words'.
- 
Uses of Changeable in org.biojava.bio.seq.projectionClasses in org.biojava.bio.seq.projection that implement Changeable Modifier and Type Class Description classProjectedFeatureInternal class used by ProjectionEngine to wrap Feature objects.classProjectedFeatureHolderHelper class for projecting Feature objects into an alternative coordinate system.
- 
Uses of Changeable in org.biojava.bio.symbolSubinterfaces of Changeable in org.biojava.bio.symbol Modifier and Type Interface Description interfaceAlphabetThe set of AtomicSymbols which can be concatenated together to make a SymbolList.interfaceAlphabetIndexMap between Symbols and index numbers.interfaceAtomicSymbolA symbol that is not ambiguous.interfaceBasisSymbolA symbol that can be represented as a string of Symbols.interfaceFiniteAlphabetAn alphabet over a finite set of Symbols.interfaceGappedSymbolListThis extends SymbolList with API for manipulating, inserting and deleting gaps.interfaceSymbolA single symbol.interfaceSymbolListA sequence of symbols that belong to an alphabet.Classes in org.biojava.bio.symbol that implement Changeable Modifier and Type Class Description classAbstractAlphabetAn abstract implementation ofAlphabet.classAbstractSymbolThe base-class for Symbol implementations.classAbstractSymbolListAbstract helper implementation of the SymbolList core interface.classChunkedSymbolListSymbolList implementation using constant-size chunks.classDoubleAlphabetAn efficient implementation of an Alphabet over the infinite set of double values.static classDoubleAlphabet.DoubleRangeA range of double values.static classDoubleAlphabet.DoubleSymbolA single double value.static classDoubleAlphabet.SubDoubleAlphabetA class to represent a contiguous range of double symbols.classDummySymbolListSymbol list which just consists of non-informative symbols.classFundamentalAtomicSymbolAn atomic symbol consisting only of itself.classIntegerAlphabetAn efficient implementation of an Alphabet over the infinite set of integer values.static classIntegerAlphabet.IntegerSymbolA single int value.static classIntegerAlphabet.SubIntegerAlphabetA class to represent a finite contiguous subset of the infinite IntegerAlphabetclassPackedSymbolListA SymbolList that stores symbols as bit-patterns in an array of longs.classRelabeledAlignmentAn alignment that relabels another alignment.classSimpleAlphabetA simple no-frills implementation of the FiniteAlphabet interface.classSimpleAtomicSymbolA basic implementation of AtomicSymbol.classSimpleCodonPrefa simple no-frills implementation of the CodonPref object that encapsulates codon preference data.classSimpleGappedSymbolListThis implementation of GappedSymbolList wraps a SymbolList, allowing you to insert gaps.classSimpleSymbolListBasic implementation of SymbolList.classSingletonAlphabetAn alphabet that contains a single atomic symbol.classSoftMaskedAlphabetSoft masking is usually displayed by making the masked regions somehow different from the non masked regions.classSoftMaskedAlphabet.CaseSensitiveTokenizationThisSymbolTokenizerworks with a delegate to softmask symbol tokenization as appropriate.
- 
Uses of Changeable in org.biojava.bio.taxaSubinterfaces of Changeable in org.biojava.bio.taxa Modifier and Type Interface Description interfaceTaxonDeprecated.replaced by classes inorg.biojavax.bio.taxaClasses in org.biojava.bio.taxa that implement Changeable Modifier and Type Class Description classAbstractTaxonDeprecated.replaced by classes inorg.biojavax.bio.taxaclassSimpleTaxonDeprecated.replaced by classes inorg.biojavax.bio.taxaclassWeakTaxonDeprecated.replaced by classes inorg.biojavax.bio.taxa
- 
Uses of Changeable in org.biojava.ontologySubinterfaces of Changeable in org.biojava.ontology Modifier and Type Interface Description interfaceOntologyAn ontology.interfaceOntologyTermA term in an ontology which identifies another ontology.interfaceRemoteTermA term in another ontology.interfaceTermA term in an ontology.interfaceTripleA triple in an ontology.interfaceVariableClasses in org.biojava.ontology that implement Changeable Modifier and Type Class Description classAbstractTermAbstract implementation of term This provides basic change-forwarding functionality from the annotation and ontology properties.classIntegerOntologyclassIntegerOntology.IntTermstatic classOntology.ImplA basic in-memory implementation of an ontologystatic classOntologyTerm.ImplSimple in-memory implementation of a remote ontology term.static classRemoteTerm.ImplSimple in-memory implementation of a remote ontology term.static classTerm.ImplSimple in-memory implementation of an ontology term.static classTriple.ImplBasic in-memory implementation of a Triple in an ontology This can be used to implement Ontology.createTriplestatic classVariable.Impl
- 
Uses of Changeable in org.biojava.utilsClasses in org.biojava.utils that implement Changeable Modifier and Type Class Description classAbstractChangeableUseful base-class for objects implementing ChangeableclassUnchangeableThis is a utility implementation of Changeable that doesn't fire any events or keep references to any listeners.
- 
Uses of Changeable in org.biojavaxSubinterfaces of Changeable in org.biojavax Modifier and Type Interface Description interfaceCommentA simple ranked comment designed to be used for BioEntry comments in BioSQL.interfaceCrossRefRepresents a cross reference to another database.interfaceDocRefRepresents a documentary reference.interfaceDocRefAuthorRepresents an author of a documentary reference.interfaceNamespaceThe namespace of an entry in a database schema.interfaceNoteNote is a generic class intended to hold a term describing the note, a value to associate with that term, and a rank.interfaceRankedCrossRefAllows cross-references to other databases to be ranked.interfaceRankedCrossRefableDefines an object as being able to have ranked cross references associated with it.interfaceRankedDocRefRepresents a documentary reference.interfaceRichAnnotatableAnnotatable objects that can have rich annotations.interfaceRichAnnotationAn annotation collection which stores annotations as Note objects.Classes in org.biojavax that implement Changeable Modifier and Type Class Description classEmptyRichAnnotationA place holder for a RichAnnotation that prevents null having to be usedclassSimpleCommentAn implementaion of Comment.classSimpleCrossRefA basic CrossRef implementation.classSimpleDocRefA basic DocRef implementation.classSimpleDocRefAuthorRepresents an author of a documentary reference.classSimpleNamespaceA basic Namespace implemenation.classSimpleNoteSimple implementation of Note.classSimpleRankedCrossRefSimple implementation of RankedCrossRef.classSimpleRankedDocRefRepresents a documentary reference.classSimpleRichAnnotationSimple annotation wrapper.
- 
Uses of Changeable in org.biojavax.bioSubinterfaces of Changeable in org.biojavax.bio Modifier and Type Interface Description interfaceBioEntryThis class relates to the bioentry table in BioSQL.interfaceBioEntryRelationshipRepresents the relation between two bioentries.Classes in org.biojavax.bio that implement Changeable Modifier and Type Class Description classSimpleBioEntryReference implementation of a BioEntry object which has no features or sequence.classSimpleBioEntryRelationshipRepresents a relationship between two bioentries that is described by a term and given a rank.
- 
Uses of Changeable in org.biojavax.bio.dbSubinterfaces of Changeable in org.biojavax.bio.db Modifier and Type Interface Description interfaceRichSequenceDBA database of RichSequences with accessible keys and iterators over all sequences.interfaceRichSequenceDBLiteA database of RichSequences.Classes in org.biojavax.bio.db that implement Changeable Modifier and Type Class Description classAbstractBioEntryDBAn abstract implementation of BioEntryDB that provides the getBioEntryIterator method.classAbstractRichSequenceDBAn abstract implementation of RichSequenceDB that provides the getRichSequenceIterator method.classHashBioEntryDBAn implementation of RichSequenceDB that uses an underlying HashMap to store the RichSequence objects.classHashRichSequenceDBAn implementation of RichSequenceDB that uses an underlying HashMap to store the RichSequence objects.
- 
Uses of Changeable in org.biojavax.bio.db.biosqlClasses in org.biojavax.bio.db.biosql that implement Changeable Modifier and Type Class Description classBioSQLBioEntryDBclassBioSQLRichSequenceDB
- 
Uses of Changeable in org.biojavax.bio.db.ncbiClasses in org.biojavax.bio.db.ncbi that implement Changeable Modifier and Type Class Description classGenbankRichSequenceDBThis class contains functions accessing DNA sequences in Genbank format.classGenpeptRichSequenceDBThis class contains functions accessing Peptide sequences in Genpept format.
- 
Uses of Changeable in org.biojavax.bio.seqSubinterfaces of Changeable in org.biojavax.bio.seq Modifier and Type Interface Description interfaceRichFeatureRepresents a feature that can be given name and rank and be moved from one sequence to another.interfaceRichFeatureRelationshipRepresents the relation between two features.interfaceRichLocationDescribes locations, and adds the concepts of circularity, fuzziness, annotations, and cross-references to other databases.interfaceRichSequenceA rich sequence is a combination of a org.biojavax.bio.Bioentry and a Sequence.Classes in org.biojavax.bio.seq that implement Changeable Modifier and Type Class Description classCompoundRichLocationAn implementation of RichLocation which covers multiple locations, but on the same strand of the same (optionally circular) sequence.classEmptyRichLocationAn Empty implementation of RichLocation.classInfinitelyAmbiguousSymbolListA symbol list that isInteger.MAX_VALUElong, never gives index out of bounds and always returns ambiguity symbols for everything.classMultiSourceCompoundRichLocationAn implementation of RichLocation which possibly covers multiple locations, on different strands, different circular lengths, or different sequences.classSimpleRichFeatureA simple implementation of RichFeature.classSimpleRichFeatureRelationshipRepresents a relationship between two features that is described by a term.classSimpleRichLocationA simple implementation of RichLocation.classSimpleRichSequenceA simple implementation of RichSequence.classThinRichSequenceA simple implementation of RichSequence.
- 
Uses of Changeable in org.biojavax.bio.taxaSubinterfaces of Changeable in org.biojavax.bio.taxa Modifier and Type Interface Description interfaceNCBITaxonRepresents an NCBI Taxon entry, a combination of the taxon and taxon_name tables in BioSQL.Classes in org.biojavax.bio.taxa that implement Changeable Modifier and Type Class Description classSimpleNCBITaxonReference implementation of NCBITaxon.
- 
Uses of Changeable in org.biojavax.gaSubinterfaces of Changeable in org.biojavax.ga Modifier and Type Interface Description interfaceGeneticAlgorithmThe class that runs the cycles of reproduction, evolution and selection, potentially on multiplePopulationsinterfaceOrganismA GA 'organism' contains one or more ChromosomesinterfacePopulationA collection of GA organisms
- 
Uses of Changeable in org.biojavax.ga.functionsSubinterfaces of Changeable in org.biojavax.ga.functions Modifier and Type Interface Description interfaceCrossOverFunctionCrosses two chromosomes.interfaceMutationFunctionA class that mutates aSymbolListClasses in org.biojavax.ga.functions that implement Changeable Modifier and Type Class Description classAbstractCrossOverFunctionAbstract implementation ofCrossOverFunction.classAbstractMutationFunctionAbstract implementation ofMutationFunctionall custom implementations should inherit from here.static classCrossOverFunction.NoCrossA place holder CrossOverFunction that doesn't perform cross oversstatic classMutationFunction.NoMutationPlace Holder class that doesn't mutate its SymbolListsclassOrderCrossoverThis does a 2-point-crossover on two chromosomes keeping the Symbols in each chromosome constant.classSimpleCrossOverFunctionSimple Implementation of theCrossOverFunctioninterfaceclassSimpleMutationFunctionSimple no frills Implementation of the MutationFunction interfaceclassSwapMutationFunctionThis class does a sort of mutation by exchanging two positions on the chromosome.
- 
Uses of Changeable in org.biojavax.ga.implClasses in org.biojavax.ga.impl that implement Changeable Modifier and Type Class Description classAbstractGeneticAlgorithmBase class from which most implementations of GeneticAlgorithm will inherit.classAbstractOrganismAbstract implementation of Organism.classAbstractPopulationMost Population implementations will want to inherit from here.classSimpleGeneticAlgorithmA simple implementation of theGeneticAlgorithminterface it is not intended that this class be overidden, hence it is final.classSimpleOrganismA Simple Haploid Organism implementationclassSimplePopulationSimple concrete implementation of thePopulationinterface
- 
Uses of Changeable in org.biojavax.ontologySubinterfaces of Changeable in org.biojavax.ontology Modifier and Type Interface Description interfaceComparableOntologyAn Ontology that can be compared to another.interfaceComparableTermMakes Term objects comparable properly and adds some extra features to them.interfaceComparableTripleComparable triples, obviously.Classes in org.biojavax.ontology that implement Changeable Modifier and Type Class Description classSimpleComparableOntologyRepresents an ontology that can be compared to other ontologies.classSimpleComparableTermA Term object that can be compared and thus sorted.classSimpleComparableTripleBasic comparable triple, BioSQL style.
 
-