demo.inpro.system.greifarm
Class GreifarmExperiment.Score

java.lang.Object
  extended by demo.inpro.system.greifarm.GreifarmExperiment.Score
Enclosing class:
GreifarmExperiment

private static class GreifarmExperiment.Score
extends java.lang.Object


Field Summary
(package private)  int combinedScore
           
(package private)  int index
           
(package private) static int nextIndex
           
(package private)  int score
           
(package private)  int time
           
 
Constructor Summary
GreifarmExperiment.Score(int time, int score, int combinedScore)
           
 
Method Summary
private  int nextIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nextIndex

static int nextIndex

time

int time

score

int score

combinedScore

int combinedScore

index

int index
Constructor Detail

GreifarmExperiment.Score

GreifarmExperiment.Score(int time,
                         int score,
                         int combinedScore)
Method Detail

nextIndex

private int nextIndex()