Uses of Interface
choco.kernel.solver.variables.scheduling.ITimePeriodList

Packages that use ITimePeriodList
choco.kernel.solver.variables.scheduling   
 

Uses of ITimePeriodList in choco.kernel.solver.variables.scheduling
 

Classes in choco.kernel.solver.variables.scheduling that implement ITimePeriodList
 class TimePeriodList
           
 

Methods in choco.kernel.solver.variables.scheduling that return ITimePeriodList
 ITimePeriodList ITask.getTimePeriodList()
          Gets the list of time periods in which the task is executed
 ITimePeriodList AbstractTask.getTimePeriodList()
           
 

Constructors in choco.kernel.solver.variables.scheduling with parameters of type ITimePeriodList
AbstractTask(ITimePeriodList timePeriodList)
          possibly allow preemption.
 



Copyright © 2012. All Rights Reserved.