Public Member Function Documentation

new(scalar class)
The object constructor.
Parameters
class
The package name.
Returns
(object) The new class object.
This function calls the _AeInfo constructor.
DESTROY()
The object destructor.
Returns
None.
This function is a finalization method that cleans up the class state when there are no more references to an object or the program exits.
isLocal()
Determines if the AE is a local AE.
Returns
(boolean) Returns 1 if the AE is a local AE; 0 otherwise.
isAggregate()
Determines if the AE is an aggregate AE.
Returns
(boolean) Returns 1 if the AE is an aggregate AE; 0 otherwise.
isFunction()
Determines if the AE is a function AE.
Returns
(boolean) Returns 1 if the AE is a function AE; 0 otherwise.
isShaper()
Determines if the AE is a shaper/sizer AE.
Returns
(boolean) Returns 1 if the AE is a shaper/sizer AE; 0 otherwise.