Statistics
Class Stat

java.lang.Object
  extended by Statistics.Stat

public class Stat
extends java.lang.Object

To improve our impression about Visitor. Collect statistics.


Field Summary
static int answerAttempts
           
static int derivatorIsSetTo90Degrees
           
static int derivatorReachedAccuracyDigits
           
static int distanceTraveled
           
static int farestDistanceReached
           
static int fullAnswerAttempts
           
static int helpCalls
           
static int[] helpLevelCalls
           
static int[] helpLevelTime
           
static int helpTime
           
static int introTime
           
static int keyEvents
           
static int ordersToMeasure
           
static int timeOfVictoryToLevel2
           
static int timeOfVictoryToLevel3
           
static int typingAttempts
           
 
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
 

Field Detail

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
Constructor Detail

Stat

public Stat()
Method Detail

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.