Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.trapezium.vrml
Class ROUTE  view ROUTE download ROUTE.java

java.lang.Object
  extended bycom.trapezium.vrml.VrmlElement
      extended bycom.trapezium.vrml.SingleTokenElement
          extended bycom.trapezium.vrml.MultipleTokenElement
              extended bycom.trapezium.vrml.ROUTE
All Implemented Interfaces:
java.io.Serializable, com.trapezium.pattern.VisitorPattern

public class ROUTE
extends MultipleTokenElement

Scene graph component representing a ROUTE.

Since:
1.0
Version:
1.1, 17 Dec 1997

Field Summary
 
Fields inherited from class com.trapezium.vrml.MultipleTokenElement
lastTokenOffset
 
Fields inherited from class com.trapezium.vrml.SingleTokenElement
firstTokenOffset
 
Fields inherited from class com.trapezium.vrml.VrmlElement
baseProfile, children, createCount, disableBaseProfile, errorString, noUnusedDEFwarning, nowarning, parent
 
Constructor Summary
ROUTE(int tokenOffset, com.trapezium.parse.TokenEnumerator v)
          ROUTE constructor
 
Method Summary
 void checkTypes()
          Verify that the data types of the ROUTE source and destination match
(package private)  java.lang.String getChildFieldName(int offset)
          Get the name of a ROUTE field
(package private)  java.lang.String getChildNodeName(int offset)
          Get the DEF name of a ROUTE node
 java.lang.String getDestDEFname()
          Get the ROUTE destination object DEF name
 java.lang.String getDestFieldName()
          Get the ROUTE destination object field name
 RouteDestination getRouteDestination()
           
 RouteElement getRouteElement(int offset)
          Get a particular RouteElement
 java.lang.String getSourceDEFname()
          Get the ROUTE source object DEF name
 java.lang.String getSourceFieldName()
          Get the ROUTE source object field name
(package private)  void setChildNodeName(int offset, java.lang.String newName)
          Set the DEF name of a particular ROUTE child
 void setDestDEFname(java.lang.String newName)
          Set the ROUTE dest object DEF name
 void setSourceDEFname(java.lang.String newName)
          Set the ROUTE source object DEF name
 
Methods inherited from class com.trapezium.vrml.MultipleTokenElement
adjust, getLastTokenOffset, getText, isTraversable, setLastTokenOffset
 
Methods inherited from class com.trapezium.vrml.SingleTokenElement
getFirstTokenOffset, getName, setFirstTokenOffset
 
Methods inherited from class com.trapezium.vrml.VrmlElement
addChild, addWarning, contains, containsErrors, deregisterSelf, dump, dump, dumpUserDefined, fieldValueTraverse, getBaseName, getChildAt, getError, getLastChild, getParent, getRoot, getScene, getTokenEnumerator, isScene, numberChildren, removeChild, removeVrmlElement, setError, setParent, traverse, twoPassTraverse, vrmlClone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ROUTE

public ROUTE(int tokenOffset,
             com.trapezium.parse.TokenEnumerator v)
ROUTE constructor

Method Detail

getSourceFieldName

public java.lang.String getSourceFieldName()
Get the ROUTE source object field name


getDestFieldName

public java.lang.String getDestFieldName()
Get the ROUTE destination object field name


getSourceDEFname

public java.lang.String getSourceDEFname()
Get the ROUTE source object DEF name


setSourceDEFname

public void setSourceDEFname(java.lang.String newName)
Set the ROUTE source object DEF name


getDestDEFname

public java.lang.String getDestDEFname()
Get the ROUTE destination object DEF name


setDestDEFname

public void setDestDEFname(java.lang.String newName)
Set the ROUTE dest object DEF name


getChildNodeName

java.lang.String getChildNodeName(int offset)
Get the DEF name of a ROUTE node


setChildNodeName

void setChildNodeName(int offset,
                      java.lang.String newName)
Set the DEF name of a particular ROUTE child


getChildFieldName

java.lang.String getChildFieldName(int offset)
Get the name of a ROUTE field


getRouteElement

public RouteElement getRouteElement(int offset)
Get a particular RouteElement


getRouteDestination

public RouteDestination getRouteDestination()

checkTypes

public void checkTypes()
Verify that the data types of the ROUTE source and destination match