3.10 BooleanArrayFromIndexArray
Topic Version | 1 | Published | 11/11/2016 | ||
For Standard | COM v2.1 | ||||
Type: | Class | Stereotype: | «XSDcomplexType» |
An array of Boolean values defined by specifying explicitly which indices in the array are either true or false. This class is used to represent very sparse true or false data.
Name |
Type |
Notes |
---|---|---|
Count |
PositiveLong |
Total number of Boolean elements in the array. This number is different from the number of indices used to represent the array. |
IndexIsTrue |
boolean |
Indicates whether the specified elements are true or false. |
Indices |
AbstractIntegerArray |
Array of integer indices. BUSINESS RULE: Must be non-negative. |
Association |
Notes |
---|---|
From: BooleanArrayFromIndexArray. To: AbstractBooleanArray Generalization |