Uses of Class
org.biojava.utils.Unchangeable
-
Packages that use Unchangeable Package Description org.biojava.bio.dist Probability distributions over Alphabets.org.biojava.bio.dp HMM and Dynamic Programming Algorithms.org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects.org.biojava.bio.seq.db.biofetch Client for the OBDA BioFetch protocol.org.biojava.bio.seq.db.flat Support for OBDA flatfile databases.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.symbol Representation of the Symbols that make up a sequence, and locations within them.org.biojava.ontology A general-purpose API for ontologies.org.biojavax The Biojava extensions packages, classes that extend the core biojava functionalityorg.biojavax.bio.seq Rich implementations of Sequences, Locations and Features. -
-
Uses of Unchangeable in org.biojava.bio.dist
Subclasses of Unchangeable in org.biojava.bio.dist Modifier and Type Class Description classGapDistributionThis distribution emits gap symbols. -
Uses of Unchangeable in org.biojava.bio.dp
Subclasses of Unchangeable in org.biojava.bio.dp Modifier and Type Class Description classSimpleStatePathA no-frills implementation of StatePath. -
Uses of Unchangeable in org.biojava.bio.seq
Subclasses of Unchangeable in org.biojava.bio.seq Modifier and Type Class Description classCircularViewA circular view onto another Sequence object.static classFeatureHolder.EmptyFeatureHolder -
Uses of Unchangeable in org.biojava.bio.seq.db.biofetch
Subclasses of Unchangeable in org.biojava.bio.seq.db.biofetch Modifier and Type Class Description classBioFetchSequenceDBSimple SequenceDB implementation backed by a BioFetch (HTTP) server. -
Uses of Unchangeable in org.biojava.bio.seq.db.flat
Subclasses of Unchangeable in org.biojava.bio.seq.db.flat Modifier and Type Class Description classFlatSequenceDBFlatSequenceDBis an OBDA flatfile sequence databank implementation. -
Uses of Unchangeable in org.biojava.bio.seq.homol
Subclasses of Unchangeable in org.biojava.bio.seq.homol Modifier and Type Class Description static classSimilarityPairFeature.EmptyPairwiseAlignmentEmptyPairwiseAlignmentempty pairwise alignment which has labels to empty symbol lists. -
Uses of Unchangeable in org.biojava.bio.seq.impl
Subclasses of Unchangeable in org.biojava.bio.seq.impl Modifier and Type Class Description classViewSequenceA view onto another Sequence object. -
Uses of Unchangeable in org.biojava.bio.seq.io
Subclasses of Unchangeable in org.biojava.bio.seq.io 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.classSubIntegerTokenizationclassWordTokenizationBase class for tokenizations which accept whitespace-separated `words'. -
Uses of Unchangeable in org.biojava.bio.symbol
Subclasses of Unchangeable in org.biojava.bio.symbol Modifier and Type Class Description 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.classIntegerAlphabetAn efficient implementation of an Alphabet over the infinite set of integer values.static classIntegerAlphabet.IntegerSymbolA single int value.classRelabeledAlignmentAn alignment that relabels another alignment.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 Unchangeable in org.biojava.ontology
Subclasses of Unchangeable in org.biojava.ontology Modifier and Type Class Description classIntegerOntologyclassIntegerOntology.IntTermstatic classTriple.ImplBasic in-memory implementation of a Triple in an ontology This can be used to implement Ontology.createTriple -
Uses of Unchangeable in org.biojavax
Subclasses of Unchangeable in org.biojavax Modifier and Type Class Description classEmptyRichAnnotationA place holder for a RichAnnotation that prevents null having to be usedclassSimpleCrossRefA basic CrossRef implementation.classSimpleDocRefAuthorRepresents an author of a documentary reference. -
Uses of Unchangeable in org.biojavax.bio.seq
Subclasses of Unchangeable in org.biojavax.bio.seq Modifier and Type Class Description classEmptyRichLocationAn Empty implementation of RichLocation.
-