Boolean Connectors | Graphical Representation |
|
|
![]() |
When tasks must be synchronised
or when the user must choice between different tasks, we use booelan
connectors.
Three connectors exist: and, or, xor.
They are used in the same way as in the boolean logics (and=all
the tasks must be done, or=at
least one task must be done, xor=one
and only one task must be done).
|