FreeWRL / FreeX3D 4.3.0
sai.FWRoute Class Reference
Inheritance diagram for sai.FWRoute:
org.web3d.x3d.sai.X3DRoute

Public Member Functions

 FWRoute (FreeWRLNode sn, String sf, FreeWRLNode dn, String df)
 
String toString ()
 
boolean equals (Object o)
 
X3DNode getSourceNode () throws InvalidRouteException
 
X3DNode getDestinationNode () throws InvalidRouteException
 
String getSourceField () throws InvalidRouteException
 
String getDestinationField () throws InvalidRouteException
 
void dispose ()
 

Detailed Description

Definition at line 4 of file FWRoute.java.

Constructor & Destructor Documentation

◆ FWRoute()

sai.FWRoute.FWRoute ( FreeWRLNode sn,
String sf,
FreeWRLNode dn,
String df )
inline

Definition at line 10 of file FWRoute.java.

Member Function Documentation

◆ dispose()

void sai.FWRoute.dispose ( )
inline

Implements org.web3d.x3d.sai.X3DRoute.

Definition at line 43 of file FWRoute.java.

◆ equals()

boolean sai.FWRoute.equals ( Object o)
inline

Definition at line 23 of file FWRoute.java.

◆ getDestinationField()

String sai.FWRoute.getDestinationField ( ) throws InvalidRouteException
inline

Implements org.web3d.x3d.sai.X3DRoute.

Definition at line 39 of file FWRoute.java.

◆ getDestinationNode()

X3DNode sai.FWRoute.getDestinationNode ( ) throws InvalidRouteException
inline

Implements org.web3d.x3d.sai.X3DRoute.

Definition at line 31 of file FWRoute.java.

◆ getSourceField()

String sai.FWRoute.getSourceField ( ) throws InvalidRouteException
inline

Implements org.web3d.x3d.sai.X3DRoute.

Definition at line 35 of file FWRoute.java.

◆ getSourceNode()

X3DNode sai.FWRoute.getSourceNode ( ) throws InvalidRouteException
inline

Implements org.web3d.x3d.sai.X3DRoute.

Definition at line 27 of file FWRoute.java.

◆ toString()

String sai.FWRoute.toString ( )
inline

Definition at line 17 of file FWRoute.java.


The documentation for this class was generated from the following file: