Class SilentEntitySystem

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

public class SilentEntitySystem extends Object implements Serializable
information abou an enitity not producing espdus. Section 6.2.79
See Also:
  • Field Details

    • numberOfEntities

      protected short numberOfEntities
      number of the type specified by the entity type field
    • numberOfAppearanceRecords

      protected short numberOfAppearanceRecords
      number of entity appearance records that follow
    • entityType

      protected EntityType entityType
      Entity type
    • appearanceRecordList

      protected int[] appearanceRecordList
      Variable length list of appearance records
  • Constructor Details

    • SilentEntitySystem

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