Uses of Class
org.ldk.structs.Score
-
Packages that use Score Package Description org.ldk.structs -
-
Uses of Score in org.ldk.structs
Methods in org.ldk.structs that return Score Modifier and Type Method Description ScoreProbabilisticScorer. as_Score()Constructs a new Score which calls the relevant methods on this_arg.static ScoreScore. new_impl(Score.ScoreInterface arg, ScoreLookUp.ScoreLookUpInterface ScoreLookUp_impl, ScoreUpdate.ScoreUpdateInterface ScoreUpdate_impl)Methods in org.ldk.structs with parameters of type Score Modifier and Type Method Description static MultiThreadedLockableScoreMultiThreadedLockableScore. of(Score score)Creates a new [`MultiThreadedLockableScore`] given an underlying [`Score`].
-