Class UnambiguousVariableParameterComparator

  • All Implemented Interfaces:
    Comparator<VariableParameter>

    public class UnambiguousVariableParameterComparator
    extends VariableParameterComparator
    Unambiguous VariableParameter comparator It will first compare the description (case insensitive). Then it will compare the unit using UnambiguousCvTermComparator. Then it will compare the collection of VariableParameterValue using the VariableParameterValueComparator.
    Since:
    22/05/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • UnambiguousVariableParameterComparator

        public UnambiguousVariableParameterComparator()

        Constructor for UnambiguousVariableParameterComparator.