JSSM, a JavaScript state machine - the FSM for FSL
Preparing search index...
jssm_types
JssmStochasticRun
Type Alias JssmStochasticRun
One walk's result, yielded by
jssm!Machine.stochastic_runs
.
type
JssmStochasticRun
=
{
edges
:
string
[]
;
length
:
number
;
states
:
string
[]
;
terminated
:
boolean
;
}
Index
Properties
edges
length
states
terminated
Properties
edges
edges
:
string
[]
length
length
:
number
states
states
:
string
[]
terminated
terminated
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
edges
length
states
terminated
JSSM, a JavaScript state machine - the FSM for FSL
Loading...
One walk's result, yielded by jssm!Machine.stochastic_runs.