Uses of Class
org.biojava.utils.ChangeType
- 
Packages that use ChangeType 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.program.homologene Support classes for Homologene data.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.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.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.biojava.utils.cache A simple cache system with pluggable caching behaviours.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.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.ontology Extensions to the biojava ontology model that represent BioSQL ontology.
- 
- 
Uses of ChangeType in org.biojava.bioFields in org.biojava.bio declared as ChangeType Modifier and Type Field Description static ChangeTypeAnnotatable. ANNOTATIONSignals that the associated Annotation has altered in some way.static ChangeTypeMergeAnnotation. ANNOTATION_ADDChangeType of ChangeEvent fired before and after an annotation is added to MergeAnnotation.static ChangeTypeMergeAnnotation. ANNOTATION_CHANGEDChangeType of ChangeEvent fired before and after an annotation is added to MergeAnnotation.static ChangeTypeMergeAnnotation. ANNOTATION_REMOVEChangeType of ChangeEvent fired before and after an annotation is added to MergeAnnotation.static ChangeTypeAnnotation. PROPERTYThis type symbolizes that one or more properties have changed.Methods in org.biojava.bio with parameters of type ChangeType Modifier and Type Method Description protected ChangeSupportMergeAnnotation. getChangeSupport(ChangeType changeType)protected ChangeSupportOverlayAnnotation. getChangeSupport(ChangeType changeType)
- 
Uses of ChangeType in org.biojava.bio.alignmentFields in org.biojava.bio.alignment declared as ChangeType Modifier and Type Field Description static ChangeTypeARAlignment. ADD_LABELstatic ChangeTypeAlignment. CONTENTSignals that SymbolLists will be added to or removed from an alignment.static ChangeTypeEditableAlignment. GAPSstatic ChangeTypeEditableAlignment. LOCATIONstatic ChangeTypeARAlignment. REMOVE_LABEL
- 
Uses of ChangeType in org.biojava.bio.distFields in org.biojava.bio.dist declared as ChangeType Modifier and Type Field Description static ChangeTypeCount. COUNTSWhenever a component count changes the values that would be returned by getCount, they should fire a ChangeEvent with this object as the type.static ChangeTypeDistribution. NULL_MODELWhenever the null model distribution changes the values that would be returned by getWeight, either by being edited or by being replaced, a ChangeEvent with this object as the type should be thrown.static ChangeTypeDistribution. WEIGHTSWhenever a distribution changes the values that would be returned by getWeight, they should fire a ChangeEvent with this object as the type.Methods in org.biojava.bio.dist with parameters of type ChangeType Modifier and Type Method Description protected ChangeSupportAbstractDistribution. getChangeSupport(ChangeType ct)protected ChangeSupportAbstractOrderNDistribution. getChangeSupport(ChangeType ct)protected ChangeSupportTranslatedDistribution. getChangeSupport(ChangeType ct)
- 
Uses of ChangeType in org.biojava.bio.dpFields in org.biojava.bio.dp declared as ChangeType Modifier and Type Field Description static ChangeTypeEmissionState. ADVANCEThis signals that the advance array has been altered.static ChangeTypeMarkovModel. ARCHITECTURESignals that the architecture of the model is changing.static ChangeTypeEmissionState. DISTRIBUTIONThis signals that the distribution associate with an EmissionState has been altered.static ChangeTypeMarkovModel. PARAMETERSignals that one or more parameters have altered.Methods in org.biojava.bio.dp with parameters of type ChangeType Modifier and Type Method Description protected ChangeSupportSimpleEmissionState. getChangeSupport(ChangeType ct)protected ChangeSupportSimpleMarkovModel. getChangeSupport(ChangeType ct)
- 
Uses of ChangeType in org.biojava.bio.gui.sequenceFields in org.biojava.bio.gui.sequence declared as ChangeType Modifier and Type Field Description static ChangeTypeAbiTraceRenderer. DEPTHstatic ChangeTypeAbstractBeadRenderer. DEPTHConstantDEPTHindicating a change to the depth of the renderer.static ChangeTypeTickFeatureRenderer. DEPTHstatic ChangeTypeAbstractPeptideDigestRenderer. DIGESTstatic ChangeTypePeptideDigestRenderer. DIGESTstatic ChangeTypeAbstractBeadRenderer. DISPLACEMENTConstantDISPLACEMENTindicating a change to the Y-axis displacement of the features.static ChangeTypeFeatureBlockSequenceRenderer. FEATURE_COLLAPSINGstatic ChangeTypeFeatureBlockSequenceRenderer. FEATURE_RENDERERstatic ChangeTypeAbstractBeadRenderer. FILLConstantFILLindicating a change to the fill of the features.static ChangeTypeBasicFeatureRenderer. FILLstatic ChangeTypeTickFeatureRenderer. FILLstatic ChangeTypeFilteringRenderer. FILTERstatic ChangeTypePairwiseFilteringRenderer. FILTERConstantFILTERindicating a change to the renderer's filter.static ChangeTypeRectangularBeadRenderer. HEIGHTSCALINGConstantHEIGHTSCALINGindicating a change to the feature height scaling policy.static ChangeTypeAlignmentRenderer. LABELstatic ChangeTypeSimpleLabelRenderer. LABELstatic ChangeTypeFeatureLabelRenderer. LABEL_MAKERstatic ChangeTypeSequenceRenderContext. LAYOUTstatic ChangeTypeOffsetRulerRenderer. OFFSETstatic ChangeTypeAbstractBeadRenderer. OUTLINEConstantOUTLINEindicating a change to the outline paint of the features.static ChangeTypeBasicFeatureRenderer. OUTLINEstatic ChangeTypeCrosshairRenderer. OUTLINEConstantOUTLINEindicating a change to the crosshair paint.static ChangeTypePairwiseDiagonalRenderer. OUTLINEConstantOUTLINEindicating a change to the fill of the features.static ChangeTypeTickFeatureRenderer. OUTLINEstatic ChangeTypePaddingRenderer. PADDINGEvent type for when the size of the padding changes.static ChangeTypeEllipticalBeadRenderer. RATIOConstantRATIOindicating a change to the minimum allowed ratio of long axis to short axis of the features.static ChangeTypeFilteringRenderer. RECURSEstatic ChangeTypePairwiseFilteringRenderer. RECURSEConstantRECURSEindicating a change to the renderer's filter recursion flag.static ChangeTypeLabelledSequenceRenderer. RENDERERstatic ChangeTypeOverlayRendererWrapper. RENDERERstatic ChangeTypePairwiseFilteringRenderer. RENDERERConstantRENDERERindicating a change to the renderer.static ChangeTypePairwiseSequencePanel. RENDERERConstantRENDERERis aChangeTypewhich indicates a change to the renderer, requiring a layout update.static ChangeTypeSequencePanel. RENDERERstatic ChangeTypeSequencePoster. RENDERERDeprecated.static ChangeTypeSequenceRendererWrapper. RENDERERstatic ChangeTypeTranslatedSequencePanel. RENDERERConstantRENDERERis aChangeTypewhich indicates a change to the renderer, requiring a layout update.static ChangeTypeMultiLineRenderer. RENDERERSstatic ChangeTypePairwiseOverlayRenderer. RENDERERSConstantRENDERERSindicating a change to the renderers handled by the overlay.static ChangeTypeStackedFeatureRenderer. RENDERERSstatic ChangeTypeSequenceRenderContext. REPAINTstatic ChangeTypeBasicFeatureRenderer. SCOOPstatic ChangeTypeBasicFeatureRenderer. SIZEstatic ChangeTypeAbstractBeadRenderer. STROKEConstantSTROKEindicating a change to the outline stroke of the features.static ChangeTypeOffsetRulerRenderer. TICKSstatic ChangeTypeAbiTraceRenderer. TRACEstatic ChangeTypePairwiseSequencePanel. TRANSLATIONConstantTRANSLATIONis aChangeTypewhich indicates a change to the translation, requiring a paint update.static ChangeTypeTranslatedSequencePanel. TRANSLATIONConstantTRANSLATIONis aChangeTypewhich indicates a change to the translation, requiring a paint update.static ChangeTypeLabelledSequenceRenderer. VALUESMethods in org.biojava.bio.gui.sequence with parameters of type ChangeType Modifier and Type Method Description voidPairwiseSequencePanel. addChangeListener(ChangeListener cl, ChangeType ct)addChangeListeneradds a listener for specific types of change.voidSequencePanel. addChangeListener(ChangeListener cl, ChangeType ct)voidSequencePoster. addChangeListener(ChangeListener cl, ChangeType ct)Deprecated.voidTranslatedSequencePanel. addChangeListener(ChangeListener cl, ChangeType ct)addChangeListeneradds a listener for specific types of change.protected ChangeSupportBumpedRenderer. getChangeSupport(ChangeType ct)protected ChangeSupportFeatureBlockSequenceRenderer. getChangeSupport(ChangeType ct)protected ChangeSupportFilteringRenderer. getChangeSupport(ChangeType ct)protected ChangeSupportMultiLineRenderer. getChangeSupport(ChangeType ct)protected ChangeSupportOverlayRendererWrapper. getChangeSupport(ChangeType ct)protected ChangeSupportPaddingRenderer. getChangeSupport(ChangeType ct)protected ChangeSupportPairwiseFilteringRenderer. getChangeSupport(ChangeType ct)protected ChangeSupportPairwiseOverlayRenderer. getChangeSupport(ChangeType ct)protected ChangeSupportPairwiseSequencePanel. getChangeSupport(ChangeType ct)getChangeSupportlazily instantiates a helper for change listeners.protected ChangeSupportSequencePanel. getChangeSupport(ChangeType ct)protected ChangeSupportSequencePoster. getChangeSupport(ChangeType ct)Deprecated.protected ChangeSupportSequenceRendererWrapper. getChangeSupport(ChangeType ct)protected ChangeSupportTranslatedSequencePanel. getChangeSupport(ChangeType ct)getChangeSupportlazily instantiates a helper for change listeners.booleanPairwiseSequencePanel. isUnchanging(ChangeType ct)booleanSequencePanel. isUnchanging(ChangeType ct)booleanSequencePoster. isUnchanging(ChangeType ct)Deprecated.booleanTranslatedSequencePanel. isUnchanging(ChangeType ct)voidPairwiseSequencePanel. removeChangeListener(ChangeListener cl, ChangeType ct)removeChangeListenerremoves a listener.voidSequencePanel. removeChangeListener(ChangeListener cl, ChangeType ct)voidSequencePoster. removeChangeListener(ChangeListener cl, ChangeType ct)Deprecated.voidTranslatedSequencePanel. removeChangeListener(ChangeListener cl, ChangeType ct)removeChangeListenerremoves a listener.
- 
Uses of ChangeType in org.biojava.bio.program.homologeneFields in org.biojava.bio.program.homologene declared as ChangeType Modifier and Type Field Description static ChangeTypeOrthologueSet. MODIFYstatic ChangeTypeOrthoPairSet. MODIFY
- 
Uses of ChangeType in org.biojava.bio.searchMethods in org.biojava.bio.search with parameters of type ChangeType Modifier and Type Method Description protected ChangeSupportSequenceDBSearchHit. getChangeSupport(ChangeType ct)Deprecated.protected ChangeSupportSequenceDBSearchResult. getChangeSupport(ChangeType ct)Deprecated.protected ChangeSupportSequenceDBSearchSubHit. getChangeSupport(ChangeType ct)Deprecated.protected ChangeSupportSimpleSeqSimilaritySearchHit. getChangeSupport(ChangeType ct)protected ChangeSupportSimpleSeqSimilaritySearchResult. getChangeSupport(ChangeType ct)protected ChangeSupportSimpleSeqSimilaritySearchSubHit. getChangeSupport(ChangeType ct)
- 
Uses of ChangeType in org.biojava.bio.seqFields in org.biojava.bio.seq declared as ChangeType Modifier and Type Field Description static ChangeTypeFeatureHolder. FEATURESSignals that features have been added or removed directly within this FeatureHolder.static ChangeTypeFeature. LOCATIONThe location of this feature is being altered.static ChangeTypeFeatureHolder. SCHEMASignals that the schema of this FeatureHolder has changed.static ChangeTypeFeature. SOURCEThe source of this feature has alteredstatic ChangeTypeFeature. SOURCETERMThe ontological source of this feature has alteredstatic ChangeTypeStrandedFeature. STRANDThe strand of this feature is being altered.static ChangeTypeFeature. TYPEThe type of this feature has altered.static ChangeTypeFeature. TYPETERMThe ontological type of this feature has altered.Methods in org.biojava.bio.seq with parameters of type ChangeType Modifier and Type Method Description protected ChangeSupportFeatureTypes.RepositoryImpl. getChangeSupport(ChangeType ct)protected ChangeSupportLazyFeatureHolder. getChangeSupport(ChangeType ct)protected ChangeSupportNewSimpleAssembly. getChangeSupport(ChangeType ct)protected ChangeSupportSimpleAssembly. getChangeSupport(ChangeType ct)
- 
Uses of ChangeType in org.biojava.bio.seq.dbFields in org.biojava.bio.seq.db declared as ChangeType Modifier and Type Field Description static ChangeTypeSequenceDBLite. SEQUENCESSignals that sequences are being added to or remove from the database.Methods in org.biojava.bio.seq.db with parameters of type ChangeType Modifier and Type Method Description protected ChangeSupportSequenceDBWrapper. getChangeSupport(ChangeType ct)
- 
Uses of ChangeType in org.biojava.bio.seq.distributedFields in org.biojava.bio.seq.distributed declared as ChangeType Modifier and Type Field Description static ChangeTypeDistributedSequenceDB. DATASOURCEstatic ChangeTypeDistributedSequenceDB. DATASOURCE_SELECTION
- 
Uses of ChangeType in org.biojava.bio.seq.homolFields in org.biojava.bio.seq.homol declared as ChangeType Modifier and Type Field Description static ChangeTypeHomology. ALIGNMENTSignals that the alignment describing the homologous sequences has changed.static ChangeTypeSimilarityPairFeature. SIBLINGThe sibling of this feature has altered.
- 
Uses of ChangeType in org.biojava.bio.seq.implMethods in org.biojava.bio.seq.impl with parameters of type ChangeType Modifier and Type Method Description voidLazyFilterFeatureHolder. addChangeListener(ChangeListener cl, ChangeType ct)voidSubSequence. addChangeListener(ChangeListener cl, ChangeType ct)protected ChangeSupportSimpleFeature. getChangeSupport(ChangeType ct)protected ChangeSupportSimpleSequence. getChangeSupport(ChangeType ct)booleanLazyFilterFeatureHolder. isUnchanging(ChangeType ct)booleanSubSequence. isUnchanging(ChangeType ct)voidLazyFilterFeatureHolder. removeChangeListener(ChangeListener cl, ChangeType ct)voidSubSequence. removeChangeListener(ChangeListener cl, ChangeType ct)
- 
Uses of ChangeType in org.biojava.bio.seq.projectionMethods in org.biojava.bio.seq.projection with parameters of type ChangeType Modifier and Type Method Description voidProjectedFeature. addChangeListener(ChangeListener cl, ChangeType ct)voidProjectionContext. addChangeListener(Feature projFeat, ChangeListener cl, ChangeType ct)Add a ChangeListener to a projected feature.voidReparentContext. addChangeListener(Feature f, ChangeListener cl, ChangeType ct)booleanProjectedFeature. isUnchanging(ChangeType ct)voidProjectedFeature. removeChangeListener(ChangeListener cl, ChangeType ct)voidProjectionContext. removeChangeListener(Feature projFeat, ChangeListener cl, ChangeType ct)Remove a ChangeListener from a projected feature.voidReparentContext. removeChangeListener(Feature f, ChangeListener cl, ChangeType ct)
- 
Uses of ChangeType in org.biojava.bio.symbolFields in org.biojava.bio.symbol declared as ChangeType Modifier and Type Field Description static ChangeTypeSymbolList. EDITSignals that the SymbolList is being edited.static ChangeTypeAlphabetIndex. INDEXIndicates that the index is changing, probably due to the underlying alphabet changing.static ChangeTypeAlphabet. PARSERSThis signals that the available parsers have changed.static ChangeTypeAlphabet. SYMBOLSThis ChangeType indicates that some symbols have been added or removed from the alphabet.Methods in org.biojava.bio.symbol with parameters of type ChangeType Modifier and Type Method Description protected ChangeSupportAbstractSymbol. getChangeSupport(ChangeType changeType)protected ChangeSupportSimpleAlphabet. getChangeSupport(ChangeType ct)
- 
Uses of ChangeType in org.biojava.bio.taxaFields in org.biojava.bio.taxa declared as ChangeType Modifier and Type Field Description static ChangeTypeTaxon. CHANGE_COMMON_NAMEDeprecated.Change type to indicate that the common name of this Taxon is changing.static ChangeTypeTaxon. CHANGE_SCIENTIFIC_NAMEDeprecated.Change type to indicate that the scientific name of this Taxon is changing.Methods in org.biojava.bio.taxa with parameters of type ChangeType Modifier and Type Method Description protected ChangeSupportAbstractTaxon. getChangeSupport(ChangeType ct)Deprecated.
- 
Uses of ChangeType in org.biojava.ontologyFields in org.biojava.ontology declared as ChangeType Modifier and Type Field Description static ChangeTypeTerm. ONTOLOGYChangeType which indicates that this term's ontology has been alteredstatic ChangeTypeOntology. TERMstatic ChangeTypeOntology. TRIPLEMethods in org.biojava.ontology with parameters of type ChangeType Modifier and Type Method Description ChangeSupportAbstractTerm. getChangeSupport(ChangeType ct)ChangeSupportOntologyTerm.Impl. getChangeSupport(ChangeType ct)
- 
Uses of ChangeType in org.biojava.utilsFields in org.biojava.utils declared as ChangeType Modifier and Type Field Description ChangeTypeIndexedChangeHub.ListenerMemento. typestatic ChangeTypeChangeType. UNKNOWNConstant ChangeType field which indicates that a change has occured which can't otherwise be represented.Methods in org.biojava.utils that return ChangeType Modifier and Type Method Description ChangeTypeChangeEvent. getType()Find the type of this event.ChangeTypeChangeForwarder.Retyper. getType()Methods in org.biojava.utils with parameters of type ChangeType Modifier and Type Method Description voidAbstractChangeable. addChangeListener(ChangeListener cl, ChangeType ct)voidChangeable. addChangeListener(ChangeListener cl, ChangeType ct)Add a listener that will be informed of changes of a given type.voidChangeSupport. addChangeListener(ChangeListener cl, ChangeType ct)Add a listener that will be informed of changes of a given type (and it's subtypes)voidUnchangeable. addChangeListener(ChangeListener cl, ChangeType ct)voidUnchangeable. addForwarder(ChangeForwarder cf, ChangeType ct)voidChangeHub. addListener(Object key, ChangeListener listener, ChangeType ct)add a ChangeListener associated with given key.voidIndexedChangeHub. addListener(Object key, ChangeListener listener, ChangeType ct)protected ChangeSupportAbstractChangeable. getChangeSupport(ChangeType ct)Called to retrieve the ChangeSupport for this object.SetUnchangeable. getForwarders(ChangeType ct)SetUnchangeable. getListeners(ChangeType ct)protected booleanAbstractChangeable. hasListeners(ChangeType ct)Discover if we have listeners registered for a particular change type.booleanChangeSupport. hasListeners(ChangeType ct)Return true if we have listeners registered for a particular change type.booleanChangeType. isMatchingType(ChangeType ct)Returntrueiffctis equal to this type or any of it's supertypes (including ChangeType.UNKNOWN).booleanAbstractChangeable. isUnchanging(ChangeType ct)booleanChangeable. isUnchanging(ChangeType ct)A particular ChangeType can never be raised by this Changeable.booleanChangeSupport. isUnchanging(ChangeType ct)booleanUnchangeable. isUnchanging(ChangeType ct)voidAbstractChangeable. removeChangeListener(ChangeListener cl, ChangeType ct)voidChangeable. removeChangeListener(ChangeListener cl, ChangeType ct)Remove a listener that was interested in a specific types of changes.voidChangeSupport. removeChangeListener(ChangeListener cl, ChangeType ct)Remove a listener that was interested in a specific types of changes.voidUnchangeable. removeChangeListener(ChangeListener cl, ChangeType ct)voidUnchangeable. removeForwarder(ChangeForwarder cf, ChangeType ct)voidChangeHub. removeListener(Object key, ChangeListener listener, ChangeType ct)remove a ChangeListener associated with given key.voidIndexedChangeHub. removeListener(Object key, ChangeListener listener, ChangeType ct)Constructors in org.biojava.utils with parameters of type ChangeType Constructor Description ChangeEvent(Object source, ChangeType type)Construct a ChangeEvent with no change details.ChangeEvent(Object source, ChangeType type, Object change)Construct a ChangeEvent specifying a new value for a property, or an object to be added to a collection.ChangeEvent(Object source, ChangeType type, Object change, Object previous)Construct a ChangeEvent specifying a new value for a property, and giving the previous value.ChangeEvent(Object source, ChangeType type, Object change, Object previous, ChangeEvent chain)Construct a ChangeEvent to be fired because another ChangeEvent has been received from a property object.ChangeType(String name, Class clazz, String fname, ChangeType superType)Construct a new ChangeType.ChangeType(String name, Field ourField, ChangeType superType)Construct a new ChangeType.ChangeType(String name, String className, String fieldName, ChangeType superType)ListenerMemento(ChangeType type, Reference listener)Retyper(Object source, ChangeSupport changeSupport, ChangeType type)Create a new Retyper for forwarding events.
- 
Uses of ChangeType in org.biojava.utils.cacheConstructors in org.biojava.utils.cache with parameters of type ChangeType Constructor Description ChangeableCache(ChangeType ct)
- 
Uses of ChangeType in org.biojavaxFields in org.biojavax declared as ChangeType Modifier and Type Field Description static ChangeTypeNamespace. ACRONYMstatic ChangeTypeNamespace. AUTHORITYstatic ChangeTypeDocRef. CROSSREFstatic ChangeTypeNamespace. DESCRIPTIONstatic ChangeTypeRankedDocRef. LOCATIONstatic ChangeTypeNamespace. NAMEstatic ChangeTypeComment. RANKstatic ChangeTypeNote. RANKstatic ChangeTypeRankedCrossRef. RANKstatic ChangeTypeRankedDocRef. RANKstatic ChangeTypeDocRef. REMARKstatic ChangeTypeNote. TERMstatic ChangeTypeNamespace. URIstatic ChangeTypeNote. VALUE
- 
Uses of ChangeType in org.biojavax.bioFields in org.biojavax.bio declared as ChangeType Modifier and Type Field Description static ChangeTypeBioEntry. COMMENTstatic ChangeTypeBioEntry. DESCRIPTIONstatic ChangeTypeBioEntry. DIVISIONstatic ChangeTypeBioEntry. IDENTIFIERstatic ChangeTypeBioEntryRelationship. RANKstatic ChangeTypeBioEntry. RANKEDCROSSREFstatic ChangeTypeBioEntry. RANKEDDOCREFstatic ChangeTypeBioEntry. RELATIONSstatic ChangeTypeBioEntry. SEQVERSIONstatic ChangeTypeBioEntry. TAXON
- 
Uses of ChangeType in org.biojavax.bio.dbFields in org.biojavax.bio.db declared as ChangeType Modifier and Type Field Description static ChangeTypeBioEntryDBLite. BIOENTRYSSignals that sequences are being added to or remove from the database.
- 
Uses of ChangeType in org.biojavax.bio.seqFields in org.biojavax.bio.seq declared as ChangeType Modifier and Type Field Description static ChangeTypeRichLocation. CIRCULARstatic ChangeTypeRichSequence. CIRCULARstatic ChangeTypeRichFeature. CROSSREFstatic ChangeTypeRichLocation. FEATUREstatic ChangeTypeRichFeature. LOCATIONstatic ChangeTypeRichFeature. NAMEstatic ChangeTypeRichLocation. NOTEstatic ChangeTypeRichFeature. PARENTstatic ChangeTypeRichFeature. RANKstatic ChangeTypeRichFeatureRelationship. RANKstatic ChangeTypeRichLocation. RANKstatic ChangeTypeRichFeature. RELATIONstatic ChangeTypeRichFeature. SOURCETERMstatic ChangeTypeRichSequence. SYMLISTVERSIONstatic ChangeTypeRichLocation. TERMstatic ChangeTypeRichFeature. TYPETERMMethods in org.biojavax.bio.seq with parameters of type ChangeType Modifier and Type Method Description voidInfinitelyAmbiguousSymbolList. addChangeListener(ChangeListener cl, ChangeType ct)Add a listener that will be informed of changes of a given type.booleanInfinitelyAmbiguousSymbolList. isUnchanging(ChangeType ct)A particular ChangeType can never be raised by this Changeable.voidInfinitelyAmbiguousSymbolList. removeChangeListener(ChangeListener cl, ChangeType ct)Remove a listener that was interested in a specific types of changes.
- 
Uses of ChangeType in org.biojavax.bio.taxaFields in org.biojavax.bio.taxa declared as ChangeType Modifier and Type Field Description static ChangeTypeNCBITaxon. GENETICCODEstatic ChangeTypeNCBITaxon. HIDDENstatic ChangeTypeNCBITaxon. LEFTVALUEstatic ChangeTypeNCBITaxon. MITOGENETICCODEstatic ChangeTypeNCBITaxon. NAMESstatic ChangeTypeNCBITaxon. NODERANKstatic ChangeTypeNCBITaxon. PARENTstatic ChangeTypeNCBITaxon. RIGHTVALUE
- 
Uses of ChangeType in org.biojavax.gaFields in org.biojavax.ga declared as ChangeType Modifier and Type Field Description static ChangeTypeOrganism. CHROMOSOMESstatic ChangeTypeGeneticAlgorithm. CROSS_OVER_FUNCTIONstatic ChangeTypeGeneticAlgorithm. FITNESS_FUNCTIONstatic ChangeTypeGeneticAlgorithm. FUNCTIONstatic ChangeTypeGeneticAlgorithm. MUTATION_FUNCTIONstatic ChangeTypeOrganism. NAMEstatic ChangeTypePopulation. NAMEstatic ChangeTypePopulation. ORGANISMSstatic ChangeTypeGeneticAlgorithm. POPULATIONstatic ChangeTypeGeneticAlgorithm. SELECTION_FUNCTION
- 
Uses of ChangeType in org.biojavax.ga.functionsFields in org.biojavax.ga.functions declared as ChangeType Modifier and Type Field Description static ChangeTypeCrossOverFunction. CROSS_PROBstatic ChangeTypeCrossOverFunction. MAX_CROSSESstatic ChangeTypeMutationFunction. MUTATION_PROBSstatic ChangeTypeMutationFunction. MUTATION_SPECTRUMMethods in org.biojavax.ga.functions with parameters of type ChangeType Modifier and Type Method Description voidCrossOverFunction.NoCross. addChangeListener(ChangeListener cl, ChangeType ct)voidMutationFunction.NoMutation. addChangeListener(ChangeListener cl, ChangeType ct)booleanCrossOverFunction.NoCross. isUnchanging(ChangeType t)booleanMutationFunction.NoMutation. isUnchanging(ChangeType ct)voidCrossOverFunction.NoCross. removeChangeListener(ChangeListener cl, ChangeType ct)voidMutationFunction.NoMutation. removeChangeListener(ChangeListener cl, ChangeType ct)
- 
Uses of ChangeType in org.biojavax.ontologyFields in org.biojavax.ontology declared as ChangeType Modifier and Type Field Description static ChangeTypeComparableOntology. DESCRIPTIONstatic ChangeTypeComparableTerm. DESCRIPTIONstatic ChangeTypeComparableTriple. DESCRIPTORstatic ChangeTypeComparableTerm. IDENTIFIERstatic ChangeTypeComparableTerm. OBSOLETEstatic ChangeTypeComparableTerm. RANKEDCROSSREFstatic ChangeTypeComparableOntology. TERMstatic ChangeTypeComparableOntology. TRIPLE
 
-