Class DISEntityManager

All Implemented Interfaces:
X3DChildNode, X3DNode, DISEntityManager

public class DISEntityManager extends X3DConcreteNode implements DISEntityManager
DISEntityManager notifies a scene when new DIS ESPDU entities arrive or current entities leave.

X3D node tooltip: [X3DChildNode] DISEntityManager notifies a scene when new DIS ESPDU entities arrive or current entities leave. DISEntityManager may contain any number of DISEntityTypeMapping nodes that provide a best-match X3D model to incoming entity type values. For each new DIS entity, DISEntityManager thus produces a new EspduTransform node that contains a corresponding X3D model.
Package hint: This org.web3d.x3d.jsail concrete class is used for implementing a standalone X3D object as a Plain Old Java Object (POJO). If you are writing Java code for use inside an X3D Script node, compile separate code using only the org.web3d.x3d.sai package instead.
See Also:
  • Field Details

    • NAME

      public static final String NAME
      String constant NAME provides name of this element: DISEntityManager.
      See Also:
    • COMPONENT

      public static final String COMPONENT
      String constant COMPONENT defines X3D component for the DISEntityManager element: DIS
      See Also:
    • LEVEL

      public static final int LEVEL
      Integer constant LEVEL provides default X3D DIS component level for this element: 2
      See Also:
    • ADDRESS_DEFAULT_VALUE

      public static final String ADDRESS_DEFAULT_VALUE
      SFString field named address has default value "localhost" (Java syntax) or localhost (XML syntax).
      See Also:
    • APPLICATIONID_DEFAULT_VALUE

      public static final int APPLICATIONID_DEFAULT_VALUE
      SFInt32 field named applicationID has default value 0 (Java syntax) or 0 (XML syntax).
      See Also:
    • IS_DEFAULT_VALUE

      public static final IS IS_DEFAULT_VALUE
      SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    • METADATA_DEFAULT_VALUE

      public static final X3DMetadataObject METADATA_DEFAULT_VALUE
      SFNode field named metadata has default value null (Java syntax) or NULL (XML syntax).
    • PORT_DEFAULT_VALUE

      public static final int PORT_DEFAULT_VALUE
      SFInt32 field named port has default value 0 (Java syntax) or 0 (XML syntax).
      See Also:
    • SITEID_DEFAULT_VALUE

      public static final int SITEID_DEFAULT_VALUE
      SFInt32 field named siteID has default value 0 (Java syntax) or 0 (XML syntax).
      See Also:
    • containerField_DEFAULT_VALUE

      public static final String containerField_DEFAULT_VALUE
      containerField describes typical field relationship of a node to its parent. Usage is not ordinarily needed when using this API, default value is provided for informational purposes.
      See Also:
    • fromField_ADDEDENTITIES

      public static final String fromField_ADDEDENTITIES
      fromField ROUTE name for MFNode field named addedEntities.
      See Also:
    • fromField_ADDRESS

      public static final String fromField_ADDRESS
      fromField ROUTE name for SFString field named address.
      See Also:
    • toField_ADDRESS

      public static final String toField_ADDRESS
      toField ROUTE name for SFString field named address.
      See Also:
    • fromField_APPLICATIONID

      public static final String fromField_APPLICATIONID
      fromField ROUTE name for SFInt32 field named applicationID.
      See Also:
    • toField_APPLICATIONID

      public static final String toField_APPLICATIONID
      toField ROUTE name for SFInt32 field named applicationID.
      See Also:
    • fromField_CHILDREN

      public static final String fromField_CHILDREN
      fromField ROUTE name for MFNode field named children.
      See Also:
    • toField_CHILDREN

      public static final String toField_CHILDREN
      toField ROUTE name for MFNode field named children.
      See Also:
    • fromField_IS

      public static final String fromField_IS
      fromField ROUTE name for SFNode field named IS.
      See Also:
    • fromField_METADATA

      public static final String fromField_METADATA
      fromField ROUTE name for SFNode field named metadata.
      See Also:
    • toField_METADATA

      public static final String toField_METADATA
      toField ROUTE name for SFNode field named metadata.
      See Also:
    • fromField_PORT

      public static final String fromField_PORT
      fromField ROUTE name for SFInt32 field named port.
      See Also:
    • toField_PORT

      public static final String toField_PORT
      toField ROUTE name for SFInt32 field named port.
      See Also:
    • fromField_REMOVEDENTITIES

      public static final String fromField_REMOVEDENTITIES
      fromField ROUTE name for MFNode field named removedEntities.
      See Also:
    • fromField_SITEID

      public static final String fromField_SITEID
      fromField ROUTE name for SFInt32 field named siteID.
      See Also:
    • toField_SITEID

      public static final String toField_SITEID
      toField ROUTE name for SFInt32 field named siteID.
      See Also:
  • Constructor Details

    • DISEntityManager

      public DISEntityManager()
      Constructor for DISEntityManager to initialize member variables with default values.
    • DISEntityManager

      public DISEntityManager(String DEFlabel)
      Utility constructor that assigns DEF label after initializing member variables with default values.
      Parameters:
      DEFlabel - unique DEF name for this X3D node
  • Method Details