What data types and relevant comparison values exist for ERM attribute conditions?

The following data types exist for ERM attributes (Simulation attribute type group):

Only these combinations can be used for a comparison:

Data type

Operators

Operand of the 'has as output' connection

Comparison operators of the 'is compared to' connection

Text

:=

Operand

==, !=

Floating point number

:=, +, -, *

Operand (numeric)

==, !=, >, >=, <, <=

Integer

:=, +, -, *

Operand (numeric)

==, !=, >, >=, <, <=

Boolean

:=

Operand (logical)

==, !=

Explanation of symbols

:= Allocation

+ Addition

- Subtraction

* Multiplication

== Equal to

!= Not equal to

> Greater than

>= Greater than or equal to

< Less than

<= Less than or equal to