Composite operators consist of one or more operators that collectively perform a single action.
By combining multiple operators into a composite operator, the operator user is presented with a single interface, making development easier. The operators that make up a composite operator are called suboperators.
You define a composite operator by deriving it from the base class APT_CompositeOperator. The procedure is like deriving operators from the APT_Operator base class.