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
ConstructorsConstructorDescriptionBuilder()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:ParameterBuilderConstructs an immutable instance of T.- Specified by:
buildin interfaceParameterBuilder<PfParameters>- Returns:
- An immutable instance of T
-