Class AttributeRecordSet

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

public class AttributeRecordSet extends Object implements Serializable
IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation - Application Protocols
See Also:
Serialized Form
  • 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