public class DefaultOrganismComparator
extends Object
Default organism comparator.
It will first look at the taxids. If taxIds are the same , it will look at the cell types using DefaultOrganismComparator.
If the cell types are the same, it will look at the tissues using DefaultOrganismComparator. If the tissues are the same,
it will look at the compartments using DefaultOrganismComparator.
- Two organisms which are null are equals
- The organism which is not null is before null.
- Since:
15/01/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)