Interface IObjectiveCompleteGraph<T extends ICompleteGraph>
-
- All Known Implementing Classes:
ObjectiveBlurFlexophoreHardMatchUncovered
public interface IObjectiveCompleteGraph<T extends ICompleteGraph>IObjectiveCompleteGraphCopyright: Actelion Ltd., Inc. All Rights Reserved This software is the proprietary information of Actelion Pharmaceuticals, Ltd. Use is subject to license terms.
- Version:
- 1.0 Oct 1, 2012 MvK: Start implementation
- Author:
- Modest von Korff
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanareNodesMapping(int indexNodeBase, int indexNodeQuery)TgetBase()TgetQuery()floatgetSimilarity(SolutionCompleteGraph solution)floatgetSimilarityHistogram(int indexNode1Query, int indexNode2Query, int indexNode1Base, int indexNode2Base)doublegetSimilarityNodes(IPPNode query, IPPNode base)booleanisValidSolution(SolutionCompleteGraph solution)voidsetBase(T cgBase)voidsetMatchingInfoInQueryAndBase(SolutionCompleteGraph solution)voidsetQuery(T cgQuery)voidsetVerbose(boolean v)
-
-
-
Method Detail
-
getBase
T getBase()
-
getQuery
T getQuery()
-
setBase
void setBase(T cgBase)
-
setQuery
void setQuery(T cgQuery)
-
areNodesMapping
boolean areNodesMapping(int indexNodeBase, int indexNodeQuery)
-
isValidSolution
boolean isValidSolution(SolutionCompleteGraph solution)
-
getSimilarity
float getSimilarity(SolutionCompleteGraph solution)
-
getSimilarityHistogram
float getSimilarityHistogram(int indexNode1Query, int indexNode2Query, int indexNode1Base, int indexNode2Base)
-
setVerbose
void setVerbose(boolean v)
-
setMatchingInfoInQueryAndBase
void setMatchingInfoInQueryAndBase(SolutionCompleteGraph solution)
-
-