Uses of Interface
org.web3d.x3d.sai.DIS.DISEntityManager
Package
Description
The Distributed Interactive Simulation (DIS) component provides networked interoperability with the IEEE DIS protocol for sharing state and conducting real-time platform-level simulations across multiple host computers.
The Distributed Interactive Simulation (DIS) component provides networked interoperability with the IEEE DIS protocol for sharing state and conducting real-time platform-level simulations across multiple host computers.
-
Uses of DISEntityManager in org.web3d.x3d.jsail.DIS
Modifier and TypeClassDescriptionclass
DISEntityManager notifies a scene when new DIS ESPDU entities arrive or current entities leave. -
Uses of DISEntityManager in org.web3d.x3d.sai.DIS
Modifier and TypeMethodDescriptionDISEntityManager.setAddress
(String newValue) Accessor method to assign String value to inputOutput SFString field named address.DISEntityManager.setApplicationID
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named applicationID.DISEntityManager.setChildren
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.DISEntityManager.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.DISEntityManager.setPort
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named port.DISEntityManager.setSiteID
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named siteID.