Interface SelectParam<T>

Type Parameters:
T - object-type that is used as a parameter for an experiment.
All Known Implementing Classes:
UseDefaultManager

public interface SelectParam<T>
Different methods of selecting an object T that is used as a parameter for an experiment.
  • Method Summary

    Modifier and Type
    Method
    Description
    Provides a string that can be displayed to the user to describe this particular SelectParam.
    boolean
    Checks if this is the default option that occurs without any additional user effort.
    select(ExecutionArguments executionArguments)
    Retrieves the parameter.