Package | Description |
---|---|
uk.ac.ebi.centres | |
uk.ac.ebi.centres.priority |
Modifier and Type | Class and Description |
---|---|
class |
LigandComparison
Simple holder for a ligand comparison.
|
Modifier and Type | Method and Description |
---|---|
Comparison |
PriorityRule.compareLigands(Ligand<A> o1,
Ligand<A> o2)
Analogous to
Comparator.compare(Object, Object) the prioritise method combines the Descriptor.Type to the
order and can indicate what comparison method was used. |
Modifier and Type | Method and Description |
---|---|
Comparison |
AbstractPriorityRule.compareLigands(Ligand<A> o1,
Ligand<A> o2) |
Comparison |
CombinedRule.compareLigands(Ligand<A> o1,
Ligand<A> o2)
Iteratively compares ligands using the given priority rules.
|
Comparison |
InsertionSorter.compareLigands(Ligand<A> first,
Ligand<A> second) |