Appearance
NewState Schema
txt
EMRALD_Model#/definitions/NewState
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | EMRALD_JsonSchemaV3_0.json* |
NewState Type
object
(NewState)
NewState Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
toState | string | Required | cannot be null | EMRALD_Model |
prob | number | Required | cannot be null | EMRALD_Model |
failDesc | string | Required | cannot be null | EMRALD_Model |
varProb | string | Optional | can be null | EMRALD_Model |
toState
reference name of the state to transtion to.
toState
is required
Type:
string
cannot be null
defined in: EMRALD_Model
toState Type
string
prob
probability that this state will be transtioned to.
prob
is required
Type:
number
cannot be null
defined in: EMRALD_Model
prob Type
number
failDesc
The description from the user for output if tthis transition takes place.
failDesc
is required
Type:
string
cannot be null
defined in: EMRALD_Model
failDesc Type
string
varProb
Optional, if used then the a variable is used for the probability. This is the name of that variable
varProb
is optional
Type:
string
can be null
defined in: EMRALD_Model
varProb Type
string