Class ComplexOperation

All Implemented Interfaces:
IComplexOperation, IUndoableOperation

public class ComplexOperation extends AbstractOperation implements IComplexOperation
The Complex operation can bundle advanced combination of operation between property containers. The operation is constructed with the property containers involved in the operation. Then the operation is executed. As it is executed, the undo/redo operations is built up.
Author:
Christopher Mindus