And
Returns True if all conditions are True, False otherwise.
Or
Returns True if almost one condition is True, False otherwise.
Subclass of Ovr.OvrNode
This Node is responsible for handling if-else statements, executing different sets of OvrNodes depending on certain OvrConditions.
Note: the following attributes are added to the existing ones from the super class OvrNode
Name | Type | Description |
---|---|---|
BooleanLogicalOperator
Boolean operator selected
OvrConditions
Set of conditions to satisfy, which resulting truth value depends on the boolean logical operator selected
SatisfiedConditionNodes
Set of nodes to execute if the conditions are met
UnsatisfiedConditionNodes
Set of nodes to execute if the conditions aren't met