choco.cp.solver.constraints.global.softscheduling
Class AbstractSoftCumulative.Event

java.lang.Object
  extended by choco.cp.solver.constraints.global.softscheduling.AbstractSoftCumulative.Event
Enclosing class:
AbstractSoftCumulative

protected class AbstractSoftCumulative.Event
extends 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
AbstractSoftCumulative.Event(int type, int task, int date, int pinc)
           
 
Method Summary
 int getDate()
           
 int getProfIncrement()
           
 int getTask()
           
 int getType()
           
 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

AbstractSoftCumulative.Event

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

toString

public String toString()
Overrides:
toString in class Object

getType

public int getType()

getTask

public int getTask()

getDate

public int getDate()

getProfIncrement

public int getProfIncrement()


Copyright © 2012. All Rights Reserved.