Uses of Class
procope.tools.userclasses.UserParameter

Packages that use UserParameter
procope.tools.userclasses   
 

Uses of UserParameter in procope.tools.userclasses
 

Methods in procope.tools.userclasses that return UserParameter
static UserParameter UserParameter.getFromSAX(Attributes atts)
          Get a user parameter from a SAX parses Attributes object
 

Methods in procope.tools.userclasses that return types with arguments of type UserParameter
 List<UserParameter> UserClusterer.getParameters()
          Returns the parameters of this clusterer
 List<UserParameter> UserScoresCalculator.getParameters()
          Returns the parameters of this scores calculator.
 

Constructor parameters in procope.tools.userclasses with type arguments of type UserParameter
UserScoresCalculator(String name, String className, boolean multiplePurificationDatasets, List<UserParameter> parameters)
          Creates a new user scores calculator.