public class AtomEnvironmentMatrixGenerator extends AbstractPropertyGenerator<HashIntDescriptorResult>
ambit2.data.descriptors.AtomEnvironmentMatrixr
for actual
generation. The result is contained in
HashIntDescriptorResult
and is assigned as a
molecule property with a name AmbitCONSTANTS.AtomEnvironment
. ambit2.database.writers.AtomEnvironmentMatrixWriter
Modifier and Type | Field and Description |
---|---|
protected FPTable |
fpmode |
protected org.openscience.cdk.tools.CDKHydrogenAdder |
hAdder |
protected AtomEnvironentMatrix |
matrix |
reader
Constructor and Description |
---|
AtomEnvironmentMatrixGenerator() |
AtomEnvironmentMatrixGenerator(int maxLevels) |
Modifier and Type | Method and Description |
---|---|
HashIntDescriptorResult |
generateProperty(org.openscience.cdk.interfaces.IAtomContainer atomContainer) |
Integer |
getMaxLevels() |
Property |
getProperty() |
protected Property |
getTimeProperty() |
void |
setMaxLevels(Integer maxLevels) |
String |
toString() |
close, getAtomContainer, open, process
protected org.openscience.cdk.tools.CDKHydrogenAdder hAdder
protected AtomEnvironentMatrix matrix
protected FPTable fpmode
public AtomEnvironmentMatrixGenerator() throws Exception
Exception
public HashIntDescriptorResult generateProperty(org.openscience.cdk.interfaces.IAtomContainer atomContainer) throws net.idea.modbcum.i.exceptions.AmbitException
generateProperty
in class AbstractPropertyGenerator<HashIntDescriptorResult>
net.idea.modbcum.i.exceptions.AmbitException
public String toString()
toString
in class net.idea.modbcum.p.DefaultAmbitProcessor<IStructureRecord,IStructureRecord>
public Integer getMaxLevels()
public void setMaxLevels(Integer maxLevels)
public Property getProperty()
getProperty
in class AbstractPropertyGenerator<HashIntDescriptorResult>
protected Property getTimeProperty()
getTimeProperty
in class AbstractPropertyGenerator<HashIntDescriptorResult>
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.