com.compomics.util.experiment.personalization
Class ExperimentObject

java.lang.Object
  extended by com.compomics.util.experiment.personalization.ExperimentObject
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
Atom, Charge, Enzyme, FastaIndex, Identification, IdentificationMatch, IdentificationMethod, Ion, IonMatch, MascotIdfileReader, MgfIndex, ModificationMatch, MsExperiment, NeutralLoss, OMSSAIdfileReader, Peak, Peptide, PeptideAssumption, PostProcessor, Precursor, Protein, ProteomicAnalysis, PTM, Quantification, QuantificationMatch, QuantificationMethod, Ratio, ReporterMethodFactory, Sample, SampleAnalysisSet, SearchEngine, Spectrum, 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

Constructor Summary
ExperimentObject()
           
 
Method Summary
 void addUrParam(UrParameter parameter)
          Method to add a user refinement parameter
static String getParameterKey(UrParameter parameter)
          Returns the key of a personalization parameter
 UrParameter getUrParam(UrParameter parameter)
          Method which returns the refinement parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExperimentObject

public ExperimentObject()
Method Detail

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.

getParameterKey

public static String getParameterKey(UrParameter parameter)
Returns the key of a personalization parameter

Parameters:
parameter - the desired parameter
Returns:
the corresponding Key


Copyright © 2011. All Rights Reserved.