Difference between revisions of "COMPOP"
| (One intermediate revision by the same user not shown) | |||
| Line 24: | Line 24: | ||
4 : less than or equal to | 4 : less than or equal to | ||
| − | 5 : equal | + | 5 : equal to |
| − | 6 : not equal | + | 6 : not equal to |
| Line 67: | Line 67: | ||
The definition of COMPOP provides the relation between the value given in the model and the real ship's value. | The definition of COMPOP provides the relation between the value given in the model and the real ship's value. | ||
| + | Distinction: | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | Justification:<br> | ||
| + | <span style="color:red;">to be completed</span><br> | ||
| + | |||
| + | Comments: | ||
| + | |||
| + | No comments. | ||
---- | ---- | ||
Revision as of 07:38, 20 June 2011
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 |