/*
 * Vehicle.java
 *
 * Created on May 25, 2002, 10:40 AM
 */

/**
 *
 * @author  Douglas Ison
 * @version 
 */
public interface Vehicle {

}

