OTX Reference
|
|
Logical XOR-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 XOR-operation
LogicXor
is a term, which returns the result as a logical XOR-operation of the Boolean Expressions
. D.h., the term is TRUE
, if at least one operand has a different value than the other operand.
BooleanTerm [] OpenTestSystem.Otx.Core.Terms.LogicXor.term |
List of one or more expressions that are used in the operation.