Class SR71B

java.lang.Object
edu.nps.moves.dis7.pdus.EntityType
edu.nps.moves.dis7.entities.usa.platform.air.SR71B
All Implemented Interfaces:
Serializable

public final class SR71B extends EntityType

Entity class SR71B collects multiple enumeration values together to uniquely define this entity.

Usage: create an instance of this class with SR71B.createInstance() or new SR71B().

  • Country: United States of America (USA) = 225;
  • Entity kind: PlatformDomain = AIR;
  • Domain: Platform = 1;
  • Category: Reconnaissance = 7;
  • SubCategory: LockheedSR71Blackbird = 1;
  • Specific: SR71B = 1;
  • Entity type uid: 11005;
  • Online document reference: SISO-REF-010-v34 (2024-10-15).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SpecificElem@24197b13.

See Also:
  • Constructor Details

    • SR71B

      public SR71B()
      Default constructor
  • Method Details

    • createInstance

      public static SR71B createInstance()
      Create a new instance of this final (unmodifiable) class
      Returns:
      copy of class for use as data