Uses of Class
com.compomics.util.experiment.biology.atoms.AtomChain
Packages that use AtomChain
Package
Description
The amino acid classes.
The atom classes.
Experiment classes related to ions.
Ion implementations.
Atoms GUI dialogs.
-
Uses of AtomChain in com.compomics.util.experiment.biology.aminoacids
Fields in com.compomics.util.experiment.biology.aminoacids declared as AtomChainModifier and TypeFieldDescriptionprotected AtomChainAminoAcid.monoisotopicAtomChainThe monoisotopic atom chain.Methods in com.compomics.util.experiment.biology.aminoacids that return AtomChainModifier and TypeMethodDescriptionAminoAcid.getMonoisotopicAtomChain()Returns the monoisotopic atom chain representing this amino acid. -
Uses of AtomChain in com.compomics.util.experiment.biology.atoms
Methods in com.compomics.util.experiment.biology.atoms that return AtomChainModifier and TypeMethodDescriptionAtomChain.clone()static AtomChainAtomChain.getAtomChain(String atomChainAsString) Returns an atom chain from the input as string.Methods in com.compomics.util.experiment.biology.atoms with parameters of type AtomChainModifier and TypeMethodDescriptionbooleanAtomChain.isSameCompositionAs(AtomChain anotherChain) Indicates whether two atom chains are of the same composition by comparing their string and type. -
Uses of AtomChain in com.compomics.util.experiment.biology.ions
Fields in com.compomics.util.experiment.biology.ions declared as AtomChainModifier and TypeFieldDescriptionprotected AtomChainIon.atomChainThe atomic composition of the ion.Methods in com.compomics.util.experiment.biology.ions that return AtomChainModifier and TypeMethodDescriptionIon.getAtomicComposition()Returns the atomic composition.NeutralLoss.getComposition()The composition of the loss.Methods in com.compomics.util.experiment.biology.ions with parameters of type AtomChainModifier and TypeMethodDescriptionvoidIon.setAtomicComposition(AtomChain atomChain) Returns the atomic composition.voidNeutralLoss.setComposition(AtomChain composition) Sets the composition of the neutral loss.Constructors in com.compomics.util.experiment.biology.ions with parameters of type AtomChainModifierConstructorDescriptionNeutralLoss(String name, AtomChain composition, boolean fixed) Constructor for a user defined neutral loss.NeutralLoss(String name, AtomChain composition, boolean fixed, char[] aminoAcids) Constructor for a user defined neutral loss.NeutralLoss(String name, AtomChain composition, boolean fixed, char[] aminoAcids, boolean save) Constructor for a user defined neutral loss. -
Uses of AtomChain in com.compomics.util.experiment.biology.ions.impl
Constructors in com.compomics.util.experiment.biology.ions.impl with parameters of type AtomChainModifierConstructorDescriptionRelatedIon(AminoAcid aminoAcidTarget, AtomChain atomChain, int subType) Constructor for a related ion.RelatedIon(AminoAcid aminoAcidTarget, AtomChain atomChain, int subType, boolean save) Constructor for a related ion.ReporterIon(String name, AtomChain atomChain) Constructor for a user-defined reporter ion.ReporterIon(String name, AtomChain atomChain, boolean save) Constructor for a user-defined reporter ion. -
Uses of AtomChain in com.compomics.util.experiment.biology.modifications
Methods in com.compomics.util.experiment.biology.modifications that return AtomChainModifier and TypeMethodDescriptionModification.getAtomChainAdded()Returns the atom chain added.Modification.getAtomChainRemoved()Returns the atom chain removed.Methods in com.compomics.util.experiment.biology.modifications with parameters of type AtomChainModifier and TypeMethodDescriptionvoidModification.setAtomChainAdded(AtomChain atomChainAdded) Sets the atom chain added.voidModification.setAtomChainRemoved(AtomChain atomChainRemoved) Sets the atom chain removed.Constructors in com.compomics.util.experiment.biology.modifications with parameters of type AtomChainModifierConstructorDescriptionModification(ModificationType modificationType, String name, String shortName, AtomChain atomChainAdded, AtomChain atomChainRemoved, AminoAcidPattern aminoAcidPattern, ModificationCategory category) Constructor for a reference modification.Modification(ModificationType modificationType, String name, String shortName, AtomChain atomChainAdded, AtomChain atomChainRemoved, AminoAcidPattern aminoAcidPattern, CvTerm unimodCvTerm, CvTerm psiModCvTerm, ModificationCategory category) Constructor for a reference modification. -
Uses of AtomChain in com.compomics.util.gui.atoms
Methods in com.compomics.util.gui.atoms that return AtomChainModifier and TypeMethodDescriptionAtomChainDialog.getAtomChainAdded()Returns the added atom chain as edited by the user.AtomChainDialog.getAtomChainRemoved()Returns the removed atom chain as edited by the user.Constructors in com.compomics.util.gui.atoms with parameters of type AtomChainModifierConstructorDescriptionAtomChainDialog(Frame parent, AtomChain atomChainAdded, AtomChain atomChainRemoved, boolean onlyAddition) Creates a new dialog.AtomChainDialog(JDialog parent, AtomChain atomChainAdded, AtomChain atomChainRemoved, boolean onlyAddition) Creates a new dialog.