Skip to main content Link Search Menu Expand Document (external link)

<BeadlStateTransition> element

<BeadlStateTransitions>
  <BeadlStateTransition from="StartState" to="DestinationState" eventTransition="Transition" label="" />
  ...

</BeadlStateTransitions>

Attributes

  • from defines the origin of the transition (state in which the event occurs).
  • to defines the destination of the transition.
  • eventTransition defines the identifier of the event in the start state of the transition.
  • label defines a label (description) of the transition.

Child Elements

  • <Dependency> element: Definition under which condition the current <BeadlStateTransition> element is defined in a trial. See here for a detailed description of the <Dependency> element.

Table of contents


Copyright © 2022 Michael Wulf, Washington University in St. Louis, Kepecs Lab. Theme: Just the Docs.