General member functions
- __init__(self)
The object constructor.
- didClassRun(Class)
Determines whether the class was run.
- run(Class)
Runs the AE Class.
- close(self)
Optional.
- done(self)
Optional.
- isLocal(Class)
Determines whether this is a local AE.
- isRemote(Class)
Determines whether this is a remote AE.
- isAggregateAe(self)
Determines whether this is an aggregate AE.
- isFunctionAe(self)
Determines whether this is a function AE.
- isShaperAe(self)
Determines whether this is a shaper or sizer AE.
- isUda(self)
Determines whether this is an aggregate AE.
- isUdf(self)
Determines whether this is a UDF-based AE.
- isUdfSizer(self)
Determines whether this is a UDF sizer.
- isUdtf(self)
Determines whether this is a UDTF-based AE.
- isUdtfShaper(self)
Determines whether this is a UDTF shaper.