choco.cp.solver.constraints.global.scheduling.cumulative
Class CumulSweep.Event

java.lang.Object
  extended by choco.cp.solver.constraints.global.scheduling.cumulative.CumulSweep.Event
Enclosing class:
CumulSweep

protected static final class CumulSweep.Event
extends Object


Field Summary
 int capaProfIncrement
           
static int CHECK
           
 int consProfIncrement
           
 int date
           
static int PROFILE
           
static int PRUNING
           
 IRTask task
           
 int type
           
 
Constructor Summary
CumulSweep.Event(int type, IRTask task)
           
CumulSweep.Event(int type, IRTask task, int capaProfIncrement, int consProfIncrement)
           
 
Method Summary
 int getCapaProfIncrement()
           
 int getDate()
           
 IRTask getTask()
           
 int getType()
           
 void set(int date, int capaInc, int consInc)
           
 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

type

public int type

task

public IRTask task

date

public int date

capaProfIncrement

public int capaProfIncrement

consProfIncrement

public int consProfIncrement
Constructor Detail

CumulSweep.Event

public CumulSweep.Event(int type,
                        IRTask task,
                        int capaProfIncrement,
                        int consProfIncrement)

CumulSweep.Event

public CumulSweep.Event(int type,
                        IRTask task)
Method Detail

set

public void set(int date,
                int capaInc,
                int consInc)

toString

public String toString()
Overrides:
toString in class Object

getType

public int getType()

getTask

public IRTask getTask()

getDate

public int getDate()

getCapaProfIncrement

public final int getCapaProfIncrement()


Copyright © 2012. All Rights Reserved.