: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. .. **************************************************************************** .. _DisEntityId: DisEntityId ----------- .. class:: DisEntityId .. parsed-literal:: :method:`DisEntityId.Site` :method:`DisEntityId.Application` :method:`DisEntityId.Entity` Overview ======== DisEntityId_ is an implementation of the DIS entity ID. The entity ID is used by DIS to identify individual platforms. Methods ======= .. method:: int Site() Returns the site ID. .. method:: int Application() Returns the application ID. .. method:: int Entity() Returns the entity ID.