public class AvailabilityGanttModel
extends ilog.views.gantt.model.IlvDefaultGanttModel
IlvResource
and adds the availability times as the IlvActivity
. It then creates an IlvReservation
between the Resource and the Time.
PLEASE NOTE: Item is not yet implemented in this ModelConstructor and Description |
---|
AvailabilityGanttModel(Availability availability) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ilog.views.gantt.IlvReservation> |
reservationIterator(ilog.views.gantt.IlvResource arg0) |
void |
setAvailability(Availability availability)
Sets the new data for the model and refreshes this internal model to reflect the data
|
addActivity, addConstraint, addReservation, addResource, childActivityIterator, childResourceIterator, constraintIterator, constraintIteratorFromActivity, constraintIteratorToActivity, contains, contains, contains, fireReservationEvent, getChildActivity, getChildActivityCount, getChildActivityIndex, getChildResource, getChildResourceCount, getChildResourceIndex, getParentActivity, getParentActivityIndex, getParentResource, getParentResourceIndex, getRootActivity, getRootResource, moveActivity, moveResource, removeActivity, removeActivity, removeConstraint, removeReservation, removeResource, removeResource, reservationIterator, reservationIterator, reservationIterator, setRootActivity, setRootResource
activityPreorderIterator, activityPreorderIterator, addActivity, addActivityHierarchyListener, addActivityListener, addConstraintListener, addGanttModelPropertyListener, addReservationListener, addResource, addResourceHierarchyListener, addResourceListener, clear, fireActivityEvent, fireConstraintEvent, fireResourceEvent, getChild, getChildCount, getChildIndex, getParent, getParentIndex, isAdjusting, isBatching, removeActivityHierarchyListener, removeActivityListener, removeConstraintListener, removeGanttModelPropertyListener, removeReservationListener, removeResourceHierarchyListener, removeResourceListener, resourcePreorderIterator, resourcePreorderIterator, setAdjusting, setBatching
public AvailabilityGanttModel(Availability availability)
public void setAvailability(Availability availability)
availability
- public java.util.Iterator<ilog.views.gantt.IlvReservation> reservationIterator(ilog.views.gantt.IlvResource arg0)
reservationIterator
in interface ilog.views.gantt.IlvGanttModel
reservationIterator
in class ilog.views.gantt.model.IlvDefaultGanttModel