[This is preliminary documentation and is subject to change.]
Retracts the rule
Namespace: Clarion.Framework.CoreAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
Remarks
![]() |
---|
It is HIGHLY recommended for those users implementing a custom rule to override this method in order to retract (i.e., make mutable) any/all fields within that rule. Details on how to correctly implement this can be found in the Advanced Tutorial under the Tutorials section of the CLARION Library package. |
![]() |
---|
If this method is overridden, that overridden method MUST also call the base class's retract method (by calling base.Retract()). Failing to call the base class's retract method will likely cause your rule to work incorrectly. |