bike2.BikeProject
Class Driver

java.lang.Object
  extended by bike2.BikeProject.Driver

public class Driver
extends java.lang.Object

Constructs the parts of a bike, connects them, and then starts them in motion and displays the results.

Author:
Tom James

Constructor Summary
Driver()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Driver

public Driver()
Method Detail

main

public static void main(java.lang.String[] args)