Class AbstractShapeGeneratorParameter
- java.lang.Object
-
- com.chemaxon.descriptors.alignment.AbstractShapeGeneratorParameter
-
- All Implemented Interfaces:
DescriptorParameters
,Serializable
@Beta @PublicAPI public abstract class AbstractShapeGeneratorParameter extends Object implements DescriptorParameters
Helper class without the requested getDescriptorGenerator method.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractShapeGeneratorParameter(AtomTyping atomTyping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
AtomTyping
getAtomTyping()
int
hashCode()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.chemaxon.descriptors.common.DescriptorParameters
getDescriptorGenerator
-
-
-
-
Constructor Detail
-
AbstractShapeGeneratorParameter
protected AbstractShapeGeneratorParameter(AtomTyping atomTyping)
-
-