Class CC130HTanker

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

public final class CC130HTanker extends EntityType

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

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

  • Country: Canada (CAN) = 39;
  • Entity kind: PlatformDomain = AIR;
  • Domain: Platform = 1;
  • Category: Cargo/Tanker = 4;
  • SubCategory: CC130Hercules = 5;
  • Specific: CC130HTanker = 2;
  • Entity type uid: 35052;
  • Online document reference: SISO-REF-010-v33-DRAFT-20231217-d10 (2023-12-17).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SpecificElem@12c8a2c0.

See Also:
  • Constructor Details

    • CC130HTanker

      public CC130HTanker()
      Default constructor
  • Method Details

    • createInstance

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