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

Interface CompareMaxResourceModelHelper.NodeEmitter

    • Method Detail

      • endNode

        void endNode(int modelIndex,
                     IMXGanttModel model,
                     IMXResource node)
              throws java.io.IOException
        Throws:
        java.io.IOException
      • beginChildren

        void beginChildren()
                    throws java.io.IOException
        beginChild may be called after a beginNode IF the node has child nodes.
        Throws:
        java.io.IOException
      • endChildren

        void endChildren()
                  throws java.io.IOException
        endChildren is called to signify that all the children are processed for a given node heirarchy
        Throws:
        java.io.IOException