Abstract class

Methods

Public methods


Method to_list()

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

Usage

BaseRule$to_list()


Method format()

Format class

Usage

BaseRule$format()


Method clone()

The objects of this class are cloneable with this method.

Usage

BaseRule$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.