Class VariableParameterComparator

  • All Implemented Interfaces:
    Comparator<VariableParameter>
    Direct Known Subclasses:
    UnambiguousVariableParameterComparator

    public class VariableParameterComparator
    extends Object
    implements Comparator<VariableParameter>
    Basic comparator for VariableParameterComparator It will first compare the description (case insensitive). Then it will compare the unit using AbstractCvTermComparator. Then it will compare the collection of VariableParameterValue using the VariableParameterValueComparator.
    Since:
    22/05/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)