Package | Description |
---|---|
uk.ac.ebi.centres | |
uk.ac.ebi.centres.descriptor | |
uk.ac.ebi.centres.priority | |
uk.ac.ebi.centres.priority.descriptor |
Modifier and Type | Method and Description |
---|---|
Descriptor.Type |
Comparison.getType()
Access the type of the comparison.
|
Descriptor.Type |
Descriptor.getType()
Access the
Descriptor.Type of the descriptor. |
Descriptor.Type |
LigandComparison.getType() |
Descriptor.Type |
Priority.getType()
Indicates the descriptor type used to.
|
Descriptor.Type |
PriorityRule.getType()
Access the descriptor type this rule indicates.
|
static Descriptor.Type |
Descriptor.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Descriptor.Type[] |
Descriptor.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LigandComparison(java.lang.Integer order,
Descriptor.Type type)
Construct a new ligand comparison with order and type.
|
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 |
---|---|
Descriptor.Type |
General.getType() |
Descriptor.Type |
Planar.getType() |
Descriptor.Type |
Tetrahedral.getType() |
Descriptor.Type |
Trigonal.getType() |
Modifier and Type | Method and Description |
---|---|
Descriptor.Type |
AbstractPriorityRule.getType() |
Constructor and Description |
---|
AbstractPriorityRule(Descriptor.Type reflection,
PriorityRule.Type ordering)
Constructor creates a comparator with the specified type.
|
Constructor and Description |
---|
DescriptorRule(Descriptor.Type type,
PriorityRule.Type ordering,
DescriptorAccessor<A> accessor,
Descriptor... descriptors)
Create an rule with a provided rule type, accessor and given ligand order.
|