Uses of Interface
com.actelion.research.util.graph.complete.IObjectiveCompleteGraph
-
Packages that use IObjectiveCompleteGraph Package Description com.actelion.research.chem.descriptor.flexophore.completegraphmatcher com.actelion.research.util.graph.complete -
-
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
ObjectiveFlexophoreHardMatchUncovered
ObjectiveFlexophoreHardMatchUncovered 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 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)
-