faa.tg.ground
Class GroundRouteSegment

java.lang.Object
  extended by faa.tg.ground.GroundRouteSegment
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

Deprecated.

public class GroundRouteSegment
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

GroundRouteSegment extends RouteSegment and is designed for use in the ground-based portion of the simulator. Despite implementing java.io.Serializable, this class cannot be serialized.

Author:
jimh
See Also:
Serialized Form

Field Summary
static java.lang.String CVS_VERSION_ID
          Deprecated. The CVS Version ID.
(package private) static long serialVersionUID
          Deprecated.  
 
Constructor Summary
GroundRouteSegment()
          Deprecated.  
 
Method Summary
private  java.lang.Object readResolve()
          Deprecated.  
private  void writeObject(java.io.ObjectOutputStream out)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
Deprecated. 
See Also:
Constant Field Values

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
Deprecated. 
The CVS Version ID.

See Also:
Constant Field Values
Constructor Detail

GroundRouteSegment

public GroundRouteSegment()
Deprecated. 
Method Detail

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Deprecated. 
Throws:
java.io.ObjectStreamException