com.ibm.rally
Interface ISpareTire

All Superinterfaces:
IObject

public interface ISpareTire
extends IObject

This interface is used by the spare tires that have been thrown across the track. Use this interface to determine the speed and heading for a spare tire.


Method Detail

getHeading

public int getHeading()
Return the heading, in degrees.
Returns:
int

getSpeed

public double getSpeed()
Return the speed, in units per turn.
Returns:
double