Difference between revisions of "COMPOP"
| (7 intermediate revisions by 2 users not shown) | |||
| Line 11: | Line 11: | ||
Data Type: Enumeration | Data Type: Enumeration | ||
| + | Defintion: Numerical comparison | ||
Expected input: | Expected input: | ||
| Line 24: | Line 25: | ||
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 34: | Line 35: | ||
greater than: | greater than: | ||
| − | + | the value of the left expression is greater than that of the right | |
| + | (http://en.wikipedia.org/wiki/Inequality_(mathematics) | ||
greater than or equal to: | 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/Inequality_(mathematics) | ||
less than: | less than: | ||
| − | + | the value of the left expression is less than that of the right | |
| + | (http://en.wikipedia.org/wiki/Inequality_(mathematics) | ||
less than or equal to: | less than or equal to: | ||
| − | The value of the left expression is less than or equal to that of the right | + | The value of the left expression is less than or equal to that of the right |
| + | (http://en.wikipedia.org/wiki/Inequality_(mathematics) | ||
equal to: | equal to: | ||
| − | The two values are equivalent. (adapted http://en.wikipedia.org/wiki/ | + | The two values are equivalent. (adapted http://en.wikipedia.org/wiki/Equality_(mathematics) |
| Line 60: | Line 65: | ||
not equal to: | not equal to: | ||
| − | The two values are not equivalent. (adapted http://en.wikipedia.org/wiki/ | + | The two values are not equivalent. (adapted http://en.wikipedia.org/wiki/Equality_(mathematics) |
| + | |||
| Line 67: | Line 73: | ||
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: | ||
| + | |||
| + | Nil | ||
| + | |||
| + | |||
| + | |||
| + | Justification:<br> | ||
| + | |||
| + | New attribute | ||
| + | |||
| + | |||
| + | Comments: | ||
| + | |||
| + | No comments. | ||
---- | ---- | ||
{| style="background:#ccc99; color:black;" border="1" cellpadding="5" cellspacing="0" align="left" | {| style="background:#ccc99; color:black;" border="1" cellpadding="5" cellspacing="0" align="left" | ||
| − | !David!!Raphael | + | !David!!Raphael!!Jens |
|- style="background:white; color:black" | |- style="background:white; color:black" | ||
| − | | Y | + | |Y |
| − | | | + | |Y |
| − | |||
|Y | |Y | ||
|} | |} | ||
Latest revision as of 09:01, 19 July 2018
FEATURE OBJECT ATTRIBUTES
Attribute: Comparison operator
Acronym: COMPOP Code: ?
Camel case: comparisonOperator
Attribute type: simple
Data Type: Enumeration
Defintion: Numerical comparison
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 expression is greater than that of the right (http://en.wikipedia.org/wiki/Inequality_(mathematics)
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/Inequality_(mathematics)
less than:
the value of the left expression is less than that of the right (http://en.wikipedia.org/wiki/Inequality_(mathematics)
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/Inequality_(mathematics)
equal to:
The two values are equivalent. (adapted http://en.wikipedia.org/wiki/Equality_(mathematics)
not equal to:
The two values are not equivalent. (adapted http://en.wikipedia.org/wiki/Equality_(mathematics)
Remarks:
The definition of COMPOP provides the relation between the value given in the model and the real ship's value.
Distinction:
Nil
Justification:
New attribute
Comments:
No comments.
| David | Raphael | Jens |
|---|---|---|
| Y | Y | Y |