| Package | Description |
|---|---|
| org.web3d.x3d.jsail.DIS |
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.
|
| Modifier and Type | Method and Description |
|---|---|
DISEntityManagerObject |
DISEntityManagerObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
DISEntityManagerObject |
DISEntityManagerObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
DISEntityManagerObject |
DISEntityManagerObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
DISEntityManagerObject |
DISEntityManagerObject.addMapping(DISEntityTypeMappingObject newValue)
Add single child node to existing array of mapping nodes (if any).
|
DISEntityManagerObject |
DISEntityManagerObject.clearMapping()
Utility method to clear MFNode value of mapping field.
|
DISEntityManagerObject |
DISEntityManagerObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
DISEntityManagerObject |
DISEntityManagerObject.setAddress(SFStringObject newValue)
Assign typed object value to SFString address field, similar to
setAddress(String). |
DISEntityManagerObject |
DISEntityManagerObject.setAddress(java.lang.String newValue)
Assign String value to inputOutput SFString field named address.
|
DISEntityManagerObject |
DISEntityManagerObject.setApplicationID(int newValue)
Assign int value to inputOutput SFInt32 field named applicationID.
|
DISEntityManagerObject |
DISEntityManagerObject.setApplicationID(SFInt32Object newValue)
Assign typed object value to SFInt32 applicationID field, similar to
setApplicationID(int). |
DISEntityManagerObject |
DISEntityManagerObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
DISEntityManagerObject |
DISEntityManagerObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
DISEntityManagerObject |
DISEntityManagerObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
DISEntityManagerObject |
DISEntityManagerObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
DISEntityManagerObject |
DISEntityManagerObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
DISEntityManagerObject |
DISEntityManagerObject.setMapping(java.util.ArrayList<DISEntityTypeMapping> newValue)
Assign ArrayList value of MFNode mapping field, similar to
setMapping(X3DNode[]). |
DISEntityManagerObject |
DISEntityManagerObject.setMapping(X3DConcreteNode newValue)
Utility method to set single SFNode as DISEntityManagerObject mapping.
|
DISEntityManagerObject |
DISEntityManagerObject.setMapping(X3DNode[] newValue)
Assign DISEntityTypeMapping array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field mapping.
|
DISEntityManagerObject |
DISEntityManagerObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
DISEntityManagerObject |
DISEntityManagerObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
DISEntityManagerObject |
DISEntityManagerObject.setPort(int newValue)
Assign int value to inputOutput SFInt32 field named port.
|
DISEntityManagerObject |
DISEntityManagerObject.setPort(SFInt32Object newValue)
Assign typed object value to SFInt32 port field, similar to
setPort(int). |
DISEntityManagerObject |
DISEntityManagerObject.setSiteID(int newValue)
Assign int value to inputOutput SFInt32 field named siteID.
|
DISEntityManagerObject |
DISEntityManagerObject.setSiteID(SFInt32Object newValue)
Assign typed object value to SFInt32 siteID field, similar to
setSiteID(int). |
DISEntityManagerObject |
DISEntityManagerObject.setUSE(DISEntityManagerObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
DISEntityManagerObject |
DISEntityManagerObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
DISEntityManagerObject |
DISEntityManagerObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
DISEntityManagerObject |
DISEntityManagerObject.setUSE(DISEntityManagerObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.