public final class IsSubclassScorer<Params,A> extends AbstractScorer<Params,A>
| Constructor and Description |
|---|
IsSubclassScorer(Class<? extends A> bClass) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
double |
getScoreFor(A field,
ScoreParameters<Params> scores)
Determine the score for the given field and parameters.
|
scoreWith, workWithpublic final double getScoreFor(A field, ScoreParameters<Params> scores)
AbstractScorergetScoreFor in interface FScorer<Params,A>getScoreFor in class AbstractScorer<Params,A>field - Field to scorescores - Parameters and analyzes for the scoringpublic String getName()
Copyright © 2014. All rights reserved.