Flexflow.Transition behaviour (flexflow v0.1.5) View Source
Transition
Link to this section Summary
Link to this section Types
Specs
state()
Transition state
[:created, :initial]
Specs
t() :: %Flexflow.Transition{
__context__: Flexflow.Context.t(),
__graphviz_attributes__: keyword(),
__opts__: Flexflow.node_opts(),
from: Flexflow.key_normalize(),
module: module(),
name: Flexflow.name(),
state: state(),
to: Flexflow.key_normalize()
}
Link to this section Functions
Specs
key(t()) :: Flexflow.key_normalize()
Specs
new({Flexflow.key(), {Flexflow.key(), Flexflow.key()}, Flexflow.node_opts()}, [
Flexflow.Node.t()
]) :: t()
Specs
Link to this section Callbacks
Specs
init(t(), Flexflow.Process.t()) :: {:ok, t()}
Invoked when process is started
Specs
name() :: Flexflow.name()
Module name