Category
OCL Boolean Operators
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Boolean operators are used to express logical relationships between expressions or constraints. | Boolean operators are used to express logical relationships between expressions or constraints. | ||
See also: [[OCL Precedence rules]] | |||
== Boolean Operators == | == Boolean Operators == | ||
Line 118: | Line 120: | ||
|} | |} | ||
|} | |} | ||
See also: https://wiki.mdriven.net/index.php/OCLOperators |
Latest revision as of 08:41, 3 May 2023
Boolean operators are used to express logical relationships between expressions or constraints.
See also: OCL Precedence rules
Boolean Operators
Operators | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
And |
| ||||||||||||||||
Implies |
| ||||||||||||||||
Or |
| ||||||||||||||||
Not |
| ||||||||||||||||
Xor |
|
This page was edited more than 1 years ago on 05/03/2023. What links here
Pages in category "OCL Boolean Operators"
The following 9 pages are in this category, out of 9 total.
O
- Documentation:OCL Operators excludes ( object : T ) : Boolean
- Documentation:OCL Operators isUnique
- Documentation:OCL Operators one
- Documentation:OclIsUndefined () : Boolean
- Documentation:OCLOperators And
- Documentation:OCLOperators Implies
- Documentation:OCLOperators Not
- Documentation:OCLOperators Or
- Documentation:OCLOperators Xor