public interface Comparison
Comparator
and the type of the comparison Descriptor.Type
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getOrder()
Access the order of the comparison between two ligands.
|
Descriptor.Type |
getType()
Access the type of the comparison.
|
java.lang.Integer getOrder()
Comparator
. Negative value indicates the first ligand ranks lower then second whilst a positive
value indicated the second ligand ranks lower then the first. A value of 0 indicates the ligands order equally.Comparator
Descriptor.Type getType()