Uses of Interface
com.actelion.research.util.graph.complete.IObjectiveCompleteGraph
-
-
Uses of IObjectiveCompleteGraph in com.actelion.research.chem.descriptor.flexophore
Methods in com.actelion.research.chem.descriptor.flexophore that return IObjectiveCompleteGraph Modifier and Type Method Description IObjectiveCompleteGraph
IDescriptorHandlerFlexophore. getObjectiveCompleteGraph()
-
Uses of IObjectiveCompleteGraph in com.actelion.research.chem.descriptor.flexophore.completegraphmatcher
Classes in com.actelion.research.chem.descriptor.flexophore.completegraphmatcher that implement IObjectiveCompleteGraph Modifier and Type Class Description class
ObjectiveBlurFlexophoreHardMatchUncovered
ObjectiveBlurFlexophoreHardMatchUncovered The weighting of the coverage is hard. -
Uses of IObjectiveCompleteGraph in com.actelion.research.util.graph.complete
Methods in com.actelion.research.util.graph.complete that return IObjectiveCompleteGraph Modifier and Type Method Description IObjectiveCompleteGraph<T>
CompleteGraphMatcher. getObjectiveCompleteGraph()
Methods in com.actelion.research.util.graph.complete with parameters of type IObjectiveCompleteGraph Modifier and Type Method Description void
CompleteGraphMatcher. setObjective(IObjectiveCompleteGraph<T> objectiveCompleteGraph)
Constructors in com.actelion.research.util.graph.complete with parameters of type IObjectiveCompleteGraph Constructor Description CompleteGraphMatcher(IObjectiveCompleteGraph<T> objectiveCompleteGraph)
-