Graph: Graph class

Description Super class Methods

Description

Graph class

Graph class

Super class

stepfunctions::Block -> Graph

Methods

Public methods

Inherited methods

Method new()

Initialize Graph class

Usage
Graph$new(branch, ...)
Arguments
branch

(State, Chain):

...

: Extra field names to pass to Block class


Method allowed_fields()

allowed extra fields

Usage
Graph$allowed_fields()

Method contains()

check if state is contained in class

Usage
Graph$contains(state)
Arguments
state

:


Method build_graph()

Create Graph

Usage
Graph$build_graph(state)
Arguments
state

:


Method to_list()

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

Usage
Graph$to_list()

Method clone()

The objects of this class are cloneable with this method.

Usage
Graph$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/aws-step-functions-data-science-sdk-r documentation built on Dec. 17, 2021, 5:31 p.m.