Modifier and Type | Field and Description |
---|---|
IValueTransformation |
DescriptorInfo.valueTranform |
Modifier and Type | Method and Description |
---|---|
IValueTransformation |
AtomPairCorrectionFactor.getValueTransformation() |
IValueTransformation |
DescriptorCorrectionFactor.getValueTransformation() |
IValueTransformation |
SmartsCorrectionFactor.getValueTransformation() |
Modifier and Type | Method and Description |
---|---|
void |
AtomPairCorrectionFactor.setValueTransformation(IValueTransformation transformation) |
void |
DescriptorCorrectionFactor.setValueTransformation(IValueTransformation transformation) |
void |
SmartsCorrectionFactor.setValueTransformation(IValueTransformation transformation) |
Constructor and Description |
---|
AtomPairCorrectionFactor(String smarts1,
String smarts2,
int distance,
SmartsParser parser,
IsomorphismTester isoTester,
IValueTransformation transformation) |
SmartsCorrectionFactor(String smarts,
SmartsParser parser,
IsomorphismTester isoTester,
IValueTransformation transformation) |
SmartsCorrectionFactor(String smarts,
SmartsParser parser,
IsomorphismTester isoTester,
SmartsConst.SSM_MODE flagSSMode,
IValueTransformation transformation) |
Modifier and Type | Field and Description |
---|---|
IValueTransformation |
CDKDescriptorInfo.valueTranform |
Modifier and Type | Method and Description |
---|---|
CDKDescriptorInfo |
CDKDescriptorManager.registerDecriptor(String fullString,
String name,
Class descrClass,
int resPos,
int hAtomsFlag,
IValueTransformation valueTranform) |
Modifier and Type | Method and Description |
---|---|
IValueTransformation |
IGroup.getValueTransformation() |
IValueTransformation |
ValueTransformedGroup.getValueTransformation() |
Modifier and Type | Method and Description |
---|---|
void |
IGroup.setValueTransformation(IValueTransformation transformation) |
void |
ValueTransformedGroup.setValueTransformation(IValueTransformation transformation) |
Modifier and Type | Class and Description |
---|---|
class |
TransformationComposition |
class |
TransformationExp |
class |
TransformationLin |
class |
TransformationLn |
class |
TransformationPow |
Modifier and Type | Method and Description |
---|---|
IValueTransformation |
IValueTransformation.getInverseTransformation() |
IValueTransformation |
TransformationComposition.getInverseTransformation() |
IValueTransformation |
TransformationExp.getInverseTransformation() |
IValueTransformation |
TransformationLin.getInverseTransformation() |
IValueTransformation |
TransformationLn.getInverseTransformation() |
IValueTransformation |
TransformationPow.getInverseTransformation() |
IValueTransformation |
IHasValueTransformation.getValueTransformation() |
IValueTransformation |
TransformationUtils.parseTransformation(String s) |
Modifier and Type | Method and Description |
---|---|
void |
IHasValueTransformation.setValueTransformation(IValueTransformation transformation) |
Constructor and Description |
---|
TransformationComposition(IValueTransformation[] transformations) |
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.