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

public final class BC7005 extends EntityType

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

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

  • Country: United States of America (USA) = 225;
  • Entity kind: PlatformDomain = SURFACE;
  • Domain: Platform = 1;
  • Category: Landing Craft = 11;
  • SubCategory: BargeDeckCargo = 7;
  • Specific: BC7005 = 2;
  • Entity type uid: 23688;
  • Online document reference: SISO-REF-010-v31 (2022-10-08).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SpecificElem@49232c6f.

See Also:
  • Constructor Details

    • BC7005

      public BC7005()
      Default constructor
  • Method Details

    • createInstance

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