See: Description
Interface | Description |
---|---|
IlvGanttModelScheduler.ErrorHandler |
This interface is used to pass back exceptions that occur during
computation of a data model's critical path.
|
IlvPropertyHolderActivity |
The interface
IlvPropertyHolderActivity denotes an activity which
has a number of specific time points. |
Class | Description |
---|---|
IlvAbstractActivity |
IlvAbstractActivity is the superclass of all IlvActivity
implementations. |
IlvAbstractConstraint |
IlvAbstractConstraint is the superclass of all
IlvConstraint implementations. |
IlvAbstractGanttModel |
IlvAbstractGanttModel is the superclass of all
IlvGanttModel implementations. |
IlvAbstractReservation |
IlvAbstractReservation is the superclass of all
IlvReservation implementations. |
IlvAbstractResource |
IlvAbstractResource is the superclass of all IlvResource
implementations. |
IlvCriticalPathCalculator |
IlvCriticalPathCalculator applies the critical path method to a Gantt
data model. |
IlvDefaultGanttModel |
IlvDefaultGanttModel is a default implementation of the
IlvGanttModel interface, suitable for many
applications. |
IlvGanttModelScheduler |
IlvGanttModelScheduler applies the critical path method
to a Gantt data model. |
IlvGanttModelScheduler.LoggingErrorHandler |
This class is the default
IlvGanttModelScheduler.ErrorHandler implementation that
logs all exceptions as warnings. |
IlvNullActivity |
IlvNullActivity is a special implementation of the
IlvActivity interface that is used as
the root activity
of a Gantt data model when a root
has not been explicitly specified. |
IlvNullResource |
IlvNullResource is a special implementation of the
IlvResource interface that is used as
the root resource
of a Gantt data model when a root
has not been explicitly specified. |
IlvSimpleActivity |
IlvSimpleActivity is a relatively simple, memory-based
implementation of the IlvActivity interface that can be
extended in a straightforward manner for more complex needs. |
IlvSimpleActivityFactory |
This class defines an
IlvSimpleActivity factory. |
IlvSimpleConstraint |
IlvSimpleConstraint is a relatively simple, memory-based
implementation of the IlvConstraint interface that can be
extended in a straightforward manner for more complex needs. |
IlvSimpleConstraintFactory |
This factory creates
IlvSimpleConstraint objects. |
IlvSimpleReservation |
IlvSimpleReservation is a relatively simple, memory-based
implementation of the IlvReservation interface that can
be extended in a straightforward manner for more complex needs. |
IlvSimpleReservationFactory |
This class defines an
IlvSimpleReservation factory. |
IlvSimpleResource |
IlvSimpleResource is a relatively simple, memory-based
implementation of the IlvResource interface that can be
extended in a straightforward manner for more complex needs. |
IlvSimpleResourceFactory |
This class defines an
IlvSimpleResource factory. |
Exception | Description |
---|---|
IlvConstraintCycleException |
This exception is thrown when a cyclical constraint path has been detected in a Gantt
data model.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.