COMPOP
FEATURE OBJECT ATTRIBUTES
Attribute: Comparison operator
Acronym: COMPOP Code: ?
Camel case: comparisonOperator
Attribute type: E
Expected input:
ID Meaning INT 1 M-4
1 : greater than
2 : greater or equal than
3 : less than
4 : less or equal than
5 : equal
6 : not equal Definitions:
The value of the left value is greater than that of the right.(http://en.wikipedia.org/wiki/Logical_connective)
The value of the left expression is greater than or equal to that of the right. (http://en.wikipedia.org/wiki/Logical_connective)
The value of the left expression is less than that of the right. (http://en.wikipedia.org/wiki/Logical_connective)
the value of the left expression is less than or equal to that of the right. (http://en.wikipedia.org/wiki/Logical_connective)
The two values are equivalent.(adapted http://en.wikipedia.org/wiki/Logical_connective)
The two values are not equivalent.(adapted http://en.wikipedia.org/wiki/Logical_connective)
Remarks:
The definition of COMPOP provides the relation between the value given in the model and the real ship's value.
| David | Raphael | others | Jens |
|---|---|---|---|
| DA Y | RMM Y/N | others Y/N | JSF Y/N |