#include <clearShiftProcessor.h>
Inheritance diagram for ClearShiftProcessor:
Public Member Functions | |
Constructors and Destructors | |
ClearShiftProcessor () throw () | |
Default constructor. | |
ClearShiftProcessor (const ClearShiftProcessor &processor) throw () | |
Copy constructor. | |
virtual | ~ClearShiftProcessor () throw () |
Destructor. | |
Processor specific functions. | |
virtual Processor::Result | operator() (Composite &composite) throw () |
Application method. |
This processors clears the named property defined by ShiftModule::PROPERTY__SHIFT in the atoms of all data structures it is applied to.
|
Default constructor.
|
|
Copy constructor.
|