| Package | Description |
|---|---|
| org.openscience.cdk.qsar | |
| org.openscience.cdk.qsar.result |
| Modifier and Type | Method and Description |
|---|---|
IDescriptorResult |
DescriptorValue.getValue() |
| Constructor and Description |
|---|
DescriptorValue(DescriptorSpecification specification,
String[] parameterNames,
Object[] parameterSettings,
IDescriptorResult value,
String[] descriptorNames)
Construct a descriptor value object, representing the numeric values as well as parameters and provenance.
|
DescriptorValue(DescriptorSpecification specification,
String[] parameterNames,
Object[] parameterSettings,
IDescriptorResult value,
String[] descriptorNames,
Exception exception)
Construct a descriptor value object, representing the numeric values as well as parameters and provenance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanResult
Object that provides access to the calculated descriptor value.
|
class |
BooleanResultType
IDescriptorResult type for boolean.
|
class |
DoubleArrayResult |
class |
DoubleArrayResultType
IDescriptorResult type for doubles.
|
class |
DoubleResult |
class |
DoubleResultType
IDescriptorResult type for double.
|
class |
IntegerArrayResult |
class |
IntegerArrayResultType
IDescriptorResult type for integers.
|
class |
IntegerResult
Object that provides access to the calculated descriptor value.
|
class |
IntegerResultType
IDescriptorResult type for integer.
|
Copyright © 2017. All rights reserved.