Package chemaxon.formats
Class GeneralExportOptions.Builder<T extends GeneralExportOptions.Builder<T>>
java.lang.Object
chemaxon.formats.GeneralExportOptions.Builder<T>
- Enclosing class:
- GeneralExportOptions
public abstract static class GeneralExportOptions.Builder<T extends GeneralExportOptions.Builder<T>>
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaromatization
(GeneralExportOptions.AromatizationMethod arom_method) Sets the aromatization method.abstract GeneralExportOptions
build()
Builds an unmodifiable export option.hydrogenize
(GeneralExportOptions.HydrogenizeOption hydrogenize) Sets the need for adding/removing explicit hydrogens.protected abstract T
self()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
-
build
Builds an unmodifiable export option.- Returns:
- the options
-
aromatization
Sets the aromatization method.- Returns:
- the builder
-
hydrogenize
Sets the need for adding/removing explicit hydrogens.- Returns:
- the builder
-