Uses of Interface
xyz.cofe.cxel.eval.PreparedCall
| Package | Description |
|---|---|
| xyz.cofe.cxel.eval | |
| xyz.cofe.cxel.eval.score |
-
Uses of PreparedCall in xyz.cofe.cxel.eval
Classes in xyz.cofe.cxel.eval with type parameters of type PreparedCall Modifier and Type Interface Description interfaceCallScoring<CALL extends PreparedCall>Подсчет кол-ва очков для конкретного вызова.Classes in xyz.cofe.cxel.eval that implement PreparedCall Modifier and Type Class Description classCallВариант вызова методаFields in xyz.cofe.cxel.eval with type parameters of type PreparedCall Modifier and Type Field Description protected CallScoring<? super PreparedCall>EvalContext. scoringMethods in xyz.cofe.cxel.eval that return types with arguments of type PreparedCall Modifier and Type Method Description CallScoring<? super PreparedCall>EvalContext. getScoring()java.util.List<? extends PreparedCall>BasePreparingCalls. prepare(java.lang.String method, java.util.List<java.lang.Object> args)java.util.List<? extends PreparedCall>PreparingCalls. prepare(java.lang.String method, java.util.List<java.lang.Object> args)Подготовка вызововMethod parameters in xyz.cofe.cxel.eval with type arguments of type PreparedCall Modifier and Type Method Description voidEvalContext. setScoring(CallScoring<? super PreparedCall> scoring) -
Uses of PreparedCall in xyz.cofe.cxel.eval.score
Methods in xyz.cofe.cxel.eval.score with parameters of type PreparedCall Modifier and Type Method Description intDefaultScrolling. calculate(PreparedCall preparedCall, PreparingCalls scope)