COMPOP
FEATURE OBJECT ATTRIBUTES
Attribute: Comparison operator
Acronym: COMPOP Code: ?
Camel case: comparisonOperator
Attribute type: simple
Data Type: Enumeration
Expected input:
ID Meaning INT 1 M-4
1 : greater than
2 : greater than or equal to
3 : less than
4 : less than or equal to
5 : equal to
6 : not equal to
Definitions:
greater than:
The value of the left value is greater than that of the right.(http://en.wikipedia.org/wiki/Logical_connective)
greater than or equal to:
The value of the left expression is greater than or equal to that of the right. (http://en.wikipedia.org/wiki/Logical_connective)
less than:
The value of the left expression is less than that of the right. (http://en.wikipedia.org/wiki/Logical_connective)
less than or equal to:
The value of the left expression is less than or equal to that of the right. (http://en.wikipedia.org/wiki/Logical_connective)
equal to:
The two values are equivalent. (adapted http://en.wikipedia.org/wiki/Logical_connective)
not equal to:
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.
Distinction:
Justification:
to be completed
Comments:
No comments.
| David | Raphael | others | Jens |
|---|---|---|---|
| Y | RMM Y/N | others Y/N | Y |