EAInteger : public class
Created: |
2010-02-02 16:19:31 |
Modified: |
2010-06-01 14:33:05 |
|
Project: |
|
Author: |
yt57906 |
Version: |
1.0 |
Phase: |
1.0 |
Status: |
Proposed |
Complexity: |
Easy |
Advanced: |
|
UUID: |
{A9CFDF05-788B-41aa-9A30-1A624595B361} |
Appears In: |
Datatypes |
<p>An instance of Integer is an element in the set of integer numbers (..., -2, -1, 0, 1, 2, ...).<br/></p><p><br/></p><p>Semantics:<br/></p><p>An instance of Integer is an element in the set of integer numbers (..., -2, -1, 0, 1, 2, ...).<br/></p><p><br/></p><p>Notation:<br/></p><p>The datatype Integer is denoted using the rectangle symbol with keyword «Datatype Integer».<br/></p><p><br/></p><p>Extension: UML Datatype<br/></p>
Attribute |
Details |
public int max |
Notes:
|
The maximal value of the range.
|
|
public int min |
Notes:
|
The minimum value of the range.
|
|