Interface | Description |
---|---|
Scheduler |
Interface implemented by classes which will schedule a project using the Critical Path Method (CPM).
|
Class | Description |
---|---|
MicrosoftScheduler |
Implements the Critical Path Method to schedule a project so
that the resulting schedule matches closely the results you'd see if
you scheduled the same project in Microsoft Project.
|
MicrosoftSchedulerComparator |
Utility class allowing the contents of an existing project to be compared
with the output from the MicrosoftScheduler.
|
PrimaveraScheduler |
Implements the Critical Path Method to schedule a project so
that the resulting schedule matches closely the results you'd see if
you scheduled the same project in Primavera P6.
|
PrimaveraSchedulerComparator |
Utility class allowing the contents of an existing project to be compared
with the output from the PrimaveraScheduler.
|
Exception | Description |
---|---|
CpmException |
An exception which may be thrown when scheduling a project using CPM.
|
CycleException |
This type of exception may be thrown when a cycle is detected
when scheduling a project using CPM.
|
Copyright © 2000–2025 MPXJ. All rights reserved.