Uses of Class
org.biojava.utils.ChangeVetoException
- 
Packages that use ChangeVetoException 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.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.unigene Objects for representing Unigene clusters.org.biojava.bio.program.xff Event-driven parsing system for the Extensible Feature Format (XFF).org.biojava.bio.proteomics Utilities to aid in performing various physical analysis of proteins.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.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 ChangeVetoException in org.biojava.bio
Methods in org.biojava.bio that throw ChangeVetoException Modifier and Type Method Description voidMergeAnnotation. addAnnotation(Annotation ann)Add a new Annotation to to the end of the list to be merged.voidAnnotationType.Abstract. addProperty(Annotation ann, Object key, Object value)voidAnnotationType. addProperty(Annotation ann, Object property, Object value)Add a value to the specified property slot.CollectionAnnotationType.Abstract. getProperty(Annotation ann, Object property)CollectionAnnotationType. getProperty(Annotation ann, Object property)Get the Collection of values associated with an Annotation bundle according to the type we believe it to be.voidMergeAnnotation. removeAnnotation(Annotation ann)Remove an Annotation from the list.voidAbstractAnnotation. removeProperty(Object key)voidAnnotation. removeProperty(Object key)Delete a property.voidAnnotationType.Abstract. removeProperty(Annotation ann, Object key, Object value)voidAnnotationType. removeProperty(Annotation ann, Object property, Object value)Remove a value from the specified property slot.voidMergeAnnotation. removeProperty(Object key)voidOverlayAnnotation. removeProperty(Object key)voidAbstractAnnotation. setProperty(Object key, Object value)voidAnnotation. setProperty(Object key, Object value)Set the value of a property.voidAnnotationType.Abstract. setProperty(Annotation ann, Object property, Object value)voidAnnotationType. setProperty(Annotation ann, Object property, Object value)Set the property in an annotation bundle according to the type we believe it should be.voidMergeAnnotation. setProperty(Object key, Object value)voidOverlayAnnotation. setProperty(Object key, Object value) - 
Uses of ChangeVetoException in org.biojava.bio.alignment
Methods in org.biojava.bio.alignment that throw ChangeVetoException Modifier and Type Method Description voidARAlignment. addSequence(AlignmentElement ae)voidFlexibleAlignment. addSequence(AlignmentElement ae)add a new a alignment usings a location to the reference sequence.voidEditableAlignment. edit(Object label, Edit edit)edit() allows edits on an individual sequence, they should be reflected back to the underlying SymbolList.voidFlexibleAlignment. edit(Object label, Edit edit)voidARAlignment. removeSequence(Object label)voidFlexibleAlignment. removeSequence(Object label)protected voidFlexibleAlignment. resetRange()check that begining is at 1 otherwise shift everything overprotected voidFlexibleAlignment. shift(Object label, int offset)moves the whole sequenceprotected voidFlexibleAlignment. shiftAll(int offset)voidEditableAlignment. shiftAtAlignmentLoc(Object label, Location loc, int offset)loc in this case is the Alignment LocationvoidFlexibleAlignment. shiftAtAlignmentLoc(Object label, Location loc, int offset)loc in this case is the Alignment LocationvoidEditableAlignment. shiftAtSequenceLoc(Object label, Location loc, int offset)loc in this case is the SymbolList LocationvoidFlexibleAlignment. shiftAtSequenceLoc(Object label, Location loc, int offset)loc in this case is the SymbolList Location - 
Uses of ChangeVetoException in org.biojava.bio.dist
Methods in org.biojava.bio.dist that throw ChangeVetoException Modifier and Type Method Description voidCount. increaseCount(AtomicSymbol s, double c)Set the probability or odds that Symbol s is emitted by this state.voidIndexedCount. increaseCount(AtomicSymbol s, double c)static voidDistributionTools. randomizeDistribution(Distribution d)Randomizes the weights of aDistribution.voidCount. setCount(AtomicSymbol s, double c)Set the count for the Symbol s.voidIndexedCount. setCount(AtomicSymbol s, double c)voidCount. setCounts(Count c)Set the counts in this Counts to be equal to the counts in c.voidIndexedCount. setCounts(Count c)voidAbstractDistribution. setNullModel(Distribution nullModel)voidDistribution. setNullModel(Distribution nullDist)Set the null model Distribution that this Distribution recognizes.voidGapDistribution. setNullModel(Distribution nullModel)voidPairDistribution. setNullModel(Distribution nullModel)voidTranslatedDistribution. setNullModel(Distribution dist)protected abstract voidAbstractDistribution. setNullModelImpl(Distribution nullModel)Implement this to set the null model.protected voidSimpleDistribution. setNullModelImpl(Distribution nullModel)voidAbstractDistribution. setWeight(Symbol sym, double weight)Set the weight of a given symbol in this distribution.voidDistribution. setWeight(Symbol s, double w)Set the probability or odds that Symbol s is emitted by this state.voidPairDistribution. setWeight(Symbol sym, double weight)voidTranslatedDistribution. setWeight(Symbol sym, double weight)protected abstract voidAbstractDistribution. setWeightImpl(AtomicSymbol sym, double weight)Implement this to actually set the weight.voidAbstractOrderNDistribution. setWeightImpl(AtomicSymbol sym, double w)Set a weight in one of the conditioned distributions.protected voidSimpleDistribution. setWeightImpl(AtomicSymbol s, double w)protected voidUniformDistribution. setWeightImpl(AtomicSymbol sym, double weight)voidDistributionTrainer. train(DistributionTrainerContext dtc, double weight)Trains the Distribution, given a null model.voidDistributionTrainerContext. train()Trains the Distribution, given a null model.voidSimpleDistribution.Trainer. train(DistributionTrainerContext dtc, double weight)voidSimpleDistributionTrainer. train(DistributionTrainerContext dtc, double weight)Deprecated.voidSimpleDistributionTrainerContext. train()voidCount. zeroCounts()Reset all the counts to zero.voidIndexedCount. zeroCounts() - 
Uses of ChangeVetoException in org.biojava.bio.dp
Methods in org.biojava.bio.dp that throw ChangeVetoException Modifier and Type Method Description voidMarkovModel. addState(State newState)Adds a state to the model.voidSimpleMarkovModel. addState(State toAdd)voidWMAsMM. addState(State toAdd)SequenceWeightMatrixAnnotator. annotate(Sequence seq)protected voidProfileHMM. connectModel()This is called by constructor in setting up the allowed transitions in the modelvoidMarkovModel. createTransition(State from, State to)Makes a transition between two states legal.voidSimpleMarkovModel. createTransition(State from, State to)voidWMAsMM. createTransition(State from, State to)voidMarkovModel. destroyTransition(State from, State to)Breaks a transition between two states legal.voidSimpleMarkovModel. destroyTransition(State from, State to)voidWMAsMM. destroyTransition(State from, State to)voidSimpleStatePath. edit(Edit edit)voidMarkovModel. removeState(State toGo)Remove a state from the model.voidSimpleMarkovModel. removeState(State toGo)voidWMAsMM. removeState(State toAdd)voidEmissionState. setAdvance(int[] advance)Set the advance array.voidSimpleEmissionState. setAdvance(int[] advance)voidSimpleEmissionState. setAnnotation(Annotation ann)voidEmissionState. setDistribution(Distribution dis)Set the Distribution associated with this state.voidSimpleEmissionState. setDistribution(Distribution dis)voidMarkovModel. setWeights(State source, Distribution dist)Set the probability distribution over the transitions from 'source'.voidSimpleMarkovModel. setWeights(State source, Distribution dist)Use this methods to customize the transition probabilities.voidWMAsMM. setWeights(State source, Distribution dist) - 
Uses of ChangeVetoException in org.biojava.bio.gui.sequence
Methods in org.biojava.bio.gui.sequence that throw ChangeVetoException Modifier and Type Method Description voidGlyphFeatureRenderer. addFilterAndGlyph(FeatureFilter ff, Glyph g)voidLabelledSequenceRenderer. addLabelString(String text)Add a piece of text to this renderer's labelvoidMultiLineRenderer. addRenderer(SequenceRenderer renderer)addRendereradds a renderer as a new track.voidPairwiseOverlayRenderer. addRenderer(PairwiseSequenceRenderer renderer)addRendereradds a renderer.voidMultiLineRenderer. clearRenderers()clearRenderersremoves all renderers from this renderer.voidPairwiseOverlayRenderer. clearRenderers()clearRenderersremoves all the renderers.protected voidAbstractPeptideDigestRenderer. doRefreshRenderers()voidGlyphFeatureRenderer. removeFilterWithGlyph(FeatureFilter ff)voidLabelledSequenceRenderer. removeLabelString(String text)Remove a piece of text from the labelvoidMultiLineRenderer. removeRenderer(SequenceRenderer renderer)removeRendererremoves a renderer.voidPairwiseOverlayRenderer. removeRenderer(PairwiseSequenceRenderer renderer)removeRendererremoves a renderer.voidBasicFeatureRenderer. setArrowScoop(double arrowScoop)voidBasicFeatureRenderer. setArrowSize(double arrowSize)voidAbstractBeadRenderer. setBeadDepth(double depth)setBeadDepthsets the depth of a single bead produced by this renderer.voidAbstractBeadRenderer. setBeadDisplacement(double displacement)setBeadDisplacementsets the displacement of beads from the centre line of the renderer.voidAbstractBeadRenderer. setBeadFill(Paint fill)setBeadFillsets the bead fill paint.voidAbstractBeadRenderer. setBeadOutline(Paint outline)setBeadOutlinesets the bead outline paint.voidAbstractBeadRenderer. setBeadStroke(Stroke stroke)setBeadStrokesets the bead outline stroke.voidSixFrameZiggyRenderer. setBlockDepth(double depth)voidZiggyFeatureRenderer. setBlockDepth(double depth)voidSixFrameRenderer. setBlockWidth(double width)voidFeatureBlockSequenceRenderer. setCollapsing(boolean b)Specifies if the renderer should collapse to zero depth when no features are visible (defaulttrue).voidAbiTraceRenderer. setDepth(double depth)voidTickFeatureRenderer. setDepth(double arrowSize)voidEllipticalBeadRenderer. setDimensionRatio(double ratio)setDimensionRatiosets the minimum ratio of long dimension to short dimension of the bead.voidFeatureBlockSequenceRenderer. setFeatureRenderer(FeatureRenderer renderer)setFeatureRenderersets the renderer to be used.voidBasicFeatureRenderer. setFill(Paint p)voidSixFrameRenderer. setFill(Paint p)voidSixFrameZiggyRenderer. setFill(Paint p)voidTickFeatureRenderer. setFill(Paint p)voidZiggyFeatureRenderer. setFill(Paint p)voidFilteringRenderer. setFilter(FeatureFilter filter)voidPairwiseFilteringRenderer. setFilter(FeatureFilter filter)setFiltersets the filter.voidRectangularBeadRenderer. setHeightScaling(boolean isEnabled)setHeightScalingsets the height scaling policy.voidRectangularImapRenderer. setHeightScaling(boolean isEnabled)setHeightScalingsets the height scaling policy.voidAlignmentRenderer. setLabel(String label)voidSimpleLabelRenderer. setLabel(String label)voidFeatureLabelRenderer. setLabelMaker(FeatureLabelRenderer.LabelMaker labelMaker)voidBasicFeatureRenderer. setOutline(Paint p)voidCrosshairRenderer. setOutline(Paint outline)setOutlinesets the the colour used to draw the lines.voidPairwiseDiagonalRenderer. setOutline(Paint outline)setOutlinesets the the colour used to draw the lines.voidSixFrameRenderer. setOutline(Paint p)voidSixFrameZiggyRenderer. setOutline(Paint p)voidTickFeatureRenderer. setOutline(Paint p)voidZiggyFeatureRenderer. setOutline(Paint p)voidPaddingRenderer. setPadding(double padding)Set the padding.voidFilteringRenderer. setRecurse(boolean recurse)voidPairwiseFilteringRenderer. setRecurse(boolean recurse)setRecursesets the recursion flag on the filter.voidLabelledSequenceRenderer. setRenderer(SequenceRenderer sR)Set the child renderer responsible for drawing the contents of this trackvoidOverlayRendererWrapper. setRenderer(SequenceRenderer renderer)voidPairwiseFilteringRenderer. setRenderer(PairwiseSequenceRenderer renderer)setRenderersets the renderer.voidPairwiseSequencePanel. setRenderer(PairwiseSequenceRenderer renderer)setRenderersets the currentPairwiseSequenceRenderer.voidSequencePanel. setRenderer(SequenceRenderer r)voidSequencePoster. setRenderer(SequenceRenderer r)Deprecated.voidSequenceRendererWrapper. setRenderer(SequenceRenderer renderer)voidTranslatedSequencePanel. setRenderer(SequenceRenderer renderer)setRenderersets the currentSequenceRenderer.voidOffsetRulerRenderer. setSequenceOffset(int offset)voidOffsetRulerRenderer. setTickDirection(int dir)voidAbiTraceRenderer. setTrace(ABITrace trace)voidAbstractPeptideDigestRenderer. sortPeptidesIntoLanes()voidLabelledSequenceRenderer. toggleSelectionStatus()Constructors in org.biojava.bio.gui.sequence that throw ChangeVetoException Constructor Description SecondaryStructureFeatureRenderer() - 
Uses of ChangeVetoException in org.biojava.bio.program.gff3
Methods in org.biojava.bio.program.gff3 that throw ChangeVetoException Modifier and Type Method Description protected voidGFF3Parser. parseAttribute(String attValList, Annotation anno, Ontology onto, Ontology fallBack)Parse attValList into a Map of attributes and value lists. - 
Uses of ChangeVetoException in org.biojava.bio.program.hmmer
Methods in org.biojava.bio.program.hmmer that throw ChangeVetoException Modifier and Type Method Description protected voidHmmerProfileHMM. connectModel()This is called by constructor in setting up the allowed transitions in the model - 
Uses of ChangeVetoException in org.biojava.bio.program.homologene
Methods in org.biojava.bio.program.homologene that throw ChangeVetoException Modifier and Type Method Description voidOrthoPairCollection. add(OrthoPairSet group)voidOrthologueSet. addOrthologue(Orthologue ortho)Add an orthologue to the set.voidSimpleOrthologueSet. addOrthologue(Orthologue ortho)voidOrthoPairSet. addOrthoPair(OrthoPair orthology)adds a specified OrthoPair relationship to this group.voidSimpleOrthoPairSet. addOrthoPair(OrthoPair orthology)OrthologueHomologeneDB. createOrthologue(int taxonID, String locusID, String homologeneID, String accession)Create an orthologue.OrthologueHomologeneDB. createOrthologue(Taxon taxon, String locusID, String homologeneID, String accession)Create an orthologue.OrthologueSimpleHomologeneDB. createOrthologue(int taxonID, String locusID, String homologeneID, String accession)OrthologueSimpleHomologeneDB. createOrthologue(Taxon taxon, String locusID, String homologeneID, String accession)voidOrthologueSet. removeOrthologue(Orthologue ortho)Remove an orthologue from the set.voidSimpleOrthologueSet. removeOrthologue(Orthologue ortho)voidOrthoPairSet. removeOrthoPair(OrthoPair orthology)removes a specified OrthoPair relationship from this group.voidSimpleOrthoPairSet. removeOrthoPair(OrthoPair orthology) - 
Uses of ChangeVetoException in org.biojava.bio.program.unigene
Methods in org.biojava.bio.program.unigene that throw ChangeVetoException Modifier and Type Method Description UnigeneClusterUnigeneDB. addCluster(UnigeneCluster cluster)Add a cluster to a database. - 
Uses of ChangeVetoException in org.biojava.bio.program.xff
Methods in org.biojava.bio.program.xff that throw ChangeVetoException Modifier and Type Method Description protected voidFeatureHandler. setFeatureProperty(Object key, Object value)Set a property. - 
Uses of ChangeVetoException in org.biojava.bio.proteomics
Methods in org.biojava.bio.proteomics that throw ChangeVetoException Modifier and Type Method Description voidDigest. addDigestFeatures()Adds peptides as features to the Sequence in this class. - 
Uses of ChangeVetoException in org.biojava.bio.seq
Methods in org.biojava.bio.seq that throw ChangeVetoException Modifier and Type Method Description static voidSequenceTools. addAllFeatures(Sequence seq, FeatureHolder fh)Add features to a sequence that contain the same information as all those in a feature holder.voidSimpleFeatureHolder. addFeature(Feature f)Add a feature to the featureholdervoidMergeFeatureHolder. addFeatureHolder(FeatureHolder fh)Add an extra FeatureHolder to the set of FeatureHolders which are merged.SequenceSequenceAnnotator. annotate(Sequence seq)Return an annotated version of a sequence.FeatureAbstractFeatureHolder. createFeature(Feature.Template temp)FeatureCircularView. createFeature(Feature.Template template)Over rides ViewSequence to allow the use of locations that have coordinates outside of the sequence length (which are needed to describe locations that overlap the origin of a circular sequence).FeatureFeatureHolder. createFeature(Feature.Template ft)Create a new Feature, and add it to this FeatureHolder.FeatureLazyFeatureHolder. createFeature(Feature.Template template)FeatureNewSimpleAssembly. createFeature(Feature.Template temp)FeatureSimpleAssembly. createFeature(Feature.Template temp)voidNewSimpleAssembly. edit(Edit e)voidSimpleAssembly. edit(Edit e)static FeatureHolderFeatureHolderUtils. intersect(FeatureHolder fh1, FeatureHolder fh2)Operator: Intersect FeatureHolder1 with FeatureHolder2static FeatureHolderFeatureHolderUtils. not(FeatureHolder fh1, FeatureHolder fh2)Operator: FeatureHolder 1 NOT FeatureHolder2voidAbstractFeatureHolder. removeFeature(Feature f)voidFeatureHolder. removeFeature(Feature f)Remove a feature from this FeatureHolder.voidLazyFeatureHolder. removeFeature(Feature f)voidNewSimpleAssembly. removeFeature(Feature f)voidSimpleAssembly. removeFeature(Feature f)voidSimpleFeatureHolder. removeFeature(Feature f)voidMergeFeatureHolder. removeFeatureHolder(FeatureHolder fh)Remove a FeatureHolder from the set of FeatureHolders which are merged.voidFeature. setLocation(Location loc)The new location for this feature.voidFeature. setSource(String source)Change the source of the Feature.voidFeature. setSourceTerm(Term t)Set the source ontology-term for this feature.voidStrandedFeature. setStrand(StrandedFeature.Strand strand)Set the strand that this feature lies upon.voidFeature. setType(String type)Change the type of this feature.voidFeature. setTypeTerm(Term t)Set the type ontology-term for this feature.static FeatureHolderFeatureHolderUtils. union(FeatureHolder fh1, FeatureHolder fh2)Operator: Union of FeatureHolder1 and FeatureHolder2 - 
Uses of ChangeVetoException in org.biojava.bio.seq.db
Methods in org.biojava.bio.seq.db that throw ChangeVetoException Modifier and Type Method Description voidIndexedSequenceDB. addFile(File seqFile)Add sequences from a file to the sequence database.voidAbstractSequenceDB. addSequence(Sequence seq)voidDummySequenceDB. addSequence(Sequence seq)voidHashSequenceDB. addSequence(String id, Sequence seq)Add a sequence under a particular id.voidHashSequenceDB. addSequence(Sequence seq)voidSequenceDBLite. addSequence(Sequence seq)Adds a sequence to the database.voidWebSequenceDB. addSequence(Sequence seq)Not supported, You can't add sequences to a WebDB!voidAbstractSequenceDB. removeSequence(String id)voidDummySequenceDB. removeSequence(String id)voidHashSequenceDB. removeSequence(String id)voidSequenceDBLite. removeSequence(String id)Remove the sequence associated with an ID from the database.voidWebSequenceDB. removeSequence(String id)Not supported, you can't remove a sequence from a WebDB! - 
Uses of ChangeVetoException in org.biojava.bio.seq.db.biofetch
Methods in org.biojava.bio.seq.db.biofetch that throw ChangeVetoException Modifier and Type Method Description voidBioFetchSequenceDB. addSequence(Sequence seq)voidBioFetchSequenceDB. removeSequence(String id) - 
Uses of ChangeVetoException in org.biojava.bio.seq.db.biosql
Methods in org.biojava.bio.seq.db.biosql that throw ChangeVetoException Modifier and Type Method Description voidBioSQLSequenceDB. addSequence(Sequence seq)Deprecated.voidBioSQLSequenceDB. createDummySequence(String id, Alphabet alphabet, int length)Deprecated.static TaxonTaxonSQL. getDBTaxon(Connection conn, int taxon_id)Deprecated.Attempts to get a Taxon object corresponding to the specified taxon_id (i.e. the database's internal id for the taxon).voidBioSQLSequenceDB. removeSequence(String id)Deprecated. - 
Uses of ChangeVetoException in org.biojava.bio.seq.db.flat
Methods in org.biojava.bio.seq.db.flat that throw ChangeVetoException Modifier and Type Method Description voidFlatSequenceDB. addSequence(Sequence sequence)addSequencealways throws aChangeVetoExceptionas this implementation is immutable.voidFlatSequenceDB. removeSequence(String id)removeSequencealways throws aChangeVetoExceptionas this implementation is immutable. - 
Uses of ChangeVetoException in org.biojava.bio.seq.distributed
Methods in org.biojava.bio.seq.distributed that throw ChangeVetoException Modifier and Type Method Description voidDistributedSequenceDB. addDataSource(DistDataSource dds)Add a distributed data source.voidDistributedSequenceDB. addSequence(Sequence seq)voidDistributedSequenceDB. removeDataSource(DistDataSource dds)Remove a distributed data source.voidDistributedSequenceDB. removeSequence(String id) - 
Uses of ChangeVetoException in org.biojava.bio.seq.homol
Methods in org.biojava.bio.seq.homol that throw ChangeVetoException Modifier and Type Method Description voidSimilarityPairFeature.EmptyPairwiseAlignment. edit(Edit edit)voidSimpleHomology. setAlignment(Alignment alignment)setAlignmentsets the alignment which describes the homology.voidSimilarityPairFeature. setSibling(SimilarityPairFeature sibling)setSiblingsets the sibling feature of the pair. - 
Uses of ChangeVetoException in org.biojava.bio.seq.impl
Methods in org.biojava.bio.seq.impl that throw ChangeVetoException Modifier and Type Method Description FeatureDummySequence. createFeature(Feature.Template template)FeatureLazyFilterFeatureHolder. createFeature(Feature.Template temp)FeatureRevCompSequence. createFeature(Feature.Template ft)createFeature() will call createFeature() on the underlying Sequence.FeatureSimpleFeature. createFeature(Feature.Template temp)FeatureSimpleGappedSequence. createFeature(Feature.Template templ)FeatureSimpleSequence. createFeature(Feature.Template template)FeatureSimpleSequence. createFeature(FeatureHolder fh, Feature.Template template)Deprecated.Please use new 1-arg createFeature instead.FeatureSubSequence. createFeature(Feature.Template templ)FeatureViewSequence. createFeature(Feature.Template template)voidDummySequence. edit(Edit edit)voidRevCompSequence. edit(Edit e)edit() will try to edit the underlying Sequence.voidSimpleSequence. edit(Edit edit)voidSubSequence. edit(Edit edit)voidViewSequence. edit(Edit edit)voidDummySequence. removeFeature(Feature feature)voidLazyFilterFeatureHolder. removeFeature(Feature f)voidRevCompSequence. removeFeature(Feature f)voidSimpleFeature. removeFeature(Feature f)voidSimpleGappedSequence. removeFeature(Feature f)voidSimpleSequence. removeFeature(Feature f)Remove a feature attached to this sequence.voidSubSequence. removeFeature(Feature f)voidViewSequence. removeFeature(Feature f)Remove a feature from this sequence.voidSimpleFeature. setLocation(Location loc)voidSimpleSimilarityPairFeature. setSibling(SimilarityPairFeature sibling)voidSimpleFeature. setSource(String source)voidSimpleFeature. setSourceTerm(Term t)voidSimpleStrandedFeature. setStrand(StrandedFeature.Strand strand)voidSimpleFeature. setType(String type)voidSimpleFeature. setTypeTerm(Term t) - 
Uses of ChangeVetoException in org.biojava.bio.seq.io
Methods in org.biojava.bio.seq.io that throw ChangeVetoException Modifier and Type Method Description ComponentFeatureSimpleAssemblyBuilder. addComponentSequence(ComponentFeature.Template cft) - 
Uses of ChangeVetoException in org.biojava.bio.seq.projection
Methods in org.biojava.bio.seq.projection that throw ChangeVetoException Modifier and Type Method Description FeatureProjectedFeature. createFeature(Feature.Template temp)FeatureProjectedFeatureHolder. createFeature(Feature.Template templ)FeatureProjectionContext. createFeature(Feature.Template projTempl)Create a projected feature with properties matching the template.FeatureProjectionContext. createFeature(Feature projParent, Feature.Template projTempl)Create a new projected feature.FeatureReparentContext. createFeature(Feature.Template projTempl)FeatureReparentContext. createFeature(Feature f, Feature.Template projTempl)voidProjectedFeature. removeFeature(Feature f)voidProjectedFeatureHolder. removeFeature(Feature dyingChild)voidProjectionContext. removeFeature(Feature dyingChild)Remove the dying child.voidProjectionContext. removeFeature(Feature projParent, Feature dyingChild)Remove the dying child.voidReparentContext. removeFeature(Feature dyingChild)voidReparentContext. removeFeature(Feature f, Feature f2) - 
Uses of ChangeVetoException in org.biojava.bio.symbol
Methods in org.biojava.bio.symbol that throw ChangeVetoException Modifier and Type Method Description voidAbstractAlphabet. addSymbol(Symbol s)voidFiniteAlphabet. addSymbol(Symbol s)Adds a symbol to this alphabet.voidSimpleSymbolList. addSymbol(Symbol sym)Add a new Symbol to the end of this list.voidSoftMaskedAlphabet. addSymbol(Symbol s)SoftMaskedAlphabets cannot add newSymbols.protected abstract voidAbstractAlphabet. addSymbolImpl(AtomicSymbol s)protected voidIntegerAlphabet.SubIntegerAlphabet. addSymbolImpl(AtomicSymbol sym)protected voidSimpleAlphabet. addSymbolImpl(AtomicSymbol s)voidAbstractSymbolList. edit(Edit edit)voidChunkedSymbolList. edit(Edit edit)voidRelabeledAlignment. edit(Edit edit)voidSimpleSymbolList. edit(Edit edit)Apply and edit to the SymbolList as specified by Edit.voidSymbolList. edit(Edit edit)Apply an edit to the SymbolList as specified by the edit object.voidSimpleSymbolList. preChange(ChangeEvent cev)On preChange() we convert the SymolList to a non-veiw version, giving it its own copy of symbolsvoidFiniteAlphabet. removeSymbol(Symbol s)Remove a symbol from this alphabet.voidIntegerAlphabet.SubIntegerAlphabet. removeSymbol(Symbol sym)voidSoftMaskedAlphabet. removeSymbol(Symbol s)SoftMaskedAlphabets cannot removeSymbols. - 
Uses of ChangeVetoException in org.biojava.bio.taxa
Methods in org.biojava.bio.taxa that throw ChangeVetoException Modifier and Type Method Description TaxonTaxonFactory. addChild(Taxon parent, Taxon child)Deprecated.Add a taxon as a child to a parent.TaxonEbiFormat. parse(TaxonFactory taxonFactory, String taxonString)Deprecated.TaxonTaxonParser. parse(TaxonFactory taxonFactory, String taxonString)Deprecated.Convert a stringified Taxon into a Taxon instance.TaxonTaxonFactory. removeChild(Taxon parent, Taxon child)Deprecated.Remove a Taxon as a child to this one.voidAbstractTaxon. setCommonName(String commonName)Deprecated.voidTaxon. setCommonName(String commonName)Deprecated.Set the new common name of this Taxon.voidAbstractTaxon. setScientificName(String scientificName)Deprecated.voidTaxon. setScientificName(String scientificName)Deprecated.Change the scientific name of this species. - 
Uses of ChangeVetoException in org.biojava.ontology
Methods in org.biojava.ontology that throw ChangeVetoException Modifier and Type Method Description OntologyTermOntology.Impl. createOntologyTerm(Ontology o)TermIntegerOntology. createTerm(String name)TermIntegerOntology. createTerm(String name, String description)TermIntegerOntology. createTerm(String name, String description, Object[] synonyms)TermOntology. createTerm(String name)Create a new term in this ontology.TermOntology. createTerm(String name, String description)Create a new term in this ontology.TermOntology. createTerm(String name, String description, Object[] synonyms)Create a new term in this ontology.TermOntology.Impl. createTerm(String name)TermOntology.Impl. createTerm(String name, String description)TermOntology.Impl. createTerm(String name, String description, Object[] synonyms)TripleIntegerOntology. createTriple(Term subject, Term object, Term predicate, String name, String description)TripleOntology. createTriple(Term subject, Term object, Term predicate, String name, String description)Creates a new Triple.TripleOntology.Impl. createTriple(Term subject, Term object, Term predicate, String name, String description)VariableIntegerOntology. createVariable(String name, String description)VariableOntology. createVariable(String name, String description)Create a new term in this ontology that is used as a variable.VariableOntology.Impl. createVariable(String name, String description)voidIntegerOntology. deleteTerm(Term t)voidOntology. deleteTerm(Term t)Remove a term from an ontology, together with all triples which refer to it.voidOntology.Impl. deleteTerm(Term t)TermIntegerOntology. importTerm(Term t, String name)TermOntology.Impl. importTerm(Term t, String name)TermOntology. importTerm(Term t, String localName)Create a view of a term from another ontology. - 
Uses of ChangeVetoException in org.biojava.utils
Methods in org.biojava.utils that throw ChangeVetoException Modifier and Type Method Description voidChangeHub. firePreChange(Object key, ChangeEvent cev)invoke the firePreChangeEvent on all ChangeListeners associated with a specific key.voidIndexedChangeHub. firePreChange(Object key, ChangeEvent cev)voidChangeSupport. firePreChangeEvent(ChangeEvent ce)Inform the listeners that a change is about to take place using their firePreChangeEvent methods.protected ChangeEventChangeForwarder. generateEvent(ChangeEvent ce)Return the new event to represent the originating event ce.protected ChangeEventChangeForwarder.Retyper. generateEvent(ChangeEvent ce)voidChangeAdapter. preChange(ChangeEvent ce)voidChangeForwarder. preChange(ChangeEvent ce)voidChangeListener.AlwaysVetoListener. preChange(ChangeEvent cev)voidChangeListener.ChangeEventRecorder. preChange(ChangeEvent cev)voidChangeListener.LoggingListener. preChange(ChangeEvent cev)voidChangeListener. preChange(ChangeEvent cev)Called before a change takes place. - 
Uses of ChangeVetoException in org.biojavax
Methods in org.biojavax that throw ChangeVetoException Modifier and Type Method Description voidEmptyRichAnnotation. addNote(Note note)Adds a note to this annotation.voidRichAnnotation. addNote(Note note)Adds a note to this annotation.voidSimpleRichAnnotation. addNote(Note note)Adds a note to this annotation.voidRankedCrossRefable. addRankedCrossRef(RankedCrossRef crossref)Adds a ranked cross reference to the existing set.voidEmptyRichAnnotation. clear()Removes all notes from this annotation object.voidRichAnnotation. clear()Removes all notes from this annotation object.voidSimpleRichAnnotation. clear()Removes all notes from this annotation object.voidEmptyRichAnnotation. removeNote(Note note)Removes a note from this annotation.voidRichAnnotation. removeNote(Note note)Removes a note from this annotation.voidSimpleRichAnnotation. removeNote(Note note)Removes a note from this annotation.voidEmptyRichAnnotation. removeProperty(Object key)Delete a property.voidSimpleRichAnnotation. removeProperty(Object key)Deprecated.voidRankedCrossRefable. removeRankedCrossRef(RankedCrossRef crossref)Removes a ranked cross reference from the existing set.voidNamespace. setAcronym(String acronym)Sets an optional acronym for the namespace.voidSimpleNamespace. setAcronym(String acronym)Sets an optional acronym for the namespace.voidNamespace. setAuthority(String authority)This method sets the authority that governs the namespace.voidSimpleNamespace. setAuthority(String authority)This method sets the authority that governs the namespace.voidDocRef. setCrossref(CrossRef crossref)The document reference may refer to an object in another database.voidSimpleDocRef. setCrossref(CrossRef crossref)The document reference may refer to an object in another database.voidNamespace. setDescription(String description)This method sets a description for the namespace.voidSimpleNamespace. setDescription(String description)This method sets a description for the namespace.voidRankedDocRef. setLocation(RichLocation location)Set the location of this reference.voidSimpleRankedDocRef. setLocation(RichLocation location)Set the location of this reference.voidEmptyRichAnnotation. setNoteSet(Set notes)Clears the notes from this annotation and replaces them with those from the given set.voidRichAnnotatable. setNoteSet(Set<Note> notes)Clears the notes associated with this object and replaces them with the contents of this set.voidRichAnnotation. setNoteSet(Set<Note> notes)Clears the notes from this annotation and replaces them with those from the given set.voidSimpleRichAnnotation. setNoteSet(Set<Note> notes)Clears the notes from this annotation and replaces them with those from the given set.voidEmptyRichAnnotation. setProperty(Object key, Object value)Set the value of a property.voidSimpleRichAnnotation. setProperty(Object key, Object value)Deprecated.voidComment. setRank(int rank)Sets the rank of this comment.voidNote. setRank(int value)Sets the rank for this note.voidRankedCrossRef. setRank(int rank)Set the rank associated with the cross reference.voidRankedDocRef. setRank(int rank)Set the rank of this reference.voidSimpleComment. setRank(int rank)Sets the rank of this comment.voidSimpleNote. setRank(int rank)Sets the rank for this note.voidSimpleRankedCrossRef. setRank(int rank)Set the rank associated with the cross reference.voidSimpleRankedDocRef. setRank(int rank)Set the rank of this reference.voidRankedCrossRefable. setRankedCrossRefs(Set<RankedCrossRef> crossrefs)Sets the ranked cross references associated with an object.voidDocRef. setRemark(String Remark)Set the remarks for this document reference using this method.voidSimpleDocRef. setRemark(String remark)Set the remarks for this document reference using this method.voidNote. setTerm(ComparableTerm term)Sets the term for this note.voidSimpleNote. setTerm(ComparableTerm term)Sets the term for this note.voidNamespace. setURI(URI URI)Sets an optional URI for the namespace.voidSimpleNamespace. setURI(URI URI)Sets an optional URI for the namespace.voidNote. setValue(String value)Sets the value for this note, or null for no value.voidSimpleNote. setValue(String value)Sets the value for this note, or null for no value. - 
Uses of ChangeVetoException in org.biojavax.bio
Methods in org.biojavax.bio that throw ChangeVetoException Modifier and Type Method Description voidBioEntry. addComment(Comment comment)Adds a comment instance to this bioentry.voidSimpleBioEntry. addComment(Comment comment)Adds a comment instance to this bioentry.voidSimpleBioEntry. addRankedCrossRef(RankedCrossRef crossref)Adds a ranked cross reference to the existing set.voidBioEntry. addRankedDocRef(RankedDocRef docref)Adds a ranked docref instance to this bioentry.voidSimpleBioEntry. addRankedDocRef(RankedDocRef docref)Adds a ranked docref instance to this bioentry.voidBioEntry. addRelationship(BioEntryRelationship relation)Adds a relation instance to this bioentry.voidSimpleBioEntry. addRelationship(BioEntryRelationship relation)Adds a relation instance to this bioentry.voidBioEntry. removeComment(Comment comment)Removes a comment instance from this bioentry.voidSimpleBioEntry. removeComment(Comment comment)Removes a comment instance from this bioentry.voidSimpleBioEntry. removeRankedCrossRef(RankedCrossRef crossref)Removes a ranked cross reference from the existing set.voidBioEntry. removeRankedDocRef(RankedDocRef docref)Removes a ranked docref instance from this bioentry.voidSimpleBioEntry. removeRankedDocRef(RankedDocRef docref)Removes a ranked docref instance from this bioentry.voidBioEntry. removeRelationship(BioEntryRelationship relation)Removes a relation instance from this bioentry.voidSimpleBioEntry. removeRelationship(BioEntryRelationship relation)Removes a relation instance from this bioentry.voidBioEntry. setDescription(String description)Sets the description for this bioentry.voidSimpleBioEntry. setDescription(String description)Sets the description for this bioentry.voidBioEntry. setDivision(String division)Sets the division of this bioentry.voidSimpleBioEntry. setDivision(String division)Sets the division of this bioentry.voidBioEntry. setIdentifier(String identifier)Sets the identifier of this bioentry.voidSimpleBioEntry. setIdentifier(String identifier)Sets the identifier of this bioentry.voidSimpleBioEntry. setNoteSet(Set<Note> notes)Clears the notes associated with this object and replaces them with the contents of this set.voidBioEntryRelationship. setRank(Integer rank)Sets the rank of this relationship.voidSimpleBioEntryRelationship. setRank(Integer rank)Sets the rank of this relationship.voidBioEntry. setTaxon(NCBITaxon taxon)Sets the taxon for this bioentry.voidSimpleBioEntry. setTaxon(NCBITaxon taxon)Sets the taxon for this bioentry. - 
Uses of ChangeVetoException in org.biojavax.bio.db
Methods in org.biojavax.bio.db that throw ChangeVetoException Modifier and Type Method Description voidAbstractBioEntryDB. addBioEntry(BioEntry seq)voidAbstractRichSequenceDB. addBioEntry(BioEntry seq)voidBioEntryDBLite. addBioEntry(BioEntry seq)Adds a sequence to the database.protected voidHashBioEntryDB. addBioEntry(String id, BioEntry seq)voidHashBioEntryDB. addBioEntry(BioEntry seq)Add a BioEntry, the name of the BioEntry will be used as the IDvoidAbstractRichSequenceDB. addRichSequence(RichSequence seq)protected voidHashRichSequenceDB. addRichSequence(String id, RichSequence seq)voidHashRichSequenceDB. addRichSequence(RichSequence seq)Add a sequence.voidRichSequenceDBLite. addRichSequence(RichSequence seq)Adds a sequence to the database.voidAbstractRichSequenceDB. addSequence(Sequence seq)voidAbstractBioEntryDB. removeBioEntry(String id)voidAbstractRichSequenceDB. removeBioEntry(String id)voidBioEntryDBLite. removeBioEntry(String id)Remove the BioEntry associated with an ID from the database.voidHashBioEntryDB. removeBioEntry(String id)voidAbstractRichSequenceDB. removeRichSequence(String id)voidRichSequenceDBLite. removeRichSequence(String id)Remove the RichSequence associated with an ID from the database.voidAbstractRichSequenceDB. removeSequence(String id)voidHashRichSequenceDB. removeSequence(String id) - 
Uses of ChangeVetoException in org.biojavax.bio.db.biosql
Methods in org.biojavax.bio.db.biosql that throw ChangeVetoException Modifier and Type Method Description voidBioSQLBioEntryDB. _addBioEntry(BioEntry seq)voidBioSQLBioEntryDB. addBioEntry(BioEntry seq)voidBioSQLRichSequenceDB. addRichSequence(RichSequence seq)voidBioSQLRichSequenceHandler. edit(RichSequence seq, Edit edit)Apply an edit to the Sequence as specified by the edit object.voidBioSQLBioEntryDB. removeBioEntry(String id)voidBioSQLRichSequenceDB. removeRichSequence(String id) - 
Uses of ChangeVetoException in org.biojavax.bio.seq
Methods in org.biojavax.bio.seq that throw ChangeVetoException Modifier and Type Method Description voidRichFeatureRelationshipHolder. addFeatureRelationship(RichFeatureRelationship relationship)Adds a relationship to this feature holder.voidSimpleRichFeature. addFeatureRelationship(RichFeatureRelationship relationship)Adds a relationship to this feature holder.voidSimpleRichFeature. addRankedCrossRef(RankedCrossRef crossref)Adds a ranked cross reference to the existing set.FeatureSimpleRichFeature. createFeature(Feature.Template ft)Create a new Feature, and add it to this FeatureHolder.FeatureThinRichSequence. createFeature(Feature.Template ft)Create a new Feature, and add it to this FeatureHolder.voidDummyRichSequenceHandler. edit(RichSequence seq, Edit edit)Apply an edit to the Sequence as specified by the edit object.voidInfinitelyAmbiguousSymbolList. edit(Edit edit)Apply an edit to the SymbolList as specified by the edit object.voidRichSequenceHandler. edit(RichSequence seq, Edit edit)Apply an edit to the Sequence as specified by the edit object.voidThinRichSequence. edit(Edit edit)Apply an edit to the SymbolList as specified by the edit object.static RichFeatureRichFeature.Tools. enrich(Feature f)Takes a normal Feature and attempts to convert it into a RichFeature.static RichSequenceRichSequence.Tools. enrich(Sequence s)Boldly attempts to convert aSequenceinto aRichSequence.voidSimpleRichFeature. removeFeature(Feature f)Remove a feature from this FeatureHolder.voidThinRichSequence. removeFeature(Feature f)Remove a feature from this FeatureHolder.voidRichFeatureRelationshipHolder. removeFeatureRelationship(RichFeatureRelationship relationship)Removes a relationship from this feature holder.voidSimpleRichFeature. removeFeatureRelationship(RichFeatureRelationship relationship)Removes a relationship from this feature holder.voidSimpleRichFeature. removeRankedCrossRef(RankedCrossRef crossref)Removes a ranked cross reference from the existing set.voidRichSequence. setCircular(boolean circular)Circularises theSequence.voidThinRichSequence. setCircular(boolean circular)Circularises theSequence.voidCompoundRichLocation. setCircularLength(int sourceSeqLength)Sets the circular length of this location.voidEmptyRichLocation. setCircularLength(int sourceSeqLength)Sets the circular length of this location.voidMultiSourceCompoundRichLocation. setCircularLength(int sourceSeqLength)Sets the circular length of this location.voidRichLocation. setCircularLength(int sourceSeqLength)Sets the circular length of this location.voidSimpleRichLocation. setCircularLength(int circularLength)Sets the circular length of this location.voidCompoundRichLocation. setFeature(RichFeature feature)Sets the feature this location is associated with.voidEmptyRichLocation. setFeature(RichFeature feature)Sets the feature this location is associated with.voidRichLocation. setFeature(RichFeature feature)Sets the feature this location is associated with.voidSimpleRichLocation. setFeature(RichFeature feature)Sets the feature this location is associated with.voidRichFeatureRelationshipHolder. setFeatureRelationshipSet(Set<RichFeatureRelationship> relationships)Clears the relations from this feature holder and replaces them with a new set.voidSimpleRichFeature. setFeatureRelationshipSet(Set<RichFeatureRelationship> relationships)Clears the relations from this feature holder and replaces them with a new set.voidRichSequence. setFeatureSet(Set<Feature> features)Sets the features of this sequence.voidThinRichSequence. setFeatureSet(Set<Feature> features)Sets the features of this sequence.voidSimpleRichFeature. setLocation(Location loc)The new location for this feature.voidRichFeature. setName(String name)Sets the name of this feature.voidSimpleRichFeature. setName(String name)Sets the name of this feature.voidCompoundRichLocation. setNoteSet(Set notes)Clears the notes associated with this object and replaces them with the contents of this set.voidEmptyRichLocation. setNoteSet(Set notes)Clears the notes associated with this object and replaces them with the contents of this set.voidSimpleRichFeature. setNoteSet(Set notes)Clears the notes associated with this object and replaces them with the contents of this set.voidSimpleRichLocation. setNoteSet(Set notes)Clears the notes associated with this object and replaces them with the contents of this set.voidRichFeature. setParent(FeatureHolder parent)Sets the parent of this feature.voidSimpleRichFeature. setParent(FeatureHolder parent)Sets the parent of this feature.voidEmptyRichLocation. setRank(int rank)Sets the rank for this location.voidRichFeature. setRank(int rank)Sets the rank of this feature.voidRichFeatureRelationship. setRank(int rank)Sets the rank of this relationship.voidRichLocation. setRank(int rank)Sets the rank for this location.voidSimpleRichFeature. setRank(int rank)Sets the rank of this feature.voidSimpleRichFeatureRelationship. setRank(int rank)Sets the rank of this relationship.voidSimpleRichLocation. setRank(int rank)Sets the rank for this location.voidSimpleRichFeature. setRankedCrossRefs(Set crossrefs)Sets the ranked cross references associated with an object.voidRichSequence. setSeqVersion(Double seqVersion)Sets the version of the associated symbol list.voidThinRichSequence. setSeqVersion(Double seqVersion)Sets the version of the associated symbol list.voidSimpleRichFeature. setSource(String source)Change the source of the Feature.voidSimpleRichFeature. setSourceTerm(Term t)Set the source ontology-term for this feature.voidSimpleRichFeature. setStrand(StrandedFeature.Strand strand)Set the strand that this feature lies upon.voidCompoundRichLocation. setTerm(ComparableTerm term)Sets the term for this location.voidEmptyRichLocation. setTerm(ComparableTerm term)Sets the term for this location.voidRichLocation. setTerm(ComparableTerm term)Sets the term for this location.voidSimpleRichLocation. setTerm(ComparableTerm term)Sets the term for this location.voidSimpleRichFeature. setType(String type)Change the type of this feature.voidSimpleRichFeature. setTypeTerm(Term t)Set the type ontology-term for this feature.Constructors in org.biojavax.bio.seq that throw ChangeVetoException Constructor Description SimpleRichFeature(FeatureHolder parent, Feature.Template templ)Creates a new instance of SimpleRichFeature based on a template. - 
Uses of ChangeVetoException in org.biojavax.bio.taxa
Methods in org.biojavax.bio.taxa that throw ChangeVetoException Modifier and Type Method Description voidNCBITaxon. addName(String nameClass, String name)Adds the name to this taxon in the given name class.voidSimpleNCBITaxon. addName(String nameClass, String name)Adds the name to this taxon in the given name class.booleanNCBITaxon. removeName(String nameClass, String name)Removes the name from the given name class.booleanSimpleNCBITaxon. removeName(String nameClass, String name)Removes the name from the given name class.voidNCBITaxon. setGeneticCode(Integer geneticCode)Sets the genetic code of this taxon, which may be null, which will unset it.voidSimpleNCBITaxon. setGeneticCode(Integer geneticCode)Sets the genetic code of this taxon, which may be null, which will unset it.voidNCBITaxon. setLeftValue(Integer leftValue)Sets the left value.voidSimpleNCBITaxon. setLeftValue(Integer leftValue)Sets the left value.voidNCBITaxon. setMitoGeneticCode(Integer mitoGeneticCode)Sets the mitochondrial genetic code of this taxon, which may be null, which will unset it.voidSimpleNCBITaxon. setMitoGeneticCode(Integer mitoGeneticCode)Sets the mitochondrial genetic code of this taxon, which may be null, which will unset it.voidNCBITaxon. setNodeRank(String nodeRank)Sets the node rank of this taxon.voidSimpleNCBITaxon. setNodeRank(String nodeRank)Setter for property nodeRank.voidNCBITaxon. setParentNCBITaxID(Integer parent)Sets the parent NCBI taxon ID.voidSimpleNCBITaxon. setParentNCBITaxID(Integer parent)Sets the parent NCBI taxon ID.voidNCBITaxon. setRightValue(Integer rightValue)Sets the right value.voidSimpleNCBITaxon. setRightValue(Integer rightValue)Sets the right value.voidNCBITaxon. setTaxonHidden(boolean isTaxonHidden)determines whether this taxonomy level is displayed in etNameHierarchy()voidSimpleNCBITaxon. setTaxonHidden(boolean isTaxonHidden) - 
Uses of ChangeVetoException in org.biojavax.ga
Methods in org.biojavax.ga that throw ChangeVetoException Modifier and Type Method Description voidPopulation. addOrganism(Organism org)Adds an Organism to the PopulationvoidPopulation. addOrganisms(Set orgs)Adds several organisms to the populationvoidPopulation. addOrganisms(Organism[] orgs)Adds several organisms to the populationvoidPopulation. addOrganisms(Population orgs)Adds the residents of one population to this onevoidPopulation. removeAllOrganisms()Removes all theOrganismsin thisPopulationvoidPopulation. removeOrganism(Organism org)Kills off the organismvoidPopulation. removeOrganisms(Set orgs)Removes all theOrganismsinorgsvoidPopulation. removeOrganisms(Organism[] orgs)Removes all theOrganismsinorgsvoidGeneticAlgorithm. run(GAStoppingCriteria stoppingCriteria)Iterates the Algorithm until the stopping criteria are met.voidOrganism. setChromosomes(SymbolList[] chromosomes)Sets the organisms 'chromosome' sequences.voidGeneticAlgorithm. setCrossOverFunction(CrossOverFunction function)Changes theCrossOverFunctionused to CrossOver ChromosomesvoidGeneticAlgorithm. setFitnessFunction(FitnessFunction func)The fitness function that will be used to compute the fitness of each organism.voidGeneticAlgorithm. setMutationFunction(MutationFunction function)Sets the currentMutationFunctionvoidOrganism. setName(String name)Sets the organisms namevoidPopulation. setName(String name)Sets the name of the populationvoidGeneticAlgorithm. setPopulation(Population pop)Sets thePopulationofOrganismsto the Algorithm.voidGeneticAlgorithm. setSelectionFunction(SelectionFunction function)Changes theSelectionFunctionused to select candidates for the next generation - 
Uses of ChangeVetoException in org.biojavax.ga.functions
Methods in org.biojavax.ga.functions that throw ChangeVetoException Modifier and Type Method Description SymbolListMutationFunction. mutate(SymbolList seq)Produces a new SymbolList by mutation.SymbolListSimpleMutationFunction. mutate(SymbolList seq)SymbolListSwapMutationFunction. mutate(SymbolList seq)GACrossResultCrossOverFunction. performCrossOver(SymbolList chromA, SymbolList chromB)Performs a cross between the pair of chromosomesGACrossResultOrderCrossover. performCrossOver(SymbolList chromA, SymbolList chromB)GACrossResultSimpleCrossOverFunction. performCrossOver(SymbolList chromA, SymbolList chromB)PopulationProportionalSelection. select(Population pop, GeneticAlgorithm genAlg)PopulationSelectionFunction. select(Population pop, GeneticAlgorithm genAlg)Selects aPopulationofOrganismsfor replication based on their fitness.PopulationTournamentSelection. select(Population pop, GeneticAlgorithm genAlg)Standard call to select organisms, will select a number of Organisms corresponding to 75 % of the population.voidAbstractCrossOverFunction. setCrossOverProbs(double[] crossOverProbs)voidCrossOverFunction.NoCross. setCrossOverProbs(double[] crossOverProb)voidCrossOverFunction. setCrossOverProbs(double[] crossOverProbs)Sets the probability of crossing at each base.voidSelectionFunction.SelectAll. setFitnessFunction(FitnessFunction func)voidAbstractCrossOverFunction. setMaxCrossOvers(int maxCrossOvers)voidCrossOverFunction.NoCross. setMaxCrossOvers(int max)voidCrossOverFunction. setMaxCrossOvers(int maxCrossOvers)Sets an upper limit on the number of crosses.voidAbstractMutationFunction. setMutationProbs(double[] mutationProbs)voidMutationFunction.NoMutation. setMutationProbs(double[] muts)voidMutationFunction. setMutationProbs(double[] mutationProbs)Set the probability of a mutation occuring at a certain position Position 0 in the array corresponds to the probability of the first residue ofseqmutating.voidAbstractMutationFunction. setMutationSpectrum(OrderNDistribution mutationSpectrum)voidMutationFunction.NoMutation. setMutationSpectrum(OrderNDistribution odn)voidMutationFunction. setMutationSpectrum(OrderNDistribution mutationSpectrum)Sets theDistributionofSymbolsthat will be selected from when a mutation occurs. - 
Uses of ChangeVetoException in org.biojavax.ga.impl
Methods in org.biojavax.ga.impl that throw ChangeVetoException Modifier and Type Method Description voidAbstractPopulation. addOrganism(Organism org)voidAbstractPopulation. addOrganisms(Set orgs)voidAbstractPopulation. addOrganisms(Organism[] orgs)voidAbstractPopulation. addOrganisms(Population orgs)voidAbstractPopulation. removeAllOrganisms()voidAbstractPopulation. removeOrganism(Organism org)voidAbstractPopulation. removeOrganisms(Set orgs)voidAbstractPopulation. removeOrganisms(Organism[] orgs)voidSimpleGeneticAlgorithm. run(GAStoppingCriteria stoppingCriteria)voidAbstractOrganism. setChromosomes(SymbolList[] chromosomes)voidAbstractGeneticAlgorithm. setCrossOverFunction(CrossOverFunction function)voidAbstractGeneticAlgorithm. setFitnessFunction(FitnessFunction func)voidAbstractGeneticAlgorithm. setMutationFunction(MutationFunction function)voidAbstractOrganism. setName(String name)voidAbstractPopulation. setName(String name)voidAbstractGeneticAlgorithm. setPopulation(Population pop)voidAbstractGeneticAlgorithm. setSelectionFunction(SelectionFunction function) - 
Uses of ChangeVetoException in org.biojavax.ontology
Methods in org.biojavax.ontology that throw ChangeVetoException Modifier and Type Method Description voidComparableTriple. addDescriptor(ComparableTerm desc)Adds a descriptor.voidSimpleComparableTriple. addDescriptor(ComparableTerm desc)Adds a descriptor.voidSimpleComparableTerm. addRankedCrossRef(RankedCrossRef crossref)Adds a ranked cross reference to the existing set.TermSimpleComparableOntology. createTerm(String name)Create a new term in this ontology.TermSimpleComparableOntology. createTerm(String name, String description)Create a new term in this ontology.TermSimpleComparableOntology. createTerm(String name, String description, Object[] synonyms)Create a new term in this ontology.TripleSimpleComparableOntology. createTriple(Term subject, Term object, Term predicate, String name, String description)Creates a new Triple.VariableSimpleComparableOntology. createVariable(String name, String description)Create a new term in this ontology that is used as a variable.voidSimpleComparableOntology. deleteTerm(Term t)Remove a term from an ontology, together with all triples which refer to it.TermSimpleComparableOntology. importTerm(Term t, String localName)Create a view of a term from another ontology.booleanComparableTriple. removeDescriptor(ComparableTerm desc)Removes a descriptor.booleanSimpleComparableTriple. removeDescriptor(ComparableTerm desc)Removes a descriptor.voidSimpleComparableTerm. removeRankedCrossRef(RankedCrossRef crossref)Removes a ranked cross reference from the existing set.voidComparableOntology. setDescription(String description)Sets a human-readable description of this ontology.voidComparableTerm. setDescription(String description)Sets the description associated with this term.voidSimpleComparableOntology. setDescription(String description)Sets a human-readable description of this ontology.voidSimpleComparableTerm. setDescription(String description)Sets the description associated with this term.voidComparableTriple. setDescriptors(Set descriptors)Clears the current set of descriptors and replaces it with the content of the set passed.voidSimpleComparableTriple. setDescriptors(Set descriptors)Clears the current set of descriptors and replaces it with the content of the set passed.voidComparableTerm. setIdentifier(String identifier)Sets the (optional) identifier associated with this term.voidSimpleComparableTerm. setIdentifier(String identifier)Sets the (optional) identifier associated with this term.voidComparableTerm. setObsolete(Boolean obsolete)Sets the obsolescence flag associated with this term.voidSimpleComparableTerm. setObsolete(Boolean obsolete)Sets the obsolescence flag associated with this term.voidSimpleComparableTerm. setRankedCrossRefs(Set rankedcrossrefs)Sets the ranked cross references associated with an object.voidComparableOntology. setTermSet(Set terms)Clears out all the terms and populates the ontology with the contents of the set passed.voidSimpleComparableOntology. setTermSet(Set terms)Clears out all the terms and populates the ontology with the contents of the set passed.voidComparableOntology. setTripleSet(Set triples)Clears out all the triples and populates the ontology with the contents of the set passed.voidSimpleComparableOntology. setTripleSet(Set triples)Clears out all the triples and populates the ontology with the contents of the set passed. 
 -