anl.aida.util
Class GapMinderCSVReader.Value

java.lang.Object
  extended by anl.aida.util.GapMinderCSVReader.Value
Enclosing class:
GapMinderCSVReader

public static class GapMinderCSVReader.Value
extends java.lang.Object


Field Summary
(package private)  int cIndex
           
(package private)  int tIndex
           
(package private)  float value
           
 
Constructor Summary
GapMinderCSVReader.Value(int timestep, int category, float value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tIndex

int tIndex

cIndex

int cIndex

value

float value
Constructor Detail

GapMinderCSVReader.Value

public GapMinderCSVReader.Value(int timestep,
                                int category,
                                float value)