menu

destack:simulation/scenario

import destack:simulation/scenario

Classes

  1. ScenarioActive simulation scenario.

Structs

  1. RuleScenario rule definition.
  2. ScenarioOptionsScenario construction options.
  3. TriggerScenario trigger controls.

Newtypes

  1. RuleIdStable scenario rule identifier.
  2. ScenarioIdStable scenario identifier.

Type aliases

  1. ActivationScenario activation window.
  2. LifetimeScenario rule lifetime.
  3. PredicateCustom scenario trigger predicate.
  4. SelectorSelector accepted by one scenario rule.

Functions

  1. alwaysCreate a trigger that fires on every matching attempt.
  2. bindingCreate a binding selector wrapper.
  3. edgeCreate an edge selector wrapper.
  4. entityCreate an entity selector wrapper.
  5. everyCreate a trigger that fires once per calls matching hits.
  6. onceCreate a trigger that fires once.
  7. probabilityCreate a trigger that fires with probability in parts per million.
  8. whenCreate a trigger that fires when predicate accepts the attempt.