Changeset 110 in tmcsimulator


Ignore:
Timestamp:
10/12/2017 12:36:43 PM (9 years ago)
Author:
jdalbey
Message:

atmsdriver/ConsoleDriver.java changed applyColorToHighwayStretch to public.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/atmsdriver/ConsoleDriver.java

    r104 r110  
    9797     * @param dotColor the color to be applied to specified highway stretch 
    9898     */ 
    99     private void applyColorToHighwayStretch(Integer routeNumber, DIRECTION direction,  
     99    public void applyColorToHighwayStretch(Integer routeNumber, DIRECTION direction,  
    100100            Double postmile, Integer range, DOTCOLOR dotColor) { 
    101101        System.out.println("Applying " + dotColor.name() + " dots to highway "  
Note: See TracChangeset for help on using the changeset viewer.