choco.kernel.solver.constraints.global.scheduling
Interface ICumulativeResource<T extends ITask>

All Superinterfaces:
ICapacitedResource<T>, IResource<T>, IResourceParameters, Serializable
All Known Implementing Classes:
AbstractCumulativeSConstraint, AltCumulative, Cumulative

public interface ICumulativeResource<T extends ITask>
extends ICapacitedResource<T>

Since:
23 janv. 2009 version 2.0.3
Version:
2.0.3
Author:
Arnaud Malapert

Method Summary
 IntDomainVar getHeight(int idx)
           
 boolean hasOnlyPosisiveHeights()
           
 boolean isInstantiatedHeights()
           
 
Methods inherited from interface choco.kernel.solver.constraints.global.scheduling.ICapacitedResource
getCapacity, getConsumption, getMaxCapacity, getMaxConsumption, getMinCapacity, getMinConsumption
 
Methods inherited from interface choco.kernel.solver.constraints.global.scheduling.IResource
asRTaskList, asTaskList, getNbTasks, getRTask, getRTaskIterator, getTask, getTaskIterator
 
Methods inherited from interface choco.kernel.solver.constraints.global.scheduling.IResourceParameters
getNbOptionalTasks, getNbRegularTasks, getRscName
 

Method Detail

getHeight

IntDomainVar getHeight(int idx)

isInstantiatedHeights

boolean isInstantiatedHeights()

hasOnlyPosisiveHeights

boolean hasOnlyPosisiveHeights()


Copyright © 2012. All Rights Reserved.