PrivateHandlesGenerationsItself <- HandlesGenerationsItself |
|
Class HandlesGenerationsItself defines no new operations.
Attributes
Get list of all attributes
Class HandlesGenerationsItself defines no new attributes.
Fields
No fields are defined by HandlesGenerationsItself or any of its superclasses.
Instance template
Class HandlesGenerationsItself cannot be instantiated.
Class definition
Define Class HandlesGenerationsItself; // instances of this class get called during commits and finishing aborts // and they need to provide code in their CommitChangesToObject and // AbortChangesToObject to correctly update their shadowing state mixes in with Object; inherits from PrivateHandlesGenerationsItself; end class;