Difference between revisions of "COMPOP"
| Line 14: | Line 14: | ||
ID Meaning INT 1 M-4 | ID Meaning INT 1 M-4 | ||
| − | 1 : | + | 1 : greater than |
| − | 2 : | + | 2 : greater or equal than |
| − | 3 : | + | 3 : less than |
| − | 4 : | + | 4 : less or equal than |
| − | 5 : | + | 5 : equal |
| − | |||
| − | |||
| + | 6 : not equal | ||
Definitions: | Definitions: | ||
| − | (http://en.wikipedia.org/wiki/Logical_connective) | + | <br>The value of the left value is greater than that of the right.(http://en.wikipedia.org/wiki/Logical_connective) |
| − | (http://en.wikipedia.org/wiki/Logical_connective) | + | <br>The value of the left expression is greater than or equal to that of the right. (http://en.wikipedia.org/wiki/Logical_connective) |
| − | (http://en.wikipedia.org/wiki/Logical_connective) | + | <br>The value of the left expression is less than that of the right. (http://en.wikipedia.org/wiki/Logical_connective) |
| − | (http://en.wikipedia.org/wiki/Logical_connective) | + | <br>the value of the left expression is less than or equal to that of the right. (http://en.wikipedia.org/wiki/Logical_connective) |
| − | (http://en.wikipedia.org/wiki/Logical_connective) | + | <br>The two values are equivalent.(adapted http://en.wikipedia.org/wiki/Logical_connective) |
| − | (http://en.wikipedia.org/wiki/Logical_connective) | + | <br>The two values are not equivalent.(adapted http://en.wikipedia.org/wiki/Logical_connective) |
| Line 43: | Line 42: | ||
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. |
Revision as of 13:56, 24 July 2010
FEATURE OBJECT ATTRIBUTES
Attribute: Comparison operator
Acronym: COMPOP Code: ?
Camel case: comparisonOperator
Attribute type: E
Expected input:
ID Meaning INT 1 M-4
1 : greater than
2 : greater or equal than
3 : less than
4 : less or equal than
5 : equal
6 : not equal Definitions:
The value of the left value is greater than that of the right.(http://en.wikipedia.org/wiki/Logical_connective)
The value of the left expression is greater than or equal to that of the right. (http://en.wikipedia.org/wiki/Logical_connective)
The value of the left expression is less than that of the right. (http://en.wikipedia.org/wiki/Logical_connective)
the value of the left expression is less than or equal to that of the right. (http://en.wikipedia.org/wiki/Logical_connective)
The two values are equivalent.(adapted http://en.wikipedia.org/wiki/Logical_connective)
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.
| David | Raphael | others | Jens |
|---|---|---|---|
| DA Y | RMM Y/N | others Y/N | JSF Y/N |