$darkmode
|
DENOPTIM
|
This interface forces descriptors that are not defined in the CDK ontology to provide information that would otherwise be found in the ontology. More...
Public Member Functions | |
| String | getDictionaryTitle () |
| Gets the title of this descriptor as it should be in the dictionary. More... | |
| String | getDictionaryDefinition () |
| Get a string that describes the descriptor in detail. More... | |
| String[] | getDictionaryClass () |
| Get the classification of this descriptor. More... | |
This interface forces descriptors that are not defined in the CDK ontology to provide information that would otherwise be found in the ontology.
Definition at line 27 of file IDenoptimDescriptor.java.
| String[] denoptim.fitness.IDenoptimDescriptor.getDictionaryClass | ( | ) |
Get the classification of this descriptor.
A descriptor can belong to one or more classes simultaneously.
Implemented in denoptim.fitness.descriptors.SocketProvidedDescriptor, denoptim.fitness.descriptors.TanimotoMolSimilarity, and denoptim.fitness.descriptors.TanimotoMolSimilarityBySubstructure.
Referenced by denoptim.fitness.DescriptorUtils.findDescriptorImplementations().
| String denoptim.fitness.IDenoptimDescriptor.getDictionaryDefinition | ( | ) |
Get a string that describes the descriptor in detail.
Might contain mathematical formulation.
DescriptorEngine Implemented in denoptim.fitness.descriptors.SocketProvidedDescriptor, denoptim.fitness.descriptors.TanimotoMolSimilarity, and denoptim.fitness.descriptors.TanimotoMolSimilarityBySubstructure.
Referenced by denoptim.fitness.DescriptorUtils.findDescriptorImplementations().
| String denoptim.fitness.IDenoptimDescriptor.getDictionaryTitle | ( | ) |
Gets the title of this descriptor as it should be in the dictionary.
Implemented in denoptim.fitness.descriptors.SocketProvidedDescriptor, denoptim.fitness.descriptors.TanimotoMolSimilarity, and denoptim.fitness.descriptors.TanimotoMolSimilarityBySubstructure.
Referenced by denoptim.fitness.DescriptorUtils.findDescriptorImplementations().