Difference between revisions of "COMPOP"
| (17 intermediate revisions by 2 users not shown) | |||
| Line 7: | Line 7: | ||
Camel case: comparisonOperator | Camel case: comparisonOperator | ||
| − | Attribute type: | + | Attribute type: simple |
| + | Data Type: Enumeration | ||
| + | |||
| + | Defintion: Numerical comparison | ||
Expected input: | Expected input: | ||
| Line 14: | Line 17: | ||
ID Meaning INT 1 M-4 | ID Meaning INT 1 M-4 | ||
| − | 1 : | + | 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: | Definitions: | ||
| − | (http://en.wikipedia.org/wiki/ | + | |
| − | (http://en.wikipedia.org/wiki/ | + | greater than: |
| − | (http://en.wikipedia.org/wiki/ | + | |
| − | (http://en.wikipedia.org/wiki/ | + | the value of the left expression is greater than that of the right |
| − | + | (http://en.wikipedia.org/wiki/Inequality_(mathematics) | |
| − | (http://en.wikipedia.org/wiki/ | + | |
| + | |||
| + | 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) | ||
| Line 43: | Line 71: | ||
Remarks: | Remarks: | ||
| − | The definition of COMPOP | + | 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 |
| − | |||
|} | |} | ||
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 |