3.10 BooleanArrayFromIndexArray

Topic Version1Published11/11/2016
For StandardCOM v2.1
Type:ClassStereotype:«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.

Table 3.10-1 Attributes

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.

Table 3.10-2 Associations

Association

Notes

From: BooleanArrayFromIndexArray.

To: AbstractBooleanArray

Generalization