Uses of Interface
org.openscience.cdk.IImplementationSpecification
Packages that use IImplementationSpecification
-
Uses of IImplementationSpecification in org.openscience.cdk.qsar
Classes in org.openscience.cdk.qsar that implement IImplementationSpecificationModifier and TypeClassDescriptionclass
Class that is used to distribute descriptor specifications.Methods in org.openscience.cdk.qsar that return IImplementationSpecificationModifier and TypeMethodDescriptionIDescriptor.getSpecification()
Returns aIImplementationSpecification
which specifies which descriptor is implemented by this class.Methods in org.openscience.cdk.qsar that return types with arguments of type IImplementationSpecificationModifier and TypeMethodDescriptionDescriptorEngine.getDescriptorSpecifications()
Returns the DescriptorSpecification objects for all available descriptors.DescriptorEngine.initializeSpecifications
(List<IDescriptor> descriptors) Methods in org.openscience.cdk.qsar with parameters of type IImplementationSpecificationModifier and TypeMethodDescriptionString[]
DescriptorEngine.getDictionaryClass
(IImplementationSpecification descriptorSpecification) Returns the class(es) of the descriptor as defined in the descriptor dictionary.DescriptorEngine.getDictionaryType
(IImplementationSpecification descriptorSpecification) Returns the type of the descriptor as defined in the descriptor dictionary.Method parameters in org.openscience.cdk.qsar with type arguments of type IImplementationSpecificationModifier and TypeMethodDescriptionvoid
DescriptorEngine.setDescriptorSpecifications
(List<IImplementationSpecification> specs) Set the list ofDescriptorSpecification
objects. -
Uses of IImplementationSpecification in org.openscience.cdk.reaction
Classes in org.openscience.cdk.reaction that implement IImplementationSpecificationModifier and TypeClassDescriptionclass
Class that is used to distribute reactions specifications.