public class DurationPercentCompleteMethod extends java.lang.Object implements IPercentCompleteSummaryMethod
Constructor and Description |
---|
DurationPercentCompleteMethod(java.lang.String pcCol,
java.lang.String durCol) |
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 DurationPercentCompleteMethod(java.lang.String pcCol, java.lang.String durCol)
public boolean updatePercentCompleteSummary(IMXActivity mxa, java.util.List<IMXActivity> children)
IPercentCompleteSummaryMethod
updatePercentCompleteSummary
in interface IPercentCompleteSummaryMethod