DefaultCuratedExperimentComparator |
Default curated experiment comparator.
|
DefaultExperimentComparator |
Default experiment comparator.
|
DefaultVariableParameterComparator |
DefaultVariableParameter comparator
It will first compare the description (case insensitive).
|
ExperimentComparator |
Basic experiment comparator.
|
UnambiguousCuratedExperimentComparator |
Unambiguous curated experiments comparator
It will look first at the publications using a UnambiguousCuratedPublicationComparator.
|
UnambiguousExperimentComparator |
Unambiguous experiments comparator
It will look first at the publications using a UnambiguousPublicationComparator.
|
UnambiguousVariableParameterComparator |
Unambiguous VariableParameter comparator
It will first compare the description (case insensitive).
|
VariableParameterCollectionComparator |
Comparator for a collection of variableParameters
|
VariableParameterComparator |
Basic comparator for VariableParameterComparator
It will first compare the description (case insensitive).
|
VariableParameterValueCollectionComparator |
Comparator for a collection of variableParameterValues
|
VariableParameterValueComparator |
Simple Comparator for VariableParameterValue
It will first compare the value (case insensitive) and then the order.
|
VariableParameterValueSetCollectionComparator |
Comparator for a collection of variableParameterValueSet
|
VariableParameterValueSetComparator |
Simple comparator for VariableParameterValueSet
It will use VariableParameterValueComparator to compare each variableParameterValue independently from the order.
|