Expand description
Behavior requirement builder module
Structs§
- Behavior
- Behavior requirement or constraint. States how variable values should respond to sets of values for stimuli.
- Behavior
Case - Behavior case that states how certain variables should respond to a set of values of stimuli.
Enums§
- Behavior
When - When statement of a behavior case. Either the fallback case (at most one) or a set of clauses as a mapping.
Functions§
- build_
behavior_ case - Build a single behavior case.
- build_
behavior_ instantiation - Build a single behavior requirement or constraint.
- build_
behavior_ then - Build a single behavior then statement.
- build_
behavior_ when - Build a single behavior when statement.
Type Aliases§
- Behavior
Then - Then statement of a behavior case. A mapping of names to design rules.