menu
destack:simulation/scenario
import destack:simulation/scenario
Classes
ScenarioActive simulation scenario.
Structs
RuleScenario rule definition.ScenarioOptionsScenario construction options.TriggerScenario trigger controls.
Newtypes
RuleIdStable scenario rule identifier.ScenarioIdStable scenario identifier.
Type aliases
ActivationScenario activation window.LifetimeScenario rule lifetime.PredicateCustom scenario trigger predicate.SelectorSelector accepted by one scenario rule.
Functions
alwaysCreate a trigger that fires on every matching attempt.bindingCreate a binding selector wrapper.edgeCreate an edge selector wrapper.entityCreate an entity selector wrapper.everyCreate a trigger that fires once per calls matching hits.onceCreate a trigger that fires once.probabilityCreate a trigger that fires with probability in parts per million.whenCreate a trigger that fires when predicate accepts the attempt.