public class Priority
extends java.lang.Object
Constructor and Description |
---|
Priority(java.lang.Boolean unique,
Descriptor.Type type) |
Priority(java.lang.Boolean unique,
Descriptor.Type type,
java.util.Set<java.util.Set<java.lang.Integer>> duplicates) |
Modifier and Type | Method and Description |
---|---|
<A> java.util.List<java.util.List<Ligand<A>>> |
createBins(java.util.List<Ligand<A>> ligands) |
Descriptor.Type |
getType()
Indicates the descriptor type used to.
|
java.lang.Boolean |
isUnique()
Indicates whether the ligands were unique (i.e.
|
public Priority(java.lang.Boolean unique, Descriptor.Type type)
unique
- type
- public Priority(java.lang.Boolean unique, Descriptor.Type type, java.util.Set<java.util.Set<java.lang.Integer>> duplicates)
unique
- type
- duplicates
- public java.lang.Boolean isUnique()
public Descriptor.Type getType()