Graph.Rd
Graph class
Graph class
stepfunctions::Block
-> Graph
new()
Initialize Graph class
Graph$new(branch, ...)
branch
(State, Chain):
...
: Extra field names to pass to Block class
allowed_fields()
allowed extra fields
Graph$allowed_fields()
contains()
check if state is contained in class
Graph$contains(state)
state
:
build_graph()
Create Graph
Graph$build_graph(state)
state
:
to_list()
Convert class to list ready to be translated for Amazon States Language https://states-language.net/spec.html.
Graph$to_list()
clone()
The objects of this class are cloneable with this method.
Graph$clone(deep = FALSE)
deep
Whether to make a deep clone.