Skip to content

NewState Schema

txt
EMRALD_Model#/definitions/NewState
AbstractExtensibleStatusIdentifiableCustom PropertiesAdditional PropertiesAccess RestrictionsDefined In
Can be instantiatedNoUnknown statusNoForbiddenForbiddennoneEMRALD_JsonSchemaV3_0.json*

NewState Type

object (NewState)

NewState Properties

PropertyTypeRequiredNullableDefined by
toStatestringRequiredcannot be nullEMRALD_Model
probnumberRequiredcannot be nullEMRALD_Model
failDescstringRequiredcannot be nullEMRALD_Model
varProbstringOptionalcan be nullEMRALD_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

varProb Type

string