public class AveragePercentCompleteMethod extends java.lang.Object implements IPercentCompleteSummaryMethod
Constructor and Description |
---|
AveragePercentCompleteMethod(java.lang.String col) |
Modifier and Type | Method and Description |
---|---|
boolean |
updatePercentCompleteSummary(IMXActivity mxa,
java.util.List<IMXActivity> children)
Needs to populate the percent complete field in the parent based on the current percent complete
values in the children.
|
public AveragePercentCompleteMethod(java.lang.String col)
public boolean updatePercentCompleteSummary(IMXActivity mxa, java.util.List<IMXActivity> children)
IPercentCompleteSummaryMethod
updatePercentCompleteSummary
in interface IPercentCompleteSummaryMethod