Uses of Class
com.actelion.research.util.graph.complete.SolutionCompleteGraph
-
Packages that use SolutionCompleteGraph Package Description com.actelion.research.chem.descriptor.flexophore.completegraphmatcher com.actelion.research.util.graph.complete -
-
Uses of SolutionCompleteGraph in com.actelion.research.chem.descriptor.flexophore.completegraphmatcher
Methods in com.actelion.research.chem.descriptor.flexophore.completegraphmatcher with parameters of type SolutionCompleteGraph Modifier and Type Method Description float
ObjectiveFlexophoreHardMatchUncovered. getSimilarity(SolutionCompleteGraph solution)
boolean
ObjectiveFlexophoreHardMatchUncovered. isValidSolution(SolutionCompleteGraph solution)
If a single histogram is not matching the solution is invalid.void
ObjectiveFlexophoreHardMatchUncovered. setMatchingInfoInQueryAndBase(SolutionCompleteGraph solution)
Sets the color information for the visualization of the Flexophore PPPoints. -
Uses of SolutionCompleteGraph in com.actelion.research.util.graph.complete
Methods in com.actelion.research.util.graph.complete that return SolutionCompleteGraph Modifier and Type Method Description SolutionCompleteGraph
FactorySolution. createObject()
SolutionCompleteGraph
CompleteGraphMatcher. getBestMatchingSolution()
Methods in com.actelion.research.util.graph.complete with parameters of type SolutionCompleteGraph Modifier and Type Method Description int
SolutionCompleteGraph. compareTo(SolutionCompleteGraph s)
float
IObjectiveCompleteGraph. getSimilarity(SolutionCompleteGraph solution)
boolean
IObjectiveCompleteGraph. isValidSolution(SolutionCompleteGraph solution)
-