Common Domain::Policy ABE::Policy Structure ABE::Policy Variable ABE
Class BitStringVariable

This class is used to represent a single or set of bit string variable. Thus, only BitStringValue classes can be used in the value portion of the condition expression with this PolicyVariable.

Attributes
String variableBitStringList variableBitStringList

This attribute is an unordered list of strings, each representing
a single bit string or a set of bit strings. The number of bits
specified SHOULD equal the number of bits of the expected variable. For example, for an 8-bit byte variable, 8 bits should be specified. If the variable does not have a fixed length, the most significant bits should be used. The formal definition of a bit string is:

binary-digit = "0" / "1"
bitstring = 1*binary-digit
maskedBitString = bitstring","bitstring

Each string entry is either:

1. A single bit string. Example: 00111010
2. A range of bit strings specifies using a bit string and a bit
mask. The bit string and mask properties have the same
number of bits specified. The mask bit string specifies the
significant bits in the bit string value. For example, 110110,
100110 and 110111 would match the maskedBitString
100110,101110 but 100100 would not.

Attributes inherited from SID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Variable ABE::VariableStandard SID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Variable ABE::VariableStandard
allowedValueTypes allowedValueTypes

Attributes inherited from SID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Variable ABE::PolicyVariable SID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Variable ABE::PolicyVariable
_policyValue _policyValue, _policyOperator _policyOperator, _policyStatement _policyStatement

Attributes inherited from SID Models::Common Domain::Policy ABE::Policy Framework ABE::Policy SID Models::Common Domain::Policy ABE::Policy Framework ABE::Policy
_policyApplication _policyApplication, keywords keywords, policyName policyName, _policyRepository _policyRepository, _policyDomain _policyDomain

Attributes inherited from SID Models::Common Domain::Root Business Entities ABE::RootEntity SID Models::Common Domain::Root Business Entities ABE::RootEntity
_rootEntityType _rootEntityType, _revenueAssuranceParmValue _revenueAssuranceParmValue, _characteristicValue _characteristicValue, name name, description description, ID ID, metric metric, _monitoredMetricInstancesCriteria _monitoredMetricInstancesCriteria, directedEdge directedEdge, vertex vertex, entityCatalogItem entityCatalogItem, rootEntityGroupMember rootEntityGroupMember, rootEntityGroup rootEntityGroup, rootEntityRelationship rootEntityRelationship, rootEntityRelationship2 rootEntityRelationship2, associationRole associationRole, entitySpecificationAttachment entitySpecificationAttachment, interactionUseCase interactionUseCase, interactionResult interactionResult

Properties:

Alias
Classifier Behavior
Is Abstractfalse
Is Activefalse
Is Leaffalse
Keywords
NameBitStringVariable
Name Expression
NamespacePolicy Variable ABE
Owned Template Signature
OwnerPolicy Variable ABE
Owning Template Parameter
PackagePolicy Variable ABE
Qualified NameSID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Variable ABE::BitStringVariable
Representation
Stereotype
Template Parameter
VisibilityPublic

Attribute Details

 variableBitStringList
Public String variableBitStringList

This attribute is an unordered list of strings, each representing
a single bit string or a set of bit strings. The number of bits
specified SHOULD equal the number of bits of the expected variable. For example, for an 8-bit byte variable, 8 bits should be specified. If the variable does not have a fixed length, the most significant bits should be used. The formal definition of a bit string is:

binary-digit = "0" / "1"
bitstring = 1*binary-digit
maskedBitString = bitstring","bitstring

Each string entry is either:

1. A single bit string. Example: 00111010
2. A range of bit strings specifies using a bit string and a bit
mask. The bit string and mask properties have the same
number of bits specified. The mask bit string specifies the
significant bits in the bit string value. For example, 110110,
100110 and 110111 would match the maskedBitString
100110,101110 but 100100 would not.

Constraints:
Properties:

AggregationNone
Alias
Association
Association End
ClassBitStringVariable
Datatype
Default
Default Value
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquetrue
Keywords
Lower1
Lower Value
MultiplicityNone (1)
NamevariableBitStringList
Name Expression
NamespaceBitStringVariable
Opposite
OwnerBitStringVariable
Owning Association
Owning Template Parameter
Qualified NameSID Models::Common Domain::Policy ABE::Policy Structure ABE::Policy Variable ABE::BitStringVariable::variableBitStringList
Stereotype
Template Parameter
TypeString
Upper1
Upper Value
VisibilityPublic