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.
See Also:
  • Field Details

    • simulationAddress

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

      protected short aggregateID
      The aggregate ID provides a unique identifier
  • Constructor Details

    • AggregateIdentifier

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