Difference between revisions of "COMPOP"
| Line 14: | Line 14: | ||
ID Meaning INT 1 M-4 | ID Meaning INT 1 M-4 | ||
| − | 1 : größer > | + | 1 : größer > .GT. |
| − | 2 : größer oder gleich > | + | 2 : größer oder gleich <math>\ge</math> |
| − | 3 : kleiner < | + | 3 : kleiner < .LT. |
| − | 4 : kleiner oder gleich < | + | 4 : kleiner oder gleich <math>\le</math> |
| − | 5 : gleich | + | 5 : gleich <math>=</math> |
| − | 6 : ungleich | + | 6 : ungleich <math>\ne</math> |
Definitions: | Definitions: | ||
Revision as of 13:41, 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 : größer > .GT.
2 : größer oder gleich <math>\ge</math>
3 : kleiner < .LT.
4 : kleiner oder gleich <math>\le</math>
5 : gleich <math>=</math>
6 : ungleich <math>\ne</math>
Definitions:
(http://en.wikipedia.org/wiki/Logical_connective) (http://en.wikipedia.org/wiki/Logical_connective) (http://en.wikipedia.org/wiki/Logical_connective) (http://en.wikipedia.org/wiki/Logical_connective) (http://en.wikipedia.org/wiki/Logical_connective) (http://en.wikipedia.org/wiki/Logical_connective)
Remarks:
The definition of COMPOP must 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 |