Class AttributeRecordSet

java.lang.Object
edu.nps.moves.dis7.pdus.AttributeRecordSet
All Implemented Interfaces:
Serializable

public class AttributeRecordSet extends Object implements Serializable
Each Attribute Record Set shall contain the following information: the Entity or Object ID to which all Attribute records in the set apply, plus one or more Attribute records
See Also:
  • Field Details

    • entityId

      protected EntityID entityId
      entityId is an undescribed parameter...
    • numberOfAttributeRecords

      protected short numberOfAttributeRecords
      numberOfAttributeRecords is an undescribed parameter...
    • attributeRecords

      protected List<Attribute> attributeRecords
      attributeRecords is an undescribed parameter...
  • Constructor Details

    • AttributeRecordSet

      public AttributeRecordSet()
      Constructor creates and configures a new instance object
  • Method Details