org.gjt.universe.attributes
Class SpeedBase

java.lang.Object
  |
  +--org.gjt.universe.attributes.SpeedBase
Direct Known Subclasses:
Speed_001

public abstract class SpeedBase
extends java.lang.Object


Constructor Summary
protected SpeedBase()
           
 
Method Summary
abstract  int compare(SpeedBase speed)
           
abstract  Location move(Location current, Location destination)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeedBase

protected SpeedBase()
Method Detail

compare

public abstract int compare(SpeedBase speed)

move

public abstract Location move(Location current,
                              Location destination)


Copyright © 2001 Universe Dev Team All Rights Reserved.