| Package | Description |
|---|---|
| com.ibm.tivoli.maximo.skd.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
GanttModelUtil.visitResource(ilog.views.gantt.IlvResource item,
ilog.views.gantt.IlvGanttModel model,
GanttModelUtil.IlvResourceVisitor visitor,
java.lang.Object state)
Allow an
IlvResource object to be visited by the visitor. |
static void |
GanttModelUtil.visitResources(ilog.views.gantt.IlvResource[] items,
ilog.views.gantt.IlvGanttModel model,
GanttModelUtil.IlvResourceVisitor visitor,
java.lang.Object state)
Visits an array of Resources
|