Class for creating a negation rule.

Super class

stepfunctions::BaseRule -> NotRule

Methods

Public methods

Inherited methods

Method new()

Initialize NotRule class

Usage

NotRule$new(rule)

Arguments

rule

(BaseRule): Rule to negate.


Method to_list()

Convert class to list ready to be translated for Amazon States Language https://states-language.net/spec.html.

Usage

NotRule$to_list()


Method format()

class formatting

Usage

NotRule$format()


Method clone()

The objects of this class are cloneable with this method.

Usage

NotRule$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.