|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProblemDetails
This interface describes the PC2 API view of the a standing (ranking) information for a particular IClient
as determined by the current PC2
Scoring Algorithm.
An IStanding
object contains information about the standing (ranking) of one particular problem.
This documentation describes the current draft of the PC2 API, which is subject to change.
Method Summary | |
---|---|
long |
getAttempts()
The number of attempts for this problem. |
IClient |
getClient()
The client for this problem data. |
long |
getPenaltyPoints()
In Version 8, this was ProblemScoreData.getScore() |
IProblem |
getProblem()
A Contest Problem. |
int |
getProblemId()
The Problem Number for this problem |
long |
getSolutionTime()
The solution time for this problem |
boolean |
isSolved()
Has this Problem Been Solved? |
Method Detail |
---|
IClient getClient()
IProblem getProblem()
long getAttempts()
int getProblemId()
long getSolutionTime()
long getPenaltyPoints()
boolean isSolved()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |