The OR node is a Boolean OR based on the classic fuzzy max function.
The OR node's value is calculated by choosing the value of its most true child-node.
value = max(value1, value2, … valuen)