public class DescriptorsFactory extends AbstractDescriptorFactory<Profile<Property>>
Constructor and Description |
---|
DescriptorsFactory() |
Modifier and Type | Method and Description |
---|---|
protected void |
addToResult(String name,
boolean enabled,
int order,
Profile<Property> result) |
static org.openscience.cdk.qsar.IMolecularDescriptor |
createDescriptor(String className) |
static org.openscience.cdk.qsar.IMolecularDescriptor |
createDescriptor(String className,
String[] parameters) |
static List<Property> |
createDescriptor2Properties(String className) |
static Property |
createDescriptor2Property(String className) |
static Property |
createDescriptor2Property(String className,
String[] parameters) |
protected Profile<Property> |
createResult() |
static Property |
descriptorValue2Property(org.openscience.cdk.qsar.IMolecularDescriptor descriptor,
String name,
org.openscience.cdk.qsar.DescriptorValue value) |
process
protected void addToResult(String name, boolean enabled, int order, Profile<Property> result) throws Exception
addToResult
in class AbstractDescriptorFactory<Profile<Property>>
Exception
protected Profile<Property> createResult()
createResult
in class AbstractDescriptorFactory<Profile<Property>>
public static List<Property> createDescriptor2Properties(String className) throws Exception
Exception
public static Property descriptorValue2Property(org.openscience.cdk.qsar.IMolecularDescriptor descriptor, String name, org.openscience.cdk.qsar.DescriptorValue value) throws Exception
Exception
public static Property createDescriptor2Property(String className) throws Exception
Exception
public static Property createDescriptor2Property(String className, String[] parameters) throws Exception
Exception
public static org.openscience.cdk.qsar.IMolecularDescriptor createDescriptor(String className) throws Exception
Exception
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.