Uses of Interface
com.compomics.util.experiment.personalization.UrParameter

Packages that use UrParameter
com.compomics.util.experiment.identification This package contains experiment classes related to identifications. 
com.compomics.util.experiment.personalization This package contains experiment customization classes. 
com.compomics.util.experiment.refinementparameters This package contains experiment classes related to specific parametrization of experiment objects. 
 

Uses of UrParameter in com.compomics.util.experiment.identification
 

Fields in com.compomics.util.experiment.identification with type parameters of type UrParameter
protected  java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,UrParameter>> Identification.urParameters
          Map of the user's parameters.
 

Methods in com.compomics.util.experiment.identification that return UrParameter
 UrParameter Identification.getMatchParameter(java.lang.String matchKey, UrParameter urParameter)
          Returns the personalization parameter of the given match
 

Methods in com.compomics.util.experiment.identification with parameters of type UrParameter
 void Identification.addMatchParameter(java.lang.String key, UrParameter urParameter)
          adds a parameter with a corresponding match key which will be loaded in the memory.
 UrParameter Identification.getMatchParameter(java.lang.String matchKey, UrParameter urParameter)
          Returns the personalization parameter of the given match
 

Uses of UrParameter in com.compomics.util.experiment.personalization
 

Methods in com.compomics.util.experiment.personalization that return UrParameter
 UrParameter ExperimentObject.getUrParam(UrParameter parameter)
          Method which returns the refinement parameter
 

Methods in com.compomics.util.experiment.personalization with parameters of type UrParameter
 void ExperimentObject.addUrParam(UrParameter parameter)
          Method to add a user refinement parameter
static java.lang.String ExperimentObject.getParameterKey(UrParameter parameter)
          Returns the key of a personalization parameter
 UrParameter ExperimentObject.getUrParam(UrParameter parameter)
          Method which returns the refinement parameter
 

Uses of UrParameter in com.compomics.util.experiment.refinementparameters
 

Classes in com.compomics.util.experiment.refinementparameters that implement UrParameter
 class MascotScore
          This class will contain the mascot score.
 



Copyright © 2011. All Rights Reserved.