com.compomics.util.experiment.personalization
Class ExperimentObject
java.lang.Object
com.compomics.util.experiment.personalization.ExperimentObject
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- Atom, Charge, Enzyme, FastaIndex, Identification, IdentificationMethod, Ion, IonMatch, MascotIdfileReader, MgfIndex, ModificationMatch, MsExperiment, NeutralLoss, OMSSAIdfileReader, Peak, Peptide, PeptideAssumption, PeptideMatch, PeptideQuantification, PostProcessor, Precursor, Protein, ProteinMatch, ProteinQuantification, ProteomicAnalysis, PsmQuantification, PTM, Quantification, QuantificationMethod, Ratio, ReporterMethodFactory, Sample, SampleAnalysisSet, SearchEngine, Spectrum, SpectrumMatch, XTandemIdfileReader
public abstract class ExperimentObject
- extends Object
- implements Serializable, Cloneable
This abstract class provides customization facilities. Tools-dependant
parameters can be added to classes extending this class.
User: Marc
Date: Sep 1, 2010
Time: 11:59:18 AM
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExperimentObject
public ExperimentObject()
addUrParam
public void addUrParam(UrParameter parameter)
- Method to add a user refinement parameter
- Parameters:
parameter
- The parameter
getUrParam
public UrParameter getUrParam(UrParameter parameter)
- Method which returns the refinement parameter
- Parameters:
parameter
- the desired parameter
- Returns:
- the value stored. Null if not found.
Copyright © 2011. All Rights Reserved.