kawigi.challenge
Class CoderHistory
java.lang.Object
|
+--kawigi.challenge.CoderHistory
- public class CoderHistory
- extends java.lang.Object
|
Constructor Summary |
CoderHistory(java.lang.String name,
int[] generalInfo,
int[][] div1info,
int[][] div2info,
int[][] challengeInfo)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RATING
public static final int RATING
- See Also:
- Constant Field Values
RANK
public static final int RANK
- See Also:
- Constant Field Values
COMPETITIONS
public static final int COMPETITIONS
- See Also:
- Constant Field Values
VOLATILITY
public static final int VOLATILITY
- See Also:
- Constant Field Values
MAX_RATING
public static final int MAX_RATING
- See Also:
- Constant Field Values
MIN_RATING
public static final int MIN_RATING
- See Also:
- Constant Field Values
FAILED_CHALLENGE
public static final int FAILED_CHALLENGE
- See Also:
- Constant Field Values
FAILED_SYS
public static final int FAILED_SYS
- See Also:
- Constant Field Values
SUBMITTED
public static final int SUBMITTED
- See Also:
- Constant Field Values
FAILED_CHALLENGES
public static final int FAILED_CHALLENGES
- See Also:
- Constant Field Values
CHALLENGES
public static final int CHALLENGES
- See Also:
- Constant Field Values
DIV_I
public static final int DIV_I
- See Also:
- Constant Field Values
DIV_II
public static final int DIV_II
- See Also:
- Constant Field Values
LEVEL_ONE
public static final int LEVEL_ONE
- See Also:
- Constant Field Values
LEVEL_2
public static final int LEVEL_2
- See Also:
- Constant Field Values
LEVEL_3
public static final int LEVEL_3
- See Also:
- Constant Field Values
CoderHistory
public CoderHistory(java.lang.String name,
int[] generalInfo,
int[][] div1info,
int[][] div2info,
int[][] challengeInfo)
getName
public java.lang.String getName()
getRating
public int getRating()
getRank
public int getRank()
getNumCompetitions
public int getNumCompetitions()
getVolatility
public int getVolatility()
getMaxRating
public int getMaxRating()
getMinRating
public int getMinRating()
getSubmissionInfo
public int getSubmissionInfo(int division,
int level,
int infoType)
getChallengeInfo
public int getChallengeInfo(int level,
int type)
getSubmissionAccuracy
public double getSubmissionAccuracy(int division,
int level)
getSubmissionChallengeability
public double getSubmissionChallengeability(int division,
int level)
getChallengeAccuracy
public double getChallengeAccuracy(int level)
getProblemHistory
public kawigi.challenge.ProblemHistory getProblemHistory(int division,
int level)