Class GroupID

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

public class GroupID extends Object implements Serializable
Unique designation of a group of entities contained in the isGroupOfPdu. Represents a group of entities rather than a single entity. Section 6.2.43
See Also:
  • Field Details

    • simulationAddress

      protected SimulationAddress simulationAddress
      Simulation address (site and application number)
    • groupNumber

      protected short groupNumber
      group number
  • Constructor Details

    • GroupID

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