Class ERS

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

public final class ERS extends EntityType

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

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

  • Country: Germany (DEU) = 78;
  • Entity kind: PlatformDomain = SPACE;
  • Domain: Platform = 1;
  • Category: Unmanned = 2;
  • SubCategory: Meteorologysatellite = 5;
  • Specific: ERS = 4;
  • Entity type uid: 16820;
  • Online document reference: SISO-REF-010-v33 (2024-05-29).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SpecificElem@14f5da2c.

See Also: