|
JOELib Computational Chemistry Package |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjoelib.desc.SimpleDoubleDesc
Representation for a simple double value descriptor.
| Field Summary | |
DescriptorInfo |
descInfo
|
| Constructor Summary | |
SimpleDoubleDesc()
Initializes descriptor class for calculating a double value. |
|
| Method Summary | |
JOEProperty[] |
acceptedProperties()
|
DescResult |
calculate(JOEMol mol)
Calculate descriptor for this molecule. |
DescResult |
calculate(JOEMol mol,
DescResult descResult)
Calculate descriptor for this molecule. |
DescResult |
calculate(JOEMol mol,
DescResult descResult,
Map properties)
Calculate descriptor for this molecule. |
DescResult |
calculate(JOEMol mol,
Map properties)
Calculate descriptor for this molecule. |
void |
clear()
Clear descriptor calculation method for a new molecule. |
DescriptorInfo |
getDescInfo()
Gets the descriptor informations for this descriptor. |
DescDescription |
getDescription()
Gets the descriptor description. |
abstract double |
getDoubleValue(JOEMol mol)
Gets the double descriptor value. |
boolean |
initialize(Map properties)
Initialize descriptor calculation method for all following molecules. |
boolean |
testDescriptor()
Test the implementation of this descriptor. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public DescriptorInfo descInfo
| Constructor Detail |
public SimpleDoubleDesc()
| Method Detail |
public abstract double getDoubleValue(JOEMol mol)
public DescriptorInfo getDescInfo()
getDescInfo in interface Descriptorpublic DescDescription getDescription()
getDescription in interface Descriptorpublic JOEProperty[] acceptedProperties()
acceptedProperties in interface PropertyAcceptor
public DescResult calculate(JOEMol mol)
throws DescriptorException
calculate in interface Descriptormol - molecule for which this descriptor should be calculated
DescriptorException - descriptor calculation exception
public DescResult calculate(JOEMol mol,
Map properties)
throws DescriptorException
calculate in interface Descriptormol - molecule for which this descriptor should be calculatedproperties - initialization properties
DescriptorException - descriptor calculation exception
public DescResult calculate(JOEMol mol,
DescResult descResult)
throws DescriptorException
calculate in interface Descriptormol - molecule for which this descriptor should be calculateddescResult - the descriptor result class in which the result should be stored
DescriptorException - descriptor calculation exception
public DescResult calculate(JOEMol mol,
DescResult descResult,
Map properties)
throws DescriptorException
calculate in interface Descriptormol - molecule for which this descriptor should be calculateddescResult - the descriptor result class in which the result should be storedproperties - initialization properties
DescriptorException - descriptor calculation exceptionpublic void clear()
clear in interface Descriptorpublic boolean initialize(Map properties)
initialize in interface Descriptorproperties - initialization properties
public boolean testDescriptor()
testDescriptor in interface Descriptor
|
JOELib Computational Chemistry Package Comments and Questions? mail to J.K.Wegner |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||