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

public final class RobinHood extends EntityType

Entity class RobinHood collects multiple enumeration values together. Usage: create an instance of this class with RobinHood.createInstance() or new RobinHood().

  • Country: Germany (DEU) = 78;
  • Entity kind: PlatformDomain = SURFACE;
  • Domain: Platform = 1;
  • Category: Passenger Vessel (Group 1 Merchant) = 80;
  • SubCategory: Ferry = 4;
  • Specific: RobinHood = 6;
  • Entity type uid: 32992;
  • Online document reference: SISO-REF-010-v28 (2020-05-07).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SpecificElem@3cdf2c61.

See Also:
Country.GERMANY_DEU, EntityKind.PLATFORM, Domain, PlatformDomain, Category, PassengerVesselGroup1Merchant, SubCategory, Serialized Form
  • Constructor Details

    • RobinHood

      public RobinHood()
      Default constructor
  • Method Details

    • createInstance

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