Package | Description |
---|---|
uk.ac.ebi.centres | |
uk.ac.ebi.centres.priority |
Modifier and Type | Method and Description |
---|---|
void |
PriorityRule.setSorter(LigandSorter<A> sorter)
Allows injection of a ligand sorter.
|
Modifier and Type | Class and Description |
---|---|
class |
InsertionSorter<A>
A simple insertion sort for ligands.
|
Modifier and Type | Method and Description |
---|---|
LigandSorter<A> |
CombinedRule.createSorter(java.util.List<PriorityRule<A>> rules) |
LigandSorter<A> |
AbstractPriorityRule.getSorter()
Access the ligand sorter, if the sorter is null a default insertion sorter (
InsertionSorter ) is created
using 'this; rule as the comparator. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPriorityRule.setSorter(LigandSorter<A> sorter) |