OTX Reference
|
|
Logical NOT-operation More...
Public Attributes | |
BooleanTerm | term |
A term is an expression, which can be evaluated and returns a value. 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 NOT-operation
LogicNot
is a term, which returns the result as a logical negation of the Boolean Expressions
. D.h., the term is TRUE
, if the operand has the value FALSE
and vice versa.
BooleanTerm OpenTestSystem.Otx.Core.Terms.LogicNot.term |
A term is an expression, which can be evaluated and returns a value.