Statistics
Class Stat
java.lang.Object
Statistics.Stat
public class Stat
- extends java.lang.Object
To improve our impression about Visitor.
Collect statistics.
Constructor Summary |
Stat()
|
Method Summary |
static void |
initServerLanguage(java.lang.String s)
Set srvLan, index of Server language, depending on input s |
static void |
internalInit()
|
static java.lang.String |
supplyStat(int end)
Supply statistics to the server. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timeOfVictoryToLevel2
public static int timeOfVictoryToLevel2
timeOfVictoryToLevel3
public static int timeOfVictoryToLevel3
typingAttempts
public static int typingAttempts
answerAttempts
public static int answerAttempts
fullAnswerAttempts
public static int fullAnswerAttempts
ordersToMeasure
public static int ordersToMeasure
derivatorIsSetTo90Degrees
public static int derivatorIsSetTo90Degrees
derivatorReachedAccuracyDigits
public static int derivatorReachedAccuracyDigits
keyEvents
public static int keyEvents
helpCalls
public static int helpCalls
helpTime
public static int helpTime
introTime
public static int introTime
helpLevelCalls
public static int[] helpLevelCalls
helpLevelTime
public static int[] helpLevelTime
distanceTraveled
public static int distanceTraveled
farestDistanceReached
public static int farestDistanceReached
Stat
public Stat()
internalInit
public static void internalInit()
initServerLanguage
public static void initServerLanguage(java.lang.String s)
- Set srvLan, index of Server language, depending on input s
supplyStat
public static java.lang.String supplyStat(int end)
- Supply statistics to the server.
end = 0 supply only if time came;
= 1 supply ultimately;
= 2 supply because user ordered end of session.