public interface Descriptor
Tetrahedral
,
Trigonal
,
Planar
Modifier and Type | Interface and Description |
---|---|
static class |
Descriptor.Type
Defines the type of the descriptor.
|
Modifier and Type | Method and Description |
---|---|
Descriptor.Type |
getType()
Access the
Descriptor.Type of the descriptor. |
Descriptor.Type getType()
Descriptor.Type
of the descriptor. The type can be useful when ranking descriptors where similar type
descriptors can be considered equal.Descriptor.Type
,
Tetrahedral.getType()
,
Planar.getType()
,
Trigonal.getType()