| java.lang.Object com.projity.pm.assignment.TimeDistributedDataConsolidator
TimeDistributedDataConsolidator | public class TimeDistributedDataConsolidator (Code) | | |
Method Summary | |
public static double | actualCost(long start, long end, Collection collection) | public static double | actualFixedCost(long start, long end, Collection collection) | public static long | actualWork(long start, long end, Collection collection, boolean laborOnly) | public static double | acwp(long start, long end, Collection collection) | public static double | bac(long start, long end, Collection collection) | public static double | baselineCost(long start, long end, Collection collection) | public static long | baselineWork(long start, long end, Collection collection, boolean laborOnly) | public static double | bcwp(long start, long end, Collection collection) | public static double | bcws(long start, long end, Collection collection) | public static double | cost(long start, long end, Collection collection) | public static double | fixedCost(long start, long end, Collection collection) | public static long | remainingWork(long start, long end, Collection collection, boolean laborOnly) | public static long | work(long start, long end, Collection collection, boolean laborOnly) |
actualCost | public static double actualCost(long start, long end, Collection collection)(Code) | | |
actualFixedCost | public static double actualFixedCost(long start, long end, Collection collection)(Code) | | |
actualWork | public static long actualWork(long start, long end, Collection collection, boolean laborOnly)(Code) | | |
acwp | public static double acwp(long start, long end, Collection collection)(Code) | | |
baselineCost | public static double baselineCost(long start, long end, Collection collection)(Code) | | |
baselineWork | public static long baselineWork(long start, long end, Collection collection, boolean laborOnly)(Code) | | |
bcwp | public static double bcwp(long start, long end, Collection collection)(Code) | | |
bcws | public static double bcws(long start, long end, Collection collection)(Code) | | |
cost | public static double cost(long start, long end, Collection collection)(Code) | | |
fixedCost | public static double fixedCost(long start, long end, Collection collection)(Code) | | |
remainingWork | public static long remainingWork(long start, long end, Collection collection, boolean laborOnly)(Code) | | |
work | public static long work(long start, long end, Collection collection, boolean laborOnly)(Code) | | |
|
|