Difference between revisions of "COMPOP"
m |
|||
| (6 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
Camel case: comparisonOperator | Camel case: comparisonOperator | ||
| − | Attribute type: | + | Attribute type: simple |
| + | |||
| + | Data Type: Enumeration | ||
| Line 16: | Line 18: | ||
1 : greater than | 1 : greater than | ||
| − | 2 : greater or equal | + | 2 : greater than or equal to |
3 : less than | 3 : less than | ||
| − | 4 : less or equal | + | 4 : less than or equal to |
5 : equal | 5 : equal | ||
| Line 29: | Line 31: | ||
Definitions: | 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) | ||
| Line 52: | Line 73: | ||
!David!!Raphael!!others!!Jens | !David!!Raphael!!others!!Jens | ||
|- style="background:white; color:black" | |- style="background:white; color:black" | ||
| − | | | + | | Y |
|RMM Y/N | |RMM Y/N | ||
|others Y/N | |others Y/N | ||
| − | | | + | |Y |
|} | |} | ||
Revision as of 06:12, 16 August 2010
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
6 : not equal
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.
| David | Raphael | others | Jens |
|---|---|---|---|
| Y | RMM Y/N | others Y/N | Y |