OTX Reference
|
|
Logical AND-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 AND-operation
LogicAnd
is a term, which returns the result as a logical AND-operation of the Boolean Expressions
. D.h., the term is TRUE
, if all operands have the value TRUE
.
BooleanTerm [] OpenTestSystem.Otx.Core.Terms.LogicAnd.term |
List of one or more expressions that are used in the operation.