BitStringVariable

Header Image
Project:
BitStringVariable : Public <<TMF_BusinessEntity>> Business Entity
Created: 1/10/2022 12:03:24 PM
Modified: 1/16/2025 11:02:08 AM
Project:
Advanced:
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.<br/>
  • Attributes
  • Associations To
  • Tagged Values
  • Advanced
  • Other Links
Attribute Scope Type
variableBitStringList Public String
Notes: This attribute is an unordered list of strings, each representing <br/>a single bit string or a set of bit strings. The number of bits <br/>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:<br/> <br/> binary-digit = "0" / "1"<br/> bitstring = 1*binary-digit<br/> maskedBitString = bitstring","bitstring<br/><br/>Each string entry is either:<br/><br/> 1. A single bit string. Example: 00111010<br/> 2. A range of bit strings specifies using a bit string and a bit<br/> mask. The bit string and mask properties have the same <br/> number of bits specified. The mask bit string specifies the <br/> significant bits in the bit string value. For example, 110110, <br/> 100110 and 110111 would match the maskedBitString <br/> 100110,101110 but 100100 would not.<br/>
Element Source Role Target Role
«TMF_ABE» Policy Variable ABE
ABE «TMF_ABEIsComposedByEntity»
Name:  
 
Name:  
 
Details:
 
Tag Value
IsCoreEntity False
Details:
Values: true,false
Default: False
rsa_guid _3E3F0EC000E93DD8710B00DC
Details:  
Property Value
isActive: 0
isFinalSpecialization: 0
Object Type Connection Direction Notes
«TMF_BusinessEntity» VariableStandard Business Entity Generalization To