Index: trunk/src/atmsdriver/model/Station.java
===================================================================
--- trunk/src/atmsdriver/model/Station.java	(revision 92)
+++ trunk/src/atmsdriver/model/Station.java	(revision 94)
@@ -6,10 +6,11 @@
 
 /**
- * A Station is a simulation of a station in a traffic network.
- *
- * A Station (LDS) contains static meta data about the station, and two dynamic
- * attributes, MLTotVol and OppTotVol. * A single LDS contains multiple
- * LoopDetectors, which contain data for a single lane on one direction of the
- * freeway. A LDS is specific to a single freeway, direction, and postmile.
+ *A Station (LDS or Loop Detector Station) represents a group of lane detectors
+ * across all lanes at a particular point on a highway.  A station is
+ * identified by its highway number and postmile.  A station has an associated
+ * direction used to establish which direction is Main and which is Opposite.
+ * The MLTotVol and OppTotVol for a station can be dynamically updated.
+ * A station has other attributes: lineNum, ldsID, drop, and location used
+ * by the FEP.  A station can be compared to other stations by its postmile.
  *
  * @author John A. Torres
