|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.descriptors.MDGenerator
chemaxon.descriptors.ShapeGenerator
public class ShapeGenerator
| Field Summary |
|---|
| Fields inherited from class chemaxon.descriptors.MDGenerator |
|---|
createStatistics, density, freqCount, maxNonEmptyId, maxNonEmptyPercent, minNonEmptyId, minNonEmptyPercent, molCount, sumNonEmptyPercent |
| Constructor Summary | |
|---|---|
ShapeGenerator()
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
generate(Molecule m,
MolecularDescriptor d)
Generates the molecular descriptor for the given molecule. |
void |
setColoring(AlignmentProperties.ColoringScheme c)
|
void |
setFlexible(boolean flexible)
|
void |
setFlexibleRingRotatableBondCount(int bonds)
|
void |
setFlexibleRingSize(int size)
|
protected void |
updateStatistics(MolecularDescriptor d)
Updates statistics gathered on fingerprints generated. |
| Methods inherited from class chemaxon.descriptors.MDGenerator |
|---|
calcFreqCount, getAverageNonZeroRatio, getBrightestMolId, getDarkestMolId, getDensityCounts, getFrequencyCounts, getMaximumBitRatio, getMinimumBitRatio, getMoleculeCount, setCreateStatistics |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShapeGenerator()
| Method Detail |
|---|
public void setFlexible(boolean flexible)
public void setFlexibleRingSize(int size)
public void setFlexibleRingRotatableBondCount(int bonds)
public void setColoring(AlignmentProperties.ColoringScheme c)
public java.lang.String[] generate(Molecule m,
MolecularDescriptor d)
throws MDGeneratorException
MDGenerator
generate in class MDGeneratorm - molecule for which the descriptor is createdd - the generated descriptor
MDGeneratorException - in the case of any failures to generate
the descriptorprotected void updateStatistics(MolecularDescriptor d)
MDGenerator
updateStatistics in class MDGeneratord - newly generated MolecularDescriptor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||