FrozenGraph class

FrozenGraph class

Super classes

stepfunctions::Block -> stepfunctions::Graph -> FrozenGraph

Methods

Public methods

Inherited methods

Method new()

Initialize FrozenGraph class

Usage

FrozenGraph$new(definition)

Arguments

definition

(list):


Method to_list()

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

Usage

FrozenGraph$to_list()


Method from_json()

Read in json definitions and output FrozenGraph class

Usage

FrozenGraph$from_json(json_definition)

Arguments

json_definition

(list):


Method clone()

The objects of this class are cloneable with this method.

Usage

FrozenGraph$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.