Difference between revisions of "COMPOP"
(New page: COMPOP has to be to developed and should provide various comparison operators; see http://de.wikipedia.org/wiki/Logische_Operatoren or the English version http://en.wikipedia.org/wiki/...) |
|||
| (19 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | FEATURE OBJECT ATTRIBUTES | |
| − | + | ||
| − | The definition of COMPOP | + | 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:<br> | ||
| + | |||
| + | New attribute | ||
| + | |||
| + | |||
| + | Comments: | ||
| + | |||
| + | No comments. | ||
| + | |||
| + | ---- | ||
| + | |||
| + | {| style="background:#ccc99; color:black;" border="1" cellpadding="5" cellspacing="0" align="left" | ||
| + | !David!!Raphael!!Jens | ||
| + | |- 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 |