Uses of Class
org.web3d.x3d.jsail.DIS.DISEntityTypeMapping
Packages that use DISEntityTypeMapping
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.
-
Uses of DISEntityTypeMapping in org.web3d.x3d.jsail.DIS
Methods in org.web3d.x3d.jsail.DIS that return DISEntityTypeMappingModifier and TypeMethodDescriptionDISEntityTypeMapping.addComments
(String newComment) Add comment as String to contained commentsList.DISEntityTypeMapping.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.DISEntityTypeMapping.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Add singleton String value to MFString url field.Add singleton SFString value to MFString url field.DISEntityTypeMapping.clearIS()
Utility method to clear SFNode value of IS field.DISEntityTypeMapping.clearMetadata()
Utility method to clear SFNode value of metadata field.DISEntityTypeMapping.clearUrl()
Utility method to clear MFString value of url field.DISEntityTypeMapping.setAutoRefresh
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefresh.DISEntityTypeMapping.setAutoRefresh
(SFTime newValue) Assign typed object value to SFTime autoRefresh field, similar tosetAutoRefresh(double)
.DISEntityTypeMapping.setAutoRefreshTimeLimit
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefreshTimeLimit.DISEntityTypeMapping.setAutoRefreshTimeLimit
(SFTime newValue) Assign typed object value to SFTime autoRefreshTimeLimit field, similar tosetAutoRefreshTimeLimit(double)
.DISEntityTypeMapping.setCategory
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named category.DISEntityTypeMapping.setCategory
(SFInt32 newValue) Assign typed object value to SFInt32 category field, similar tosetCategory(int)
.DISEntityTypeMapping.setCountry
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named country.DISEntityTypeMapping.setCountry
(SFInt32 newValue) Assign typed object value to SFInt32 country field, similar tosetCountry(int)
.final DISEntityTypeMapping
DISEntityTypeMapping.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.DISEntityTypeMapping.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final DISEntityTypeMapping
DISEntityTypeMapping.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.DISEntityTypeMapping.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final DISEntityTypeMapping
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.DISEntityTypeMapping.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.DISEntityTypeMapping.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.DISEntityTypeMapping.setDomain
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named domain.Assign typed object value to SFInt32 domain field, similar tosetDomain(int)
.DISEntityTypeMapping.setExtra
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named extra.Assign typed object value to SFInt32 extra field, similar tosetExtra(int)
.final DISEntityTypeMapping
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.DISEntityTypeMapping.setKind
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named kind.Assign typed object value to SFInt32 kind field, similar tosetKind(int)
.DISEntityTypeMapping.setLoad
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named load.Assign typed object value to SFBool load field, similar tosetLoad(boolean)
.DISEntityTypeMapping.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.DISEntityTypeMapping.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.DISEntityTypeMapping.setSpecific
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named specific.DISEntityTypeMapping.setSpecific
(SFInt32 newValue) Assign typed object value to SFInt32 specific field, similar tosetSpecific(int)
.DISEntityTypeMapping.setSubcategory
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named subcategory.DISEntityTypeMapping.setSubcategory
(SFInt32 newValue) Assign typed object value to SFInt32 subcategory field, similar tosetSubcategory(int)
.Assign singleton String value to MFString url field, similar tosetUrl(String[])
.Accessor method to assign String array to inputOutput MFString field named url.Assign ArrayList value of MFString url field, similar tosetUrl(String[])
.Assign typed object value to MFString url field, similar tosetUrl(String[])
.Assign single SFString object value to MFString url field, similar tosetUrl(String[])
.final DISEntityTypeMapping
Accessor method to assign String value to inputOutput SFString field named USE.DISEntityTypeMapping.setUSE
(DISEntityTypeMapping DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Methods in org.web3d.x3d.jsail.DIS with parameters of type DISEntityTypeMappingModifier and TypeMethodDescriptionvoid
DISEntityManager.addChildren
(DISEntityTypeMapping newValue) Add single node to existing array of children nodes (if any).DISEntityTypeMapping.setUSE
(DISEntityTypeMapping DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.