summaryrefslogtreecommitdiffstats
path: root/spec/spec/requirement-action-exp-bool.yml
blob: f5c9ed7075ffb017f5a1e3fc8c44abc967cbce51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: spec-member
  uid: root
spec-description: |
  A value of this type is a boolean expression.
spec-example: null
spec-info:
  dict:
    attributes:
      and:
        description: |
          The *and* operator evaluates to the *logical and* of the evaluation
          results of the expressions in the list.
        spec-type: requirement-action-exp-bool-list
      not:
        description: |
          The *not* operator evaluates to the *logical not* of the evaluation
          results of the expression.
        spec-type: requirement-action-exp-bool
      or:
        description: |
          The *or* operator evaluates to the *logical or* of the evaluation
          results of the expressions in the list.
        spec-type: requirement-action-exp-bool-list
      post-conditions:
        description: |
          The *post-conditions* operator evaluates to true, if the
          post-condition states of the associated transition are contained in
          the specified post-condition set, otherwise to false.
        spec-type: requirement-action-exp-conditions
      pre-conditions:
        description: |
          The *pre-conditions* operator evaluates to true, if the pre-condition
          states of the associated transition are contained in the specified
          pre-condition set, otherwise to false.
        spec-type: requirement-action-exp-conditions
    description: |
      Each attribute defines an operator.
    mandatory-attributes: exactly-one
  list:
    description: |
      This list of expressions evaluates to the *logical or* of the evaluation
      results of the expressions in the list.
    spec-type: requirement-action-exp-bool
spec-name: Action Requirement Boolean Expression
spec-type: requirement-action-exp-bool
type: spec