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 TypeMethodDescriptionvoid
getAddedEntities
(X3DNode[] val) Return the addedEntities value in the argument X3DNode[]Return the address String value.int
Return the applicationID int value.void
getMapping
(X3DNode[] val) Return the mapping value in the argument X3DNode[]int
Return the number of MFNode items in the addedEntities field.int
Return the number of MFNode items in the mapping field.int
Return the number of MFNode items in the removedEntities field.int
getPort()
Return the port int value.void
getRemovedEntities
(X3DNode[] val) Return the removedEntities value in the argument X3DNode[]int
Return the siteID int value.void
setAddress
(String val) Set the address field.void
setApplicationID
(int val) Set the applicationID field.void
setMapping
(X3DNode[] val) Set the mapping field.void
setPort
(int val) Set the port field.void
setSiteID
(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
-