Require (Mutual) Template

The Require (Mutual) template has the following form:

[Item or Condition] and [Item or Condition] mutually require each other

Use this template when the requires relationship between items or conditions is mutual. For example, Product A requires Product B, AND Product B requires Product A.

When using components as the operands, you can specify global paths for either or both components.

The Boolean equivalent of the Require (Mutual) template is NOT(A XOR B).The following table shows the truth table for this template.

A B A XOR B NOT(A XOR B)

T

F

True

False

F

T

True

False

F

F

False

True

T

T

False

True

The behavior of the Require (Mutual) template is the same as the Exclude template, except that operands are required instead of excluded.