Overview | Group | Tree | Graph | Index | Concepts |
Transition time objects in Scheduler Concert Technology depend on
the classes IloTransitionTimeObjectI
and
IloTransitionTimeObject
. The class
IloTransitionTimeObject
is the handle class. An instance of the
class IloTransitionTimeObject
contains a data member (the
handle pointer) that points to an instance of the class IloTransitionTimeObjectI
(the implementation object). If you
define a new class of transition time object with the macro ILOTRANSITIONTIMEOBJECT0
, it will define the implementation
class together with the corresponding virtual member function
IloTransitionTimeObjectI::extract
, and a
member function that returns an instance of the handle class
IloTransitionTimeObject
.
For more information, see Transition Times.
See Also:
IloTransitionTimeObjectI, ILOTRANSITIONTIMEOBJECT0, IloTransitionTime
Constructor Summary | |
---|---|
public | IloTransitionTimeObject() |
public | IloTransitionTimeObject(IloTransitionTimeObjectI * impl) |
Method Summary | |
---|---|
public IloTransitionTimeObjectI * | getImpl() const |
public void | setChanged() |
Constructor Detail |
---|
Method Detail |
---|
This member function states that the invoking transition time object has been changed, and therefore needs to be re-extracted.