ConditionalActionProcessor

Processes the ConditionalActions to check if their testCondition() is true, if so the action is executed. All actions are checked until no action's testCondition() is true To prevent conditional cycling the number of rescans is limited to DEFAULT_MAX_SCANS, which can be changed by the user or turned off via setMaxScanFlag()

Author

rossetti

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sets the maximum scan checking flag. If true the maximum number of scans is monitored during the c phase

Link copied to clipboard

Sets the maximum number of scans