public class ThreadLocalizedPfParameters extends Object implements DescriptorParameters
ThreadLocalizedPfGenerator
.
We hope efficiency gain from this dangerous workaround. Use with extreme care!.
Conventions and contracts related to com.chemaxon.descriptors
and com.chemaxon.apidiscovery
are
not satisfied by this class.
Modifier and Type | Class and Description |
---|---|
static class |
ThreadLocalizedPfParameters.Builder
Builder class for the immutable parameter object.
|
static interface |
ThreadLocalizedPfParameters.ConstructThreadLocalizedPfGenerator
Interface representing PF generator constructor.
|
Constructor and Description |
---|
ThreadLocalizedPfParameters()
Constructor using the default settings.
|
Modifier and Type | Method and Description |
---|---|
static ThreadLocalizedPfParameters.Builder |
createNewBuilder()
Construct a builder for this parameter class, initialized to default.
|
PfGenerator |
getDescriptorGenerator()
Return the represented descriptor generator.
|
Optional<String> |
getXmlConfig()
The XML configuration string.
|
String |
toString() |
public ThreadLocalizedPfParameters()
public static ThreadLocalizedPfParameters.Builder createNewBuilder()
public PfGenerator getDescriptorGenerator()
DescriptorParameters
Please note that certain descriptors might provide multiple DescriptorGenerator
implementations for
different descriptor representations. (Consider structure based fingerprints feature list/feature counts/folded
finite binary vector representations.) Such different descriptor generators might be exposed through their
parameters object as multiple factory methods.
getDescriptorGenerator
in interface DescriptorParameters