| Constructor and Description |
|---|
MicrosoftScheduler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTask(Task task)
Method returns true if task should be processed as part of forward and backward pass.
|
void |
schedule(ProjectFile file,
LocalDateTime startDate)
Calling this method schedules the supplied project using CPM, with the tasks
in the project starting from the supplied start date.
|
public void schedule(ProjectFile file, LocalDateTime startDate) throws CpmException
Schedulerschedule in interface Schedulerfile - project to schedulestartDate - start dateCpmExceptionpublic boolean isTask(Task task)
task - task to testCopyright © 2000–2025 MPXJ. All rights reserved.