Interface IDescriptorHandlerFlexophore
-
- All Superinterfaces:
DescriptorHandler
,ISimilarityCalculator
- All Known Implementing Classes:
DescriptorHandlerFlexophore
public interface IDescriptorHandlerFlexophore extends DescriptorHandler
-
-
Field Summary
-
Fields inherited from interface com.actelion.research.chem.descriptor.DescriptorHandler
FAILED_BYTES, FAILED_STRING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MolDistHistViz
createVisualDescriptor(StereoMolecule mol)
ModelSolutionSimilarity
getBestMatch(MolDistHistViz mdhvBase, MolDistHistViz mdhvQuery)
IObjectiveCompleteGraph
getObjectiveCompleteGraph()
-
Methods inherited from interface com.actelion.research.chem.descriptor.DescriptorHandler
calculationFailed, createDescriptor, decode, decode, encode, getInfo, getThreadSafeCopy, getVersion
-
Methods inherited from interface com.actelion.research.chem.descriptor.ISimilarityCalculator
getSimilarity
-
-
-
-
Method Detail
-
getObjectiveCompleteGraph
IObjectiveCompleteGraph getObjectiveCompleteGraph()
-
createVisualDescriptor
MolDistHistViz createVisualDescriptor(StereoMolecule mol)
-
getBestMatch
ModelSolutionSimilarity getBestMatch(MolDistHistViz mdhvBase, MolDistHistViz mdhvQuery)
-
-