| |
|
| java.lang.Object com.projity.pm.assignment.contour.ContourBucketIntervalGenerator
ContourBucketIntervalGenerator | public class ContourBucketIntervalGenerator implements IntervalGenerator(Code) | | Generator which goes through a work contour. Will also treat gap due to a dependency
|
AFTER_END | final protected int AFTER_END(Code) | | |
BEFORE_START | final protected int BEFORE_START(Code) | | |
assignmentActualDuration | long assignmentActualDuration(Code) | | |
assignmentDuration | long assignmentDuration(Code) | | |
consumedDuration | protected long consumedDuration(Code) | | |
didFirstPart | boolean didFirstPart(Code) | | |
didSplit | boolean didSplit(Code) | | |
durationLeftUntilRemainingStartDependency | long durationLeftUntilRemainingStartDependency(Code) | | |
index | protected int index(Code) | | |
remainingSplitBucketDuration | long remainingSplitBucketDuration(Code) | | |
splitAtDuration | long splitAtDuration(Code) | | |
splitDuration | long splitDuration(Code) | | |
ContourBucketIntervalGenerator | protected ContourBucketIntervalGenerator(Assignment assignment, Object type)(Code) | | |
canBeShared | public boolean canBeShared()(Code) | | |
currentEnd | public long currentEnd()(Code) | | |
currentStart | public long currentStart()(Code) | | |
getEnd | public long getEnd()(Code) | | Returns the end. |
getStart | public long getStart()(Code) | | Returns the start. |
hasNext | public boolean hasNext()(Code) | | |
isCurrentActive | public boolean isCurrentActive()(Code) | | |
|
|
|