Class CfpTableReader
java.lang.Object
com.chemaxon.descriptors.db.MDTableReader<BinaryVectorDescriptor>
com.chemaxon.descriptors.fingerprints.cfp.CfpTableReader
MDTable reader for CFP.
Please note that this interface is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CfpTableReader
createNewReader
(String xmlConfig) Create a PfTableReader from the xml configuration string.abstract CfpGenerator
Associated descriptor generator.Methods inherited from class com.chemaxon.descriptors.db.MDTableReader
getStandardizerWrapper, getXmlConfig, read
-
Constructor Details
-
CfpTableReader
public CfpTableReader()
-
-
Method Details
-
createNewReader
Create a PfTableReader from the xml configuration string.- Parameters:
xmlConfig
- xml config- Returns:
- a PfTableReader implementation
- Throws:
IllegalArgumentException
- invalid xml string
-
getDescriptorGenerator
Description copied from class:MDTableReader
Associated descriptor generator.Associated generator is compatible with the read descriptors created by method
MDTableReader.read(byte[])
. Note that theDescriptorSerializer
exposed by the returned generator is not compatible with the binary form represented by this reader.- Specified by:
getDescriptorGenerator
in classMDTableReader<BinaryVectorDescriptor>
- Returns:
- Associated generator
-