Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai
Interface X3DRoute


public interface X3DRoute

Representation of a ROUTE structure in X3D.

Version:
$Revision: 1.3 $
Author:
Justin Couch

Method Summary
 java.lang.String getDestinationField()
          Get the name of the destination field of this route.
 X3DNode getDestinationNode()
          Get the reference to the destination node of this route.
 java.lang.String getSourceField()
          Get the name of the source field of this route.
 X3DNode getSourceNode()
          Get the reference to the source node of this route.
 

Method Detail

getSourceNode

X3DNode getSourceNode()
Get the reference to the source node of this route.

Returns:
The source node reference

getSourceField

java.lang.String getSourceField()
Get the name of the source field of this route.

Returns:
The source node field's name

getDestinationNode

X3DNode getDestinationNode()
Get the reference to the destination node of this route.

Returns:
The destination node reference

getDestinationField

java.lang.String getDestinationField()
Get the name of the destination field of this route.

Returns:
The destination node field's name

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium