| com.projity.pm.criticalpath.SchedulingAlgorithm
All known Subclasses: com.projity.pm.criticalpath.CriticalPath,
addSubproject | public void addSubproject(Task subproject)(Code) | | |
calculate | public void calculate(boolean update)(Code) | | |
getCalculationStateCount | public int getCalculationStateCount()(Code) | | |
getDefaultTaskConstraintType | public int getDefaultTaskConstraintType()(Code) | | Get the scheduling type to use for new tasks. Forward Critical path will use ASAP, reverse
scheduling will use ALAP
ConstraintType.ALAP or ConstraintType.ASAP |
getMarkerStatus | public boolean getMarkerStatus()(Code) | | |
initEarliestAndLatest | public void initEarliestAndLatest()(Code) | | |
initialize | public void initialize(Object object)(Code) | | Parameters: project - |
markBoundsAsDirty | void markBoundsAsDirty()(Code) | | |
reset | public void reset()(Code) | | |
setEarliestAndLatest | public void setEarliestAndLatest(long earliest, long latest)(Code) | | |
|
|