OTX Reference
|
|
Logical OR-operation More...
Public Attributes | |
BooleanTerm[] | term |
List of one or more expressions that are used in the operation. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term | |
MetaData | metaData |
Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Logical OR-operation
LogicOr
is a term, which returns the result as a logical OR-operation of the Boolean Expressions
. D.h., the term is TRUE
, if at least one operand has the value TRUE
.
BooleanTerm [] OpenTestSystem.Otx.Core.Terms.LogicOr.term |
List of one or more expressions that are used in the operation.