choco.global
Class Cumulative.Event
java.lang.Object
choco.global.Cumulative.Event
- Enclosing class:
- Cumulative
protected class Cumulative.Event
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
Cumulative.Event
public Cumulative.Event(int type,
int task,
int date,
int pinc)
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()