com.ibm.tivoli.maximo.miniapps.scheduler.compare

Class CompareResourceAssignmentsModelTGEmitter

  • java.lang.Object
    • com.ibm.tivoli.maximo.miniapps.scheduler.compare.CompareResourceAssignmentsModelTGEmitter
    • Method Detail

      • beginNode

        public CompareModelHelper.NodeEmitter.Result beginNode(int modelIndex,
                                                               ilog.views.gantt.IlvGanttModel model,
                                                               ilog.views.gantt.IlvHierarchyNode node,
                                                               boolean hasChildren,
                                                               boolean modified)
                                                        throws java.io.IOException
        Description copied from interface: CompareModelHelper.NodeEmitter
        beginNode is called at least once for every node. Continue is the default result. ContinueChildrenOnly means that we skip this node, but process the child nodes at this level
        Specified by:
        beginNode in interface CompareModelHelper.NodeEmitter
        Parameters:
        modelIndex - model index where 0 is a special shared index, and 1,2,3,... are model indexes
        Returns:
        CompareModelHelper.NodeEmitter.Result Will tell the process how it should proceed
        Throws:
        java.io.IOException
      • endNode

        public void endNode(int modelIndex,
                            ilog.views.gantt.IlvGanttModel model,
                            ilog.views.gantt.IlvHierarchyNode node)
                     throws java.io.IOException
        Specified by:
        endNode in interface CompareModelHelper.NodeEmitter
        Throws:
        java.io.IOException