Package | Description |
---|---|
uk.ac.ebi.centres | |
uk.ac.ebi.centres.priority |
Modifier and Type | Method and Description |
---|---|
Priority |
LigandSorter.prioritise(java.util.List<Ligand<A>> ligands)
Sorts the provided ligands and indicates if all the ligands are different (i.e.
|
Priority |
PriorityRule.prioritise(java.util.List<Ligand<A>> ligands)
Prioritises ligands using the provided sorter and indicates whether the ligands were unique.
|
Modifier and Type | Method and Description |
---|---|
Priority |
AbstractPriorityRule.prioritise(java.util.List<Ligand<A>> ligands)
Uses the injected ligand sorter to order the ligands.
|
Priority |
InsertionSorter.prioritise(java.util.List<Ligand<A>> ligands)
Sorts in descending order and indicates whether all elements are unique and the type of descriptor used.
|