|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Scoreable
Represents an entity that can be scored against a data
Method Summary | |
---|---|
float |
calculateScore(Data data)
Calculates a score against the given data. |
int |
getFrameNumber()
Returns the frame number that this Scoreable should be scored against. |
float |
getScore()
Retrieves a previously calculated (and possibly normalized) score |
float |
normalizeScore(float maxScore)
Normalizes a previously calculated score |
Method Detail |
---|
float calculateScore(Data data)
data
- the data to be scored
float getScore()
float normalizeScore(float maxScore)
int getFrameNumber()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |