com.ibm.tivoli.maximo.skd.util

Interface GanttModelUtil.IlvActivityVisitor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void visit(ilog.views.gantt.IlvActivity item, ilog.views.gantt.IlvGanttModel model, java.lang.Object state)
      Visit an activity of the given chart and pass an instance of the 'state' as well.
    • Method Detail

      • visit

        void visit(ilog.views.gantt.IlvActivity item,
                   ilog.views.gantt.IlvGanttModel model,
                   java.lang.Object state)
        Visit an activity of the given chart and pass an instance of the 'state' as well. Many visitor may not require any state during the visiting, so they can pass null, and declare the visitor with a Void type.
        Parameters:
        item - IlvActivity to visit
        model - IlvGanttModel that owns the item
        state - optional stateful data that might be of interest to the visitor