| com.projity.pm.assignment.Allocation
All known Subclasses: com.projity.pm.assignment.Assignment, com.projity.pm.task.NormalTask,
Allocation | public interface Allocation (Code) | | Interface shared by tasks and assignments to handle adjusting the work, units, duration relationship. These methods
are primarily called by SchedulingRule subclasses
|
adjustRemainingDuration | void adjustRemainingDuration(long newDuration, boolean doChildren)(Code) | | |
adjustRemainingUnits | void adjustRemainingUnits(double newRemainingUnits, double oldRemainingUnits, boolean doChildren, boolean conserveTotalUnits)(Code) | | |
adjustRemainingWork | void adjustRemainingWork(double multiplier, boolean doChildren)(Code) | | |
getMostLoadedAssignmentUnits | double getMostLoadedAssignmentUnits()(Code) | | |
getRemainingDuration | long getRemainingDuration()(Code) | | |
getRemainingUnits | double getRemainingUnits()(Code) | | |
getRemainingWork | long getRemainingWork()(Code) | | |
getUnits | double getUnits()(Code) | | |
|
|