Class DefaultVariableParameter

  • All Implemented Interfaces:
    VariableParameter

    public class DefaultVariableParameter
    extends Object
    implements VariableParameter
    Default implementation for variableParameters Notes: The equals and hashcode methods have been overridden to be consistent with UnambiguousVariableParameterComparator
    Since:
    22/05/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • DefaultVariableParameter

        public DefaultVariableParameter​(String description)

        Constructor for DefaultVariableParameter.

        Parameters:
        description - a String object.
      • DefaultVariableParameter

        public DefaultVariableParameter​(String description,
                                        Experiment experiment)

        Constructor for DefaultVariableParameter.

        Parameters:
        description - a String object.
        experiment - a Experiment object.
      • DefaultVariableParameter

        public DefaultVariableParameter​(String description,
                                        CvTerm unit)

        Constructor for DefaultVariableParameter.

        Parameters:
        description - a String object.
        unit - a CvTerm object.
      • DefaultVariableParameter

        public DefaultVariableParameter​(String description,
                                        Experiment experiment,
                                        CvTerm unit)

        Constructor for DefaultVariableParameter.

        Parameters:
        description - a String object.
        experiment - a Experiment object.
        unit - a CvTerm object.