faa.tg.pointmodel
Class FixedPointModel

java.lang.Object
  extended by faa.tg.pointmodel.PointModel
      extended by faa.tg.pointmodel.FixedPointModel
All Implemented Interfaces:
java.io.Serializable

public class FixedPointModel
extends PointModel

 The FixedPointModel is a model of a fixed object
 whose position will be represented as a single point.
 
See section 6 of the Detailed Design Document for a discussion of design issues.

See the source: FixedPointModel.java

Version:
$Id: FixedPointModel.java,v 3.2 2008/10/20 16:23:13 lykensj Exp $
Author:
Jocelyn Scheppers
See Also:
PointModel, Position, Serialized Form

Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
(package private) static long serialVersionUID
           
 
Constructor Summary
FixedPointModel(Position pos)
          constructor for the FixedPointModel Object
 
Method Summary
 
Methods inherited from class faa.tg.pointmodel.PointModel
clone, getPosition, setPosition, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

CVS_VERSION_ID

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

See Also:
Constant Field Values
Constructor Detail

FixedPointModel

public FixedPointModel(Position pos)
constructor for the FixedPointModel Object

Parameters:
Position - of the object