choco.global
Class Cumulative.Event

java.lang.Object
  extended by choco.global.Cumulative.Event
Enclosing class:
Cumulative

protected class Cumulative.Event
extends java.lang.Object


Field Summary
static int CHECK
           
static int CHECKPROF
           
 int date
           
 int prof_increment
           
static int PROFILE
           
static int PRUNING
           
 int task
           
 int type
           
 
Constructor Summary
Cumulative.Event(int type, int task, int date, int pinc)
           
 
Method Summary
 int getDate()
           
 int getProfIncrement()
           
 int getTask()
           
 int getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CHECK

public static final int CHECK
See Also:
Constant Field Values

PROFILE

public static final int PROFILE
See Also:
Constant Field Values

PRUNING

public static final int PRUNING
See Also:
Constant Field Values

CHECKPROF

public static final int CHECKPROF
See Also:
Constant Field Values

type

public int type

task

public int task

date

public int date

prof_increment

public int prof_increment
Constructor Detail

Cumulative.Event

public Cumulative.Event(int type,
                        int task,
                        int date,
                        int pinc)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getType

public int getType()

getTask

public int getTask()

getDate

public int getDate()

getProfIncrement

public int getProfIncrement()