Difference between revisions of "COMPOP"

From IHO Nautical Information Processing Working Group
Jump to navigation Jump to search
 
(16 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
Camel case: comparisonOperator
 
Camel case: comparisonOperator
  
Attribute type: E
+
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 : größer > .GT.
+
1 : greater than
 +
 
 +
2 : greater than or equal to
  
2 : größer oder gleich <math>\ge</math>
+
3 : less than 
  
3 : kleiner <  .LT.
+
4 : less than or equal to
  
4 : kleiner oder gleich <math>\le</math>
+
5 : equal to
  
5 : gleich <math>=</math>
+
6 : not equal to
  
6 : ungleich <math>\ne</math>
 
  
 
Definitions:
 
Definitions:
  
(http://en.wikipedia.org/wiki/Logical_connective)
+
 
(http://en.wikipedia.org/wiki/Logical_connective)
+
greater than:
(http://en.wikipedia.org/wiki/Logical_connective)
+
 
(http://en.wikipedia.org/wiki/Logical_connective)
+
the value of the left expression is greater than that of the right
(http://en.wikipedia.org/wiki/Logical_connective)
+
(http://en.wikipedia.org/wiki/Inequality_(mathematics)  
(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/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 must provides the relation between the value given in the model and the real ship's value.
+
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!!others!!Jens
+
!David!!Raphael!!Jens
 
|- style="background:white; color:black"
 
|- style="background:white; color:black"
|DA Y
+
|Y
|RMM Y/N
+
|Y
|others Y/N
+
|Y
|JSF Y/N
 
 
|}
 
|}

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