Class PfTableReader
java.lang.Object
com.chemaxon.descriptors.db.MDTableReader<FloatVectorDescriptor>
com.chemaxon.descriptors.fingerprints.pf2d.PfTableReader
MDTable reader for 2D pharmacophore fingerprints.
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 PfTableReader
createNewReader
(String xmlConfig) Create a PfTableReader from the xml configuration string.abstract PfGenerator
Associated descriptor generator.Methods inherited from class com.chemaxon.descriptors.db.MDTableReader
getStandardizerWrapper, getXmlConfig, read
-
Constructor Details
-
PfTableReader
public PfTableReader()
-
-
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<FloatVectorDescriptor>
- Returns:
- Associated generator
-