Package | Description |
---|---|
uk.ac.ebi.centres.priority.descriptor |
Modifier and Type | Method and Description |
---|---|
java.util.List<DescriptorList> |
DescriptorList.append(java.util.Collection<? extends DescriptorList> lists)
Appends multiple descriptor lists.
|
protected java.util.NavigableSet<DescriptorList> |
PairRule.generate(Ligand<A> ligand)
Generates a set of descriptor lists that maintain the like/unlike pairing
whilst descriptors are added.
|
protected java.util.NavigableSet<DescriptorList> |
PairRule.generate(java.util.Queue<Ligand<A>> queue)
Generates a set of descriptor lists that maintain the like/unlike pairing
whilst descriptors are added.
|
Modifier and Type | Method and Description |
---|---|
int |
DescriptorList.compareTo(DescriptorList o) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DescriptorList> |
DescriptorList.append(java.util.Collection<? extends DescriptorList> lists)
Appends multiple descriptor lists.
|
Constructor and Description |
---|
DescriptorList(DescriptorList head,
DescriptorList tail)
Creates a new list from a provided head and tail.
|