Package org.web3d.x3d.sai.dis
Interface DISEntityManager
- All Superinterfaces:
X3DChildNode,X3DNode
- All Known Implementing Classes:
SAIDISEntityManager,SAIDISEntityManager
Defines the requirements of an X3D DISEntityManager node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetAddedEntities(X3DNode[] val) Return the addedEntities value in the argument X3DNode[]Return the address String value.intReturn the applicationID int value.voidgetMapping(X3DNode[] val) Return the mapping value in the argument X3DNode[]intReturn the number of MFNode items in the addedEntities field.intReturn the number of MFNode items in the mapping field.intReturn the number of MFNode items in the removedEntities field.intgetPort()Return the port int value.voidgetRemovedEntities(X3DNode[] val) Return the removedEntities value in the argument X3DNode[]intReturn the siteID int value.voidsetAddress(String val) Set the address field.voidsetApplicationID(int val) Set the applicationID field.voidsetMapping(X3DNode[] val) Set the mapping field.voidsetPort(int val) Set the port field.voidsetSiteID(int val) Set the siteID field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getSiteID
int getSiteID()Return the siteID int value.- Returns:
- The siteID int value.
-
setSiteID
void setSiteID(int val) Set the siteID field.- Parameters:
val- The int to set.
-
getApplicationID
int getApplicationID()Return the applicationID int value.- Returns:
- The applicationID int value.
-
setApplicationID
void setApplicationID(int val) Set the applicationID field.- Parameters:
val- The int to set.
-
getAddress
-
setAddress
-
getPort
int getPort()Return the port int value.- Returns:
- The port int value.
-
setPort
void setPort(int val) Set the port field.- Parameters:
val- The int to set.
-
getNumAddedEntities
int getNumAddedEntities()Return the number of MFNode items in the addedEntities field.- Returns:
- the number of MFNode items in the addedEntities field.
-
getAddedEntities
Return the addedEntities value in the argument X3DNode[]- Parameters:
val- The X3DNode[] to initialize.
-
getNumRemovedEntities
int getNumRemovedEntities()Return the number of MFNode items in the removedEntities field.- Returns:
- the number of MFNode items in the removedEntities field.
-
getRemovedEntities
Return the removedEntities value in the argument X3DNode[]- Parameters:
val- The X3DNode[] to initialize.
-
getNumMapping
int getNumMapping()Return the number of MFNode items in the mapping field.- Returns:
- the number of MFNode items in the mapping field.
-
getMapping
Return the mapping value in the argument X3DNode[]- Parameters:
val- The X3DNode[] to initialize.
-
setMapping
-