uk.ac.leeds.ccg.andyt.projects.genesis.transport
Class Route

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.projects.genesis.transport.Route
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Path

public abstract class Route
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 uk.ac.leeds.ccg.andyt.vector.geometry.Vector_LineSegment2D _VectorLineSegment2D
           
 
Constructor Summary
Route()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_VectorLineSegment2D

public uk.ac.leeds.ccg.andyt.vector.geometry.Vector_LineSegment2D _VectorLineSegment2D
Constructor Detail

Route

public Route()