P - Score parameter typepublic interface PreScorer<P>
| Modifier and Type | Method and Description |
|---|---|
Object |
analyze(P params)
Perform analyze and return result of analyze
|
void |
onScoringComplete()
Method that can be used to clean-up variables and resources.
|
Object analyze(P params)
params - The score parametersvoid onScoringComplete()
FieldScores object has been fully completed.Copyright © 2014. All rights reserved.