Class PfParameters.Builder
java.lang.Object
com.chemaxon.descriptors.fingerprints.pf2d.PfParameters.Builder
- All Implemented Interfaces:
ParameterBuilder<PfParameters>
- Enclosing class:
- PfParameters
Builder class for the immutable parameter object.
-
Constructor Summary
ConstructorDescriptionBuilder()
Constructor with default settings.Builder
(PfParameters parameters) Constructor based on a parameter object. -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Constructs an immutable instance of T.Sets configuration xml string.Sets configuration xml string.
-
Constructor Details
-
Builder
public Builder()Constructor with default settings. -
Builder
Constructor based on a parameter object.- Parameters:
parameters
- Parameter object
-
-
Method Details
-
xmlConfig
Sets configuration xml string.- Parameters:
xmlConfig
- configuration string- Returns:
- reference to this builder
-
xmlConfig
Sets configuration xml string.- Parameters:
xmlConfig
- configuration string- Returns:
- reference to this builder
-
build
Description copied from interface:ParameterBuilder
Constructs an immutable instance of T.- Specified by:
build
in interfaceParameterBuilder<PfParameters>
- Returns:
- An immutable instance of T
-