Uses of Class
org.biojava.utils.ChangeForwarder
Packages that use ChangeForwarder
Package
Description
The core classes that will be used throughout the bio packages.
Probability distributions over Alphabets.
HMM and Dynamic Programming Algorithms.
Graphical displays of biological sequences and associated annotations.
Interfaces and classes for representing sequence similarity search results.
Classes and interfaces for defining biological sequences and informatics
objects.
Collections of biological sequence data.
Standard in-memory implementations of
Sequence and
Feature.Representation of the Symbols that make up a sequence, and locations within
them.
Miscellaneous utility classes used by other BioJava components.
-
Uses of ChangeForwarder in org.biojava.bio
Subclasses of ChangeForwarder in org.biojava.bioModifier and TypeClassDescriptionstatic classDeprecated.protected classListener used to forward changes for any of the underlying annotations to listeners on this annotation.protected classForwards change events from the underlying Annotation to this one. -
Uses of ChangeForwarder in org.biojava.bio.dist
Subclasses of ChangeForwarder in org.biojava.bio.distModifier and TypeClassDescriptionstatic classDeprecated.usenew ChangeForwarder.Retyper(this, cs, Annotation.PROPERTY)insteadFields in org.biojava.bio.dist declared as ChangeForwarderModifier and TypeFieldDescriptionprotected ChangeForwarderAbstractDistribution.nullModelForwarderForwarder for modifications to the null model.protected ChangeForwarderAbstractOrderNDistribution.weightForwarderThe listener that will forward events from the underlying distributions to listeners for this distribution. -
Uses of ChangeForwarder in org.biojava.bio.dp
Fields in org.biojava.bio.dp declared as ChangeForwarderModifier and TypeFieldDescriptionprotected ChangeForwarderSimpleEmissionState.annotationForwarderprotected ChangeForwarderSimpleEmissionState.distForwarder -
Uses of ChangeForwarder in org.biojava.bio.gui.sequence
Subclasses of ChangeForwarder in org.biojava.bio.gui.sequenceModifier and TypeClassDescriptionstatic classPairwiseRendererForwarderforward events to other renderers.static class -
Uses of ChangeForwarder in org.biojava.bio.search
Fields in org.biojava.bio.search declared as ChangeForwarderModifier and TypeFieldDescriptionprotected ChangeForwarderSequenceDBSearchHit.annotationForwarderDeprecated.protected ChangeForwarderSequenceDBSearchResult.annotationForwarderDeprecated.protected ChangeForwarderSequenceDBSearchSubHit.annotationForwarderDeprecated.protected ChangeForwarderSimpleSeqSimilaritySearchHit.annotationForwarderprotected ChangeForwarderSimpleSeqSimilaritySearchResult.annotationForwarderprotected ChangeForwarderSimpleSeqSimilaritySearchSubHit.annotationForwarder -
Uses of ChangeForwarder in org.biojava.bio.seq
Fields in org.biojava.bio.seq declared as ChangeForwarderModifier and TypeFieldDescriptionprotected ChangeForwarderNewSimpleAssembly.annotationForwarderprotected ChangeForwarderSimpleAssembly.annotationForwarder -
Uses of ChangeForwarder in org.biojava.bio.seq.db
Subclasses of ChangeForwarder in org.biojava.bio.seq.db -
Uses of ChangeForwarder in org.biojava.bio.seq.impl
Fields in org.biojava.bio.seq.impl declared as ChangeForwarder -
Uses of ChangeForwarder in org.biojava.bio.symbol
Subclasses of ChangeForwarder in org.biojava.bio.symbolModifier and TypeClassDescriptionclassThis adapter screens all edit events to see if they overlap with a window of interest.classThis translates edit events that fall within a window into window co-ordinates.Fields in org.biojava.bio.symbol declared as ChangeForwarderModifier and TypeFieldDescriptionprotected ChangeForwarderAbstractSymbol.annotationForwarderprotected ChangeForwarderSimpleAlphabet.annotationForwarder -
Uses of ChangeForwarder in org.biojava.utils
Subclasses of ChangeForwarder in org.biojava.utilsModifier and TypeClassDescriptionstatic classA ChangeForwarder that systematically uses a given type and wraps the old event.Methods in org.biojava.utils with parameters of type ChangeForwarderModifier and TypeMethodDescriptionfinal voidUnchangeable.addForwarder(ChangeForwarder cf, ChangeType ct) final voidUnchangeable.removeForwarder(ChangeForwarder cf, ChangeType ct)
new ChangeForwarder.Retyper(source, cs, Annotation.PROPERTY)instead