:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** .. _DisEntityType: DisEntityType ------------- .. class:: DisEntityType .. parsed-literal:: :method:`DisEntityType.EntityKind` :method:`DisEntityType.Domain` :method:`DisEntityType.Country` :method:`DisEntityType.Category` :method:`DisEntityType.Subcategory` :method:`DisEntityType.Specific` :method:`DisEntityType.Extra` Overview ======== DisEntityType_ is an implementation of the DIS entity type. The entity type is used by DIS to identify the types of platforms. Methods ======= .. method:: int EntityKind() Returns the entity kind ID. .. method:: int Domain() Returns the domain ID. .. method:: int Country() Returns the country ID. .. method:: int Category() Returns the category ID. .. method:: int Subcategory() Returns the subcategoryID. .. method:: int Specific() Returns the specific ID. .. method:: int Extra() Returns the extra ID.