Interface DRShapeDescriptor
-
- All Superinterfaces:
Descriptor
,Guarded
,Serializable
,ShapeDescriptor
@PublicAPI public interface DRShapeDescriptor extends ShapeDescriptor
Descriptor (serialized data) for the Distance range assisted shape alignment comparison.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.chemaxon.descriptors.common.Guarded
Guarded.EnsureThat, Guarded.New
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescriptorGenerator<DRShapeDescriptor>
getDescriptorGenerator()
Deprecated.-
Methods inherited from interface com.chemaxon.descriptors.common.Guarded
getGuardObject
-
Methods inherited from interface com.chemaxon.descriptors.alignment.ShapeDescriptor
getShapeData, toByteArray
-
-
-
-
Method Detail
-
getDescriptorGenerator
DescriptorGenerator<DRShapeDescriptor> getDescriptorGenerator()
Description copied from interface:ShapeDescriptor
Deprecated.- Specified by:
getDescriptorGenerator
in interfaceShapeDescriptor
- Returns:
- Associated guard object.
-
-