14.6.14 BooleanArrayFromIndexArray
Topic Version | 1 | Published | 09/11/2015 | |
For Standard | RESQML v2.0.1 | |||
Stereotypes: | 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 |
Data Type |
Notes |
---|---|---|
Indices |
AbstractIntegerArray |
Array of integer indices. BUSINESS RULE: Must be non-negative. |
Count |
positiveInteger |
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. |
Derived From: AbstractBooleanArray
Derived Classes: (none)
Relationships: None