Class CH47F

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

public final class CH47F extends EntityType

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

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

  • Country: Australia (AUS) = 13;
  • Entity kind: PlatformDomain = AIR;
  • Domain: Platform = 1;
  • Category: Cargo Helicopter = 23;
  • SubCategory: BoeingModels114414 = 1;
  • Specific: CH47F = 2;
  • Entity type uid: 29311;
  • Online document reference: SISO-REF-010-v33 (2024-05-29).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SpecificElem@1e67b872.

See Also: