Class Association

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

public class Association extends Object implements Serializable
An entity's associations with other entities and/or locations. For each association, this record shall specify the type of the association, the associated entity's EntityID and/or the associated location's world coordinates. This record may be used (optionally) in a transfer transaction to send internal state data from the divesting simulation to the acquiring simulation (see 5.9.4). This record may also be used for other purposes. Section 6.2.9 IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation - Application Protocols
See Also:
Serialized Form
  • Field Details

    • associationType

      protected EntityAssociationAssociationType associationType
      This field shall indicate the type of association. It shall be represented by an 8-bit enumeration. Values for this field are found in Section 14 of SISO-REF-010 330
    • padding

      protected byte padding
      Padding
    • associatedEntityID

      protected EntityIdentifier associatedEntityID
      identity of associated entity. If none, NO_SPECIFIC_ENTITY
    • associatedLocation

      protected Vector3Double associatedLocation
      location, in world coordinates
  • Constructor Details

    • Association

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