Uses of Class
com.actelion.research.util.datamodel.ScorePoint
-
Packages that use ScorePoint Package Description com.actelion.research.calc com.actelion.research.util.datamodel -
-
Uses of ScorePoint in com.actelion.research.calc
Methods in com.actelion.research.calc that return ScorePoint Modifier and Type Method Description ScorePointMatrix. getColIndexContainingMaxVal(int rowEnd, int colEnd)ScorePointMatrix. getMinPos()ScorePointSimilarityMulticore. getNextResult() -
Uses of ScorePoint in com.actelion.research.util.datamodel
Methods in com.actelion.research.util.datamodel that return types with arguments of type ScorePoint Modifier and Type Method Description static java.util.Comparator<ScorePoint>ScorePoint. getComparatorScore()static java.util.Comparator<ScorePoint>ScorePoint. getComparatorX()static java.util.Comparator<ScorePoint>ScorePoint. getComparatorY()static java.util.List<ScorePoint>ScorePoint. read(java.io.File fiTxt)Method parameters in com.actelion.research.util.datamodel with type arguments of type ScorePoint Modifier and Type Method Description static int[]ScorePoint. extractX(java.util.List<ScorePoint> li)
-