Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
iconfalse
titleLocalReactionTrigger returns sgraph::Trigger:

{ReactionTrigger} triggers+=StateReactionType LocalReactionType ('&&' (isImmediate?='#')? (delay=INT)? ((triggers+=RegularEventSpec) | ('[' guardExpression=Expression ']'))?)?;

Examples:

  • Entry && I / O=true;
  • During && I /O=false;
  • Exit && I1 / I1=true, I2=false;

 

 Image Removed

Entry

is an Effect.

...