$darkmode
DENOPTIM
denoptim.fitness.IDenoptimDescriptor Interface Reference

This interface forces descriptors that are not defined in the CDK ontology to provide information that would otherwise be found in the ontology. More...

Inheritance diagram for denoptim.fitness.IDenoptimDescriptor:
[legend]

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...
 

Detailed Description

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.

Member Function Documentation

◆ getDictionaryClass()

String[] denoptim.fitness.IDenoptimDescriptor.getDictionaryClass ( )

Get the classification of this descriptor.

A descriptor can belong to one or more classes simultaneously.

Returns

Implemented in denoptim.fitness.descriptors.SocketProvidedDescriptor, denoptim.fitness.descriptors.TanimotoMolSimilarity, and denoptim.fitness.descriptors.TanimotoMolSimilarityBySubstructure.

Referenced by denoptim.fitness.DescriptorUtils.findDescriptorImplementations().

Here is the caller graph for this function:

◆ getDictionaryDefinition()

String denoptim.fitness.IDenoptimDescriptor.getDictionaryDefinition ( )

Get a string that describes the descriptor in detail.

Might contain mathematical formulation.

See also
DescriptorEngine
Returns
the description of this descriptor, possibly containing equations that clarify how it is calculated.

Implemented in denoptim.fitness.descriptors.SocketProvidedDescriptor, denoptim.fitness.descriptors.TanimotoMolSimilarity, and denoptim.fitness.descriptors.TanimotoMolSimilarityBySubstructure.

Referenced by denoptim.fitness.DescriptorUtils.findDescriptorImplementations().

Here is the caller graph for this function:

◆ getDictionaryTitle()

String denoptim.fitness.IDenoptimDescriptor.getDictionaryTitle ( )

Gets the title of this descriptor as it should be in the dictionary.

Returns
the title

Implemented in denoptim.fitness.descriptors.SocketProvidedDescriptor, denoptim.fitness.descriptors.TanimotoMolSimilarity, and denoptim.fitness.descriptors.TanimotoMolSimilarityBySubstructure.

Referenced by denoptim.fitness.DescriptorUtils.findDescriptorImplementations().

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: