Package | Description |
---|---|
com.ibm.tivoli.maximo.skd.util |
Modifier and Type | Class and Description |
---|---|
static class |
GanttModelUtil.FilterActivityVisitor
GanttModelUtil.IlvActivityVisitor that builds a list of Filtered activities based
on the GanttModelUtil.IFilter instance |
static class |
GanttModelUtil.FindByIDActivityVisitor
Visitor that will find an Activity by ID
|
static class |
GanttModelUtil.SameTypeVisitor
Special visitor where isValid() will return true if each object
that is visited has the same type as any objectname in the list
|
Modifier and Type | Method and Description |
---|---|
static GanttModelUtil.IlvActivityVisitor<java.util.Set<java.lang.String>> |
GanttModelUtil.newAdjustTimeVisitor(ilog.views.gantt.IlvDuration adjustment)
Creates a visitor that will adjust the start and end times on an activity by the given
IlvDuration . |
Modifier and Type | Method and Description |
---|---|
static <T> void |
GanttModelUtil.visitActivities(ilog.views.gantt.IlvActivity[] items,
ilog.views.gantt.IlvGanttModel model,
GanttModelUtil.IlvActivityVisitor<T> visitor,
T state)
Applies an IlvActivityVisitor to each activity and it's children.
|
static <T> void |
GanttModelUtil.visitActivity(ilog.views.gantt.IlvActivity item,
ilog.views.gantt.IlvGanttModel model,
GanttModelUtil.IlvActivityVisitor<T> visitor,
T state)
Applies an IlvActivityVisitor to each activity and it's children.
|