Class GenericMotorcoach

java.lang.Object
edu.nps.moves.dis7.pdus.EntityType
edu.nps.moves.dis7.entities.oth.platform.land.GenericMotorcoach
All Implemented Interfaces:
Serializable

public final class GenericMotorcoach extends EntityType

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

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

  • Country: Other = 0;
  • Entity kind: PlatformDomain = LAND;
  • Domain: Platform = 1;
  • Category: Bus = 82;
  • SubCategory: GenericMotorcoach = 10;
  • Specific: null (none);
  • Entity type uid: 25808;
  • Online document reference: SISO-REF-010-v31 (2022-10-08).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SubCategoryElem@7e8a46b7.

See Also:
  • Constructor Details

    • GenericMotorcoach

      public GenericMotorcoach()
      Default constructor
  • Method Details

    • createInstance

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