Class AggregateIdentifier

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

public class AggregateIdentifier extends Object implements Serializable
The unique designation of each aggregate in an exercise is specified by an aggregate identifier record. The aggregate ID is not an entity and shall not be treated as such. Section 6.2.3. IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation - Application Protocols
See Also:
Serialized Form
  • Field Details

    • simulationAddress

      protected SimulationAddress simulationAddress
      Simulation address, i.e. site and application, the first two fields of the entity ID
    • aggregateID

      protected short aggregateID
      The aggregate ID
  • Constructor Details

    • AggregateIdentifier

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