public class FingerprintGenerator<FGenerator extends org.openscience.cdk.fingerprint.IFingerprinter> extends net.idea.modbcum.p.DefaultAmbitProcessor<org.openscience.cdk.interfaces.IAtomContainer,BitSet>
Fingerprinter
and assigned as a
molecule property with a name AmbitCONSTANTS.Fingerprint
Modifier and Type | Field and Description |
---|---|
protected AtomConfigurator |
config |
protected FGenerator |
fingerprinter |
protected int |
FPLength |
protected org.openscience.cdk.tools.CDKHydrogenAdder |
hAdder |
protected boolean |
hydrogens |
Constructor and Description |
---|
FingerprintGenerator(FGenerator fingerprinter) |
Modifier and Type | Method and Description |
---|---|
int |
getFPLength() |
boolean |
isHydrogens() |
BitSet |
process(org.openscience.cdk.interfaces.IAtomContainer object) |
void |
setHydrogens(boolean hydrogens) |
String |
toString() |
protected int FPLength
protected FGenerator extends org.openscience.cdk.fingerprint.IFingerprinter fingerprinter
protected boolean hydrogens
protected org.openscience.cdk.tools.CDKHydrogenAdder hAdder
protected AtomConfigurator config
public FingerprintGenerator(FGenerator fingerprinter)
public BitSet process(org.openscience.cdk.interfaces.IAtomContainer object) throws net.idea.modbcum.i.exceptions.AmbitException
net.idea.modbcum.i.exceptions.AmbitException
public String toString()
toString
in class net.idea.modbcum.p.DefaultAmbitProcessor<org.openscience.cdk.interfaces.IAtomContainer,BitSet>
public int getFPLength()
public boolean isHydrogens()
public void setHydrogens(boolean hydrogens)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.