Package 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
Modifier and TypeMethodDescriptionGet the name of the destination field of this route.Get the reference to the destination node of this route.Get the name of the source field of this route.Get the reference to the source node of this route.
-
Method Details
-
getSourceNode
X3DNode getSourceNode()Get the reference to the source node of this route.- Returns:
- The source node reference
-
getSourceField
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
String getDestinationField()Get the name of the destination field of this route.- Returns:
- The destination node field's name
-