com.ibm.tivoli.maximo.skd.model

Class AveragePercentCompleteMethod

  • java.lang.Object
    • com.ibm.tivoli.maximo.skd.model.AveragePercentCompleteMethod
  • All Implemented Interfaces:
    IPercentCompleteSummaryMethod


    public class AveragePercentCompleteMethod
    extends java.lang.Object
    implements IPercentCompleteSummaryMethod
    Summary method of calculation % complate on a parent node buy simply summing up the % complete values and then dividing by the # of tasks. The summary % complete uses a Round Down approach.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean updatePercentCompleteSummary(IMXActivity mxa, java.util.List children)
      Needs to populate the percent complete field in the parent based on the current percent complete values in the children.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AveragePercentCompleteMethod

        public AveragePercentCompleteMethod(java.lang.String col)
    • Method Detail